markSupported

open override fun markSupported(): Boolean(source)

Tests if this input stream supports the mark and reset methods.

Return

true if this stream instance supports the mark and reset methods; false otherwise.

Since

0.1.0

Throws

if an I/O error occurs.

if this method is not supported.