org.gagravarr.ogg
Class OggPage.OggPacketIterator

java.lang.Object
  extended by org.gagravarr.ogg.OggPage.OggPacketIterator
All Implemented Interfaces:
Iterator<OggPacketData>
Enclosing class:
OggPage

protected class OggPage.OggPacketIterator
extends Object
implements Iterator<OggPacketData>

Returns a full OggPacket if it can, otherwise just the OggPacketData if the rest of the packet is in another OggPage


Method Summary
 boolean hasNext()
           
 OggPacketData next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<OggPacketData>

next

public OggPacketData next()
Specified by:
next in interface Iterator<OggPacketData>

remove

public void remove()
Specified by:
remove in interface Iterator<OggPacketData>


Copyright © 2012. All Rights Reserved.