jdk/src/share/classes/java/io/BufferedOutputStream.java
changeset 24865 09b1d992ca72
parent 5506 202f599c92aa
equal deleted inserted replaced
24864:a7bf63ebda64 24865:09b1d992ca72
    30  * an output stream, an application can write bytes to the underlying
    30  * an output stream, an application can write bytes to the underlying
    31  * output stream without necessarily causing a call to the underlying
    31  * output stream without necessarily causing a call to the underlying
    32  * system for each byte written.
    32  * system for each byte written.
    33  *
    33  *
    34  * @author  Arthur van Hoff
    34  * @author  Arthur van Hoff
    35  * @since   JDK1.0
    35  * @since   1.0
    36  */
    36  */
    37 public
    37 public
    38 class BufferedOutputStream extends FilterOutputStream {
    38 class BufferedOutputStream extends FilterOutputStream {
    39     /**
    39     /**
    40      * The internal buffer where data is stored.
    40      * The internal buffer where data is stored.