BufferedInputStream.mark

See the general contract of the <code>mark</code> method of <code>InputStream</code>.

@param readlimit the maximum limit of bytes that can be read before the mark position becomes invalid. @see java.io.BufferedInputStream#reset()

class BufferedInputStream
override
void
mark
()

Meta