Searched defs:markSupported (Results 1 - 18 of 18) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DFilterInputStream.java78 * @see #markSupported()
98 public boolean markSupported() { method in class:FilterInputStream
99 return in.markSupported();
130 * @see #markSupported()
H A DFilterReader.java74 * @see #markSupported()
95 public boolean markSupported() { method in class:FilterReader
97 return in.markSupported();
163 * @see #markSupported()
182 * @see #markSupported()
H A DInputStream.java39 * false from {@link #markSupported()} and throw an {@link IOException} when
128 * @see #markSupported()
143 public boolean markSupported() { method in class:InputStream
H A DByteArrayInputStream.java110 * @see #markSupported()
128 public boolean markSupported() { method in class:ByteArrayInputStream
H A DReader.java94 * @see #markSupported()
108 public boolean markSupported() { method in class:Reader
182 * @see #markSupported()
200 * @see #markSupported()
H A DStringReader.java80 * @see #markSupported()
108 public boolean markSupported() { method in class:StringReader
190 * @see #markSupported()
217 * @see #markSupported()
H A DBufferedInputStream.java208 public boolean markSupported() { method in class:BufferedInputStream
H A DCharArrayReader.java161 public boolean markSupported() { method in class:CharArrayReader
H A DPushbackInputStream.java118 public boolean markSupported() { method in class:PushbackInputStream
H A DPushbackReader.java117 public boolean markSupported() { method in class:PushbackReader
H A DBufferedReader.java202 * @see #markSupported()
233 public boolean markSupported() { method in class:BufferedReader
446 * @see #markSupported()
/libcore/luni/src/main/java/libcore/net/url/
H A DFtpURLInputStream.java61 public boolean markSupported() { method in class:FtpURLInputStream
62 return is.markSupported();
/libcore/support/src/test/java/tests/support/
H A DSupport_StringReader.java103 public boolean markSupported() { method in class:Support_StringReader
/libcore/luni/src/main/java/java/util/zip/
H A DDeflaterInputStream.java190 public boolean markSupported() { method in class:DeflaterInputStream
H A DInflaterInputStream.java283 public boolean markSupported() { method in class:InflaterInputStream
/libcore/luni/src/main/java/javax/crypto/
H A DCipherInputStream.java205 public boolean markSupported() { method in class:CipherInputStream
/libcore/luni/src/test/java/libcore/java/io/
H A DOldFilterReaderTest.java48 public boolean markSupported() { method in class:OldFilterReaderTest.MockReader
103 fr.markSupported();
104 assertTrue("markSupported() has not been called.", called);
/libcore/luni/src/test/java/libcore/java/security/cert/
H A DCertificateFactoryTest.java352 public boolean markSupported() { method in class:CertificateFactoryTest.MeasuredInputStream
353 return mStream.markSupported();

Completed in 183 milliseconds