Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
DNullReader.java70 private boolean throwEofException; field in NullReader
94 public NullReader(long size, boolean markSupported, boolean throwEofException) { in NullReader() argument
97 this.throwEofException = throwEofException; in NullReader()
307 if (throwEofException) { in doEndOfFile()
DNullInputStream.java70 private boolean throwEofException; field in NullInputStream
94 public NullInputStream(long size, boolean markSupported, boolean throwEofException) { in NullInputStream() argument
97 this.throwEofException = throwEofException; in NullInputStream()
323 if (throwEofException) { in doEndOfFile()