mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Small javadoc tweak.
This commit is contained in:
parent
47c0bbd6b5
commit
e4ae7e08db
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
* This includes resetting {@link #bytesRead} back to 0 and discarding all pending
|
||||
* {@link #onMasterElementEnd(int)} events.
|
||||
* This includes resetting the value returned from {@link #getBytesRead()} to 0 and discarding
|
||||
* all pending {@link #onMasterElementEnd(int)} events.
|
||||
*/
|
||||
protected final void reset() {
|
||||
prepareForNextElement();
|
||||
|
|
|
|||
Loading…
Reference in a new issue