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()
|
|
|
|
|
|
|
|
|
|
|
|
|
|