This method of the HTMLTokenizer Class marks the parser's current position in the input stream.
public void mark(int readLimit) throws IOException;
readLimit | The number of bytes that can be read before this mark is invalidated. |
IOException if the tokenized input stream cannot set the requested mark.
java.lang.InputStream.mark