Tests if this input stream supports the <code>mark</code> and
<code>reset</code> methods, which it does not.
@return <code>false</code>, since this class does not support the
<code>mark</code> and <code>reset</code> methods.
@see java.io.InputStream#mark(int)
@see java.io.InputStream#reset()
Tests if this input stream supports the <code>mark</code> and <code>reset</code> methods, which it does not.
@return <code>false</code>, since this class does not support the <code>mark</code> and <code>reset</code> methods. @see java.io.InputStream#mark(int) @see java.io.InputStream#reset()