markSupported

open suspend fun markSupported(): Boolean

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.

Return

True if this stream supports the mark and reset methods, false otherwise.