Home | History | Annotate | Download | only in input

Lines Matching defs:EOFException

19 import java.io.EOFException;
75 * which supports marking and does not throw EOFException.
91 * will throw an {@link EOFException} or return -1 when the
176 * @throws EOFException if the end of file is reached and
198 * @throws EOFException if the end of file is reached and
215 * @throws EOFException if the end of file is reached and
267 * @throws EOFException if the end of file is reached and
318 * @throws EOFException if <code>throwEofException</code> is set
321 private int doEndOfFile() throws EOFException {
324 throw new EOFException();