HomeSort by relevance Sort by last modified time
    Searched defs:throwEofException (Results 1 - 6 of 6) 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 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 

Completed in 72 milliseconds