|
All Packages Class Hierarchy This Package Previous Next Index Class java.io.EOFExceptionjava.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.io.IOException | +----java.io.EOFException
This exception is mainly used by data input streams, which generally expect a binary file in a specific format, and for which an end of stream is an unusual condition. Most other input streams return a special value on end of stream.
EOFExceptionpublic EOFException()
public EOFException(String s)
All Packages Class Hierarchy This Package Previous Next Index Submit a bug or feature |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |