public boolean markSupported ()

Tells whether this stream supports the mark() operation. The default implementation always returns false. Subclasses should override this method.

Returns:  true if and only if this stream supports the mark operation.