src/java.base/share/classes/java/io/PushbackInputStream.java
changeset 59201 b24f4caa1411
parent 58288 48e480e56aad
equal deleted inserted replaced
59200:a686b67a59d9 59201:b24f4caa1411
    47  *
    47  *
    48  * @author  David Connelly
    48  * @author  David Connelly
    49  * @author  Jonathan Payne
    49  * @author  Jonathan Payne
    50  * @since   1.0
    50  * @since   1.0
    51  */
    51  */
    52 public
    52 public class PushbackInputStream extends FilterInputStream {
    53 class PushbackInputStream extends FilterInputStream {
       
    54     /**
    53     /**
    55      * The pushback buffer.
    54      * The pushback buffer.
    56      * @since   1.1
    55      * @since   1.1
    57      */
    56      */
    58     protected byte[] buf;
    57     protected byte[] buf;