HomeSort by relevance Sort by last modified time
    Searched defs:throwEofException (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
NullInputStream.java 70 private boolean throwEofException;
90 * @param throwEofException Whether this implementation
94 public NullInputStream(long size, boolean markSupported, boolean throwEofException) {
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</code> is set to <code>false</code>.
    [all...]
NullReader.java 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>.
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 

Completed in 36 milliseconds