mark

open override fun mark(readlimit: Int)(source)

Marks the current position in this input stream.

Since

0.1.1

Parameters

readlimit

the maximum limit of bytes that can be read before the mark position becomes invalid.

Throws

if an I/O error occurs.

if this method is not supported.