uk.ac.cam.acr31.oggdecoder
Class OggContainer
java.lang.Object
  
uk.ac.cam.acr31.oggdecoder.OggContainer
public class OggContainer
- extends java.lang.Object
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
logicalStreams
private java.util.Map<java.lang.Integer,OggLogicalStream> logicalStreams
source
private OggStream source
factories
private java.util.List<OggPacketReceiverFactory> factories
OggContainer
public OggContainer(OggStream source)
nextPage
private void nextPage()
               throws OggFormatException,
                      EndOfStreamException,
                      InvalidStreamException
- Throws:
 OggFormatException
EndOfStreamException
InvalidStreamException
 
advance
public void advance()
             throws OggFormatException,
                    EndOfStreamException,
                    InvalidStreamException
- Throws:
 OggFormatException
EndOfStreamException
InvalidStreamException
 
registerPacketReceiver
public void registerPacketReceiver(OggPacketReceiverFactory prf)