Searched refs:throwEofException (Results 1 – 2 of 2) sorted by relevance
70 private boolean throwEofException; field in NullReader94 public NullReader(long size, boolean markSupported, boolean throwEofException) { in NullReader() argument97 this.throwEofException = throwEofException; in NullReader()307 if (throwEofException) { in doEndOfFile()
70 private boolean throwEofException; field in NullInputStream94 public NullInputStream(long size, boolean markSupported, boolean throwEofException) { in NullInputStream() argument97 this.throwEofException = throwEofException; in NullInputStream()323 if (throwEofException) { in doEndOfFile()