markSupported

open fun markSupported(): Boolean

Indicates whether BufferedInputStream supports the mark and reset methods.

Return

true for BufferedInputStreams.

See also

mark(int)
reset()