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. The markSupported method
of InputStream returns false.
true if this stream instance supports the mark
and reset methods; false otherwise.
java.io.InputStream.mark(int), java.io.InputStream.reset()
Diagram: InputStream