congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
org.jfree.io
Code IndexAdd Tabnine to your IDE (free)

How to use org.jfree.io

Best Java code snippets using org.jfree.io (Showing top 20 results out of 315)

origin: org.jfree/jcommon

/**
 * Copies the contents of the Reader into the Writer, until the end of the 
 * stream has been reached. This method uses a buffer of 4096 kbyte.
 *
 * @param in the reader from which to read.
 * @param out the writer where the data is written to.
 * @throws IOException if a IOError occurs.
 */
public void copyWriter(final Reader in, final Writer out)
  throws IOException {
  copyWriter(in, out, 4096);
}
origin: jfree/jcommon

/**
 * Copies the InputStream into the OutputStream, until the end of the stream
 * has been reached. This method uses a buffer of 4096 kbyte.
 *
 * @param in the inputstream from which to read.
 * @param out the outputstream where the data is written to.
 * @throws IOException if a IOError occurs.
 */
public void copyStreams(final InputStream in, final OutputStream out)
  throws IOException {
  copyStreams(in, out, 4096);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Gets the singleton instance of the utility package.
 *
 * @return the singleton instance.
 */
public static IOUtils getInstance() {
  if (instance == null) {
    instance = new IOUtils();
  }
  return instance;
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Provides serialization support.
 *
 * @param stream  the output stream.
 *
 * @throws IOException  if there is an I/O error.
 */
private void writeObject(ObjectOutputStream stream) throws IOException {
  stream.defaultWriteObject();
  SerialUtilities.writePaint(this.paint, stream);
  SerialUtilities.writeStroke(this.stroke, stream);
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Provides serialization support.
 *
 * @param stream  the output stream.
 *
 * @throws IOException  if there is an I/O error.
 */
private void writeObject(ObjectOutputStream stream) throws IOException {
  stream.defaultWriteObject();
  SerialUtilities.writePaint(this.gridBandPaint, stream);
  SerialUtilities.writePaint(this.gridBandAlternatePaint, stream);
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Provides serialization support.
 *
 * @param stream  the output stream.
 *
 * @throws IOException  if there is an I/O error.
 */
private void writeObject(ObjectOutputStream stream) throws IOException {
  stream.defaultWriteObject();
  SerialUtilities.writeShape(this.dataArea, stream);
  SerialUtilities.writeShape(this.plotArea, stream);
}
origin: org.jfree/jcommon

/**
 * Provides serialization support.
 *
 * @param stream  the output stream.
 *
 * @throws IOException  if there is an I/O error.
 */
private void writeObject(final ObjectOutputStream stream) 
  throws IOException {
  stream.defaultWriteObject();
  SerialUtilities.writePaint(this.paint, stream);
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Provides serialization support.
 *
 * @param stream  the output stream.
 *
 * @throws IOException  if there is an I/O error.
 */
private void writeObject(ObjectOutputStream stream) throws IOException {
  stream.defaultWriteObject();
  SerialUtilities.writeShape(this.legendShape, stream);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Copies the contents of the Reader into the Writer, until the end of the 
 * stream has been reached. This method uses a buffer of 4096 kbyte.
 *
 * @param in the reader from which to read.
 * @param out the writer where the data is written to.
 * @throws IOException if a IOError occurs.
 */
public void copyWriter(final Reader in, final Writer out)
  throws IOException {
  copyWriter(in, out, 4096);
}
origin: org.jfree/jcommon

/**
 * Copies the InputStream into the OutputStream, until the end of the stream
 * has been reached. This method uses a buffer of 4096 kbyte.
 *
 * @param in the inputstream from which to read.
 * @param out the outputstream where the data is written to.
 * @throws IOException if a IOError occurs.
 */
public void copyStreams(final InputStream in, final OutputStream out)
  throws IOException {
  copyStreams(in, out, 4096);
}
origin: jfree/jcommon

/**
 * Gets the singleton instance of the utility package.
 *
 * @return the singleton instance.
 */
public static IOUtils getInstance() {
  if (instance == null) {
    instance = new IOUtils();
  }
  return instance;
}
origin: jfree/jcommon

/**
 * Provides serialization support.
 *
 * @param stream  the output stream.
 *
 * @throws IOException  if there is an I/O error.
 */
private void writeObject(final ObjectOutputStream stream) 
  throws IOException {
  stream.defaultWriteObject();
  SerialUtilities.writePaint(this.paint, stream);
}
origin: org.codehaus.jtstand/jtstand-chart

  /**
   * Provides serialization support.
   *
   * @param stream  the output stream.
   *
   * @throws IOException  if there is an I/O error.
   */
  private void writeObject(ObjectOutputStream stream) throws IOException {
    stream.defaultWriteObject();
    SerialUtilities.writeShape(this.legendArea, stream);
  }
}
origin: jfree/jcommon

/**
 * Copies the contents of the Reader into the Writer, until the end of the 
 * stream has been reached. This method uses a buffer of 4096 kbyte.
 *
 * @param in the reader from which to read.
 * @param out the writer where the data is written to.
 * @throws IOException if a IOError occurs.
 */
public void copyWriter(final Reader in, final Writer out)
  throws IOException {
  copyWriter(in, out, 4096);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Copies the InputStream into the OutputStream, until the end of the stream
 * has been reached. This method uses a buffer of 4096 kbyte.
 *
 * @param in the inputstream from which to read.
 * @param out the outputstream where the data is written to.
 * @throws IOException if a IOError occurs.
 */
public void copyStreams(final InputStream in, final OutputStream out)
  throws IOException {
  copyStreams(in, out, 4096);
}
origin: org.jfree/jcommon

/**
 * Gets the singleton instance of the utility package.
 *
 * @return the singleton instance.
 */
public static IOUtils getInstance() {
  if (instance == null) {
    instance = new IOUtils();
  }
  return instance;
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Provides serialization support.
 *
 * @param stream  the output stream.
 *
 * @throws IOException  if there is an I/O error.
 */
private void writeObject(ObjectOutputStream stream) throws IOException {
  stream.defaultWriteObject();
  SerialUtilities.writePaint(this.subLabelPaint, stream);
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Provides serialization support.
 *
 * @param stream  the output stream.
 *
 * @throws IOException  if there is an I/O error.
 */
private void writeObject(ObjectOutputStream stream) throws IOException {
  stream.defaultWriteObject();
  SerialUtilities.writePaint(this.wallPaint, stream);
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Provides serialization support.
 *
 * @param stream  the output stream.
 *
 * @throws IOException  if there is an I/O error.
 */
private void writeObject(ObjectOutputStream stream) throws IOException {
  stream.defaultWriteObject();
  SerialUtilities.writePaint(this.artifactPaint, stream);
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Provides serialization support.
 *
 * @param stream  the output stream.
 *
 * @throws IOException  if there is an I/O error.
 */
private void writeObject(ObjectOutputStream stream) throws IOException {
  stream.defaultWriteObject();
  SerialUtilities.writePaint(this.paint, stream);
}
org.jfree.io

Most used classes

  • SerialUtilities
    A class containing useful utility methods relating to serialization.
  • IOUtils
    The IOUtils provide some IO related helper methods.
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now