mark
and reset
methods. The markSupported
method of BufferedInputStream
returns true
.
@return a boolean
indicating if this stream type supportsthe mark
and reset
methods.
@see java.io.InputStream#mark(int)
@see java.io.InputStream#reset()
true
.
@return true
indicates this stream supports mark/reset,false otherwise.
mark
and reset
methods. This method simply performs in.markSupported()
.
@return true
if this stream type supports themark
and reset
method; false
otherwise.
true
if mark() and reset() are supported,false
otherwise.
true
if mark() and reset() are supported,false
otherwise. This implementation returns false
.
mark
and reset
methods. The markSupported
method of InflaterInputStream
returns false
.
@return a boolean
indicating if this stream type supportsthe mark
and reset
methods.
@see java.io.InputStream#mark(int)
@see java.io.InputStream#reset()
mark
and reset
methods.
@return true
if this stream supports the mark
and reset
methods; false
otherwise
@see #mark
@see #reset
The {@code markSupported} method of {@code ByteArrayInputStream} alwaysreturns {@code true}. @return {@code true}, mark/reset is always supported.
true
if and only if this source supports the markoperation.
mark
and reset
methods. Whether or not mark
and reset
are supported is an invariant property of a particular input stream instance. The markSupported
method of InputStream
returns false
.
@return true
.
@see java.io.InputStream#mark(int)
@see java.io.InputStream#reset()
mark
and reset
methods. Whether or not mark
and reset
are supported is an invariant property of a particular input stream instance.
@return true
if this stream instance supports the markand reset methods; false
otherwise.
@see java.io.InputStream#mark(int)
@see java.io.InputStream#reset()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|