markSupported

open suspend override fun markSupported(): Boolean

Tells whether this stream supports the mark() operation, which it does.

Return

True if the stream supports the mark() operation, false otherwise.