Commit e4ae7e08 by Oliver Woodman

Small javadoc tweak.

parent 47c0bbd6
...@@ -290,8 +290,8 @@ public abstract class EbmlReader { ...@@ -290,8 +290,8 @@ public abstract class EbmlReader {
/** /**
* Resets the entire state of the reader so that it will read a new EBML structure from scratch. * Resets the entire state of the reader so that it will read a new EBML structure from scratch.
* This includes resetting {@link #bytesRead} back to 0 and discarding all pending * This includes resetting the value returned from {@link #getBytesRead()} to 0 and discarding
* {@link #onMasterElementEnd(int)} events. * all pending {@link #onMasterElementEnd(int)} events.
*/ */
protected final void reset() { protected final void reset() {
prepareForNextElement(); prepareForNextElement();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment