jdk/src/share/classes/java/io/EOFException.java
changeset 21801 b8a5ff5f0c2a
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21800:9be418e27be5 21801:b8a5ff5f0c2a
    30  * unexpectedly during input.
    30  * unexpectedly during input.
    31  * <p>
    31  * <p>
    32  * This exception is mainly used by data input streams to signal end of
    32  * This exception is mainly used by data input streams to signal end of
    33  * stream. Note that many other input operations return a special value on
    33  * stream. Note that many other input operations return a special value on
    34  * end of stream rather than throwing an exception.
    34  * end of stream rather than throwing an exception.
    35  * <p>
       
    36  *
    35  *
    37  * @author  Frank Yellin
    36  * @author  Frank Yellin
    38  * @see     java.io.DataInputStream
    37  * @see     java.io.DataInputStream
    39  * @see     java.io.IOException
    38  * @see     java.io.IOException
    40  * @since   JDK1.0
    39  * @since   JDK1.0