mark

open suspend override fun mark(readLimit: Int)

Marks the current position in the input stream.

The readLimit parameter is ignored.

Parameters

readLimit

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

Throws

if some other I/O error occurs.