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
160 * @throws EOFException if the end of file is reached and
182 * @throws EOFException if the end of file is reached and
199 * @throws EOFException if the end of file is reached and
251 * @throws EOFException if the end of file is reached and
302 * @throws EOFException if <code>throwEofException</code> is set
305 private int doEndOfFile() throws EOFException {
308 throw new EOFException();