OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throweofexception
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/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
...]
Completed in 498 milliseconds