Team LiB
Previous Section Next Section

EOFExceptionjava.io

Java 1.0serializable checked

An IOException that signals the end-of-file.

Figure 9-12. java.io.EOFException


public class EOFException extends IOException {
// Public Constructors
     public EOFException( );  
     public EOFException(String s);  
}

    Team LiB
    Previous Section Next Section