Name

EOFException

Synopsis

An exception that signals that all available data on an input stream or a reader has been consumed. This class is identical to its J2SE equivalent, apart from its inability to be serialized.

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

Get J2ME in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.