Uses of Class
uk.ac.cam.acr31.oggdecoder.EndOfStreamException

Uses of EndOfStreamException in uk.ac.cam.acr31.oggdecoder
 

Methods in uk.ac.cam.acr31.oggdecoder that throw EndOfStreamException
 void OggContainer.advance()
           
 void OggStream.advance(int length)
          advance the stream by length bytes discarding the information
private  void QueuedOggStream.fill()
           
private  void OggContainer.nextPage()
           
 void DiscardingPacketReceiver.packetData(long granulePosition, OggStream stream, int length, boolean isStart, boolean isEnd)
           
 void OggPacketReceiver.packetData(long granulePosition, OggStream stream, int length, boolean isStart, boolean isEnd)
           
 void StreamRecognisingPacketReceiver.packetData(long granulePosition, OggStream stream, int length, boolean isStart, boolean isEnd)
           
 void ByteArrayOggStream.read(byte[] buf, int off, int len)
           
 void HttpOggStream.read(byte[] buf, int off, int len)
           
 void BufferedOggStream.read(byte[] buf, int off, int len)
           
abstract  void OggStream.read(byte[] buf, int off, int len)
           
 void FileOggStream.read(byte[] buf, int off, int len)
           
 void QueuedOggStream.read(byte[] buf, int off, int len)
           
 int OggStream.read16()
           
 int OggStream.read32()
           
 long OggStream.read64()
           
 int OggStream.read8()
           
private  void BufferedOggStream.throwEOS()
           
 void OggLogicalStream.writeSegment(long granulePosition, OggStream source, int length, boolean endPacket)
           
 

Constructors in uk.ac.cam.acr31.oggdecoder that throw EndOfStreamException
OggPage(OggStream is)