Home | History | Annotate | Download | only in input

Lines Matching defs:throwEofException

70     private boolean throwEofException;
90 * @param throwEofException Whether this implementation
94 public NullReader(long size, boolean markSupported, boolean throwEofException) {
97 this.throwEofException = throwEofException;
159 * <code>throwEofException</code> is set to <code>false</code>.
161 * <code>throwEofException</code> is set to <code>true</code>.
181 * <code>throwEofException</code> is set to <code>false</code>.
183 * <code>throwEofException</code> is set to <code>true</code>.
198 * <code>throwEofException</code> is set to <code>false</code>.
200 * <code>throwEofException</code> is set to <code>true</code>.
250 * <code>throwEofException</code> is set to <code>false</code>.
252 * <code>throwEofException</code> is set to <code>true</code>.
300 * @return <code>-1</code> if <code>throwEofException</code> is
302 * @throws EOFException if <code>throwEofException</code> is set
307 if (throwEofException) {