- readlimit
- the number of bytes that can be read from this stream before the mark is invalidated.
Sets a mark position in this InputStream. The parameter readlimit indicates how many bytes can be read before the mark is invalidated. Sending reset() will reposition the stream back to the marked position provided readLimit has not been surpassed.
This default implementation does nothing and concrete subclasses must provide their own implementation.