src/share/classes/java/io/BufferedOutputStream.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 30,40 **** * an output stream, an application can write bytes to the underlying * output stream without necessarily causing a call to the underlying * system for each byte written. * * @author Arthur van Hoff ! * @since JDK1.0 */ public class BufferedOutputStream extends FilterOutputStream { /** * The internal buffer where data is stored. --- 30,40 ---- * an output stream, an application can write bytes to the underlying * output stream without necessarily causing a call to the underlying * system for each byte written. * * @author Arthur van Hoff ! * @since 1.0 */ public class BufferedOutputStream extends FilterOutputStream { /** * The internal buffer where data is stored.