mark

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

Marks the current position in this input stream.

Since

0.1.0

Parameters

readlimit

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

See also

Throws

if an I/O error occurs.

if this method is not supported.

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

Marks the current position in this input stream.