Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 123
نمايش فراداده

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 ); }