markSupported
Tests if this input stream supports the 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 mark and reset methods; false otherwise.
See also
java.io.InputStream.mark
java.io.InputStream.reset