HomeSort by relevance Sort by last modified time
    Searched refs:markSupported (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
NullInputStream.java 71 private boolean markSupported;
88 * @param markSupported Whether this instance will support
94 public NullInputStream(long size, boolean markSupported, boolean throwEofException) {
96 this.markSupported = markSupported;
154 if (!markSupported) {
166 public boolean markSupported() {
167 return markSupported;
245 if (!markSupported) {
NullReader.java 71 private boolean markSupported;
88 * @param markSupported Whether this instance will support
94 public NullReader(long size, boolean markSupported, boolean throwEofException) {
96 this.markSupported = markSupported;
138 if (!markSupported) {
150 public boolean markSupported() {
151 return markSupported;
229 if (!markSupported) {