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