Searched defs:EOFException (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
H A DEOFException.java42 class EOFException extends IOException { class in inherits:IOException
46 * Constructs an <code>EOFException</code> with <code>null</code>
49 public EOFException() { method in class:EOFException
54 * Constructs an <code>EOFException</code> with the specified detail
61 public EOFException(String s) { method in class:EOFException

Completed in 46 milliseconds