markSupported

open override fun markSupported(): Boolean

Tests if this input stream supports the mark and reset methods. The markSupported method of BufferedInputStream returns true.

Return

a boolean indicating if this stream type supports the mark and reset methods.

See also