protected class OggPage.OggPacketIterator extends Object implements Iterator<OggPacketData>
OggPacket if it can, otherwise
just the OggPacketData if the rest of the
packet is in another OggPage| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
OggPacketData |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<OggPacketData>public OggPacketData next()
next in interface Iterator<OggPacketData>public void remove()
remove in interface Iterator<OggPacketData>Copyright © 2021. All rights reserved.