mark

open override fun mark(readlimit: Int)

See the general contract of the mark method of InputStream.

Parameters

readlimit

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

See also

java.io.BufferedInputStream.reset