Searched refs:throwEofException (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/emailcommon/src/org/apache/commons/io/input/
H A DNullInputStream.java70 private boolean throwEofException; field in class:NullInputStream
90 * @param throwEofException Whether this implementation
94 public NullInputStream(long size, boolean markSupported, boolean throwEofException) { argument
97 this.throwEofException = throwEofException;
175 * <code>throwEofException</code> is set to <code>false</code>.
177 * <code>throwEofException</code> is set to <code>true</code>.
197 * <code>throwEofException</code> is set to <code>false</code>.
199 * <code>throwEofException</code> is set to <code>true</code>.
214 * <code>throwEofException</cod
[all...]
H A DNullReader.java70 private boolean throwEofException; field in class:NullReader
90 * @param throwEofException Whether this implementation
94 public NullReader(long size, boolean markSupported, boolean throwEofException) { argument
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</cod
[all...]

Completed in 90 milliseconds