markSupported

open suspend fun markSupported(): Boolean

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

Return

true if this stream supports the mark() operation; false otherwise