Uses of Class
org.gagravarr.ogg.OggPage

Packages that use OggPage
org.gagravarr.ogg   
 

Uses of OggPage in org.gagravarr.ogg
 

Methods in org.gagravarr.ogg that return OggPage
protected  OggPage OggPacket._getParent()
          Unit tests only!
 

Methods in org.gagravarr.ogg with parameters of type OggPage
protected  void OggPacket.setParent(OggPage parent)
           
protected  void OggFile.writePages(OggPage[] pages)
          Writes a (possibly series) of pages to the stream in one go.
 

Constructors in org.gagravarr.ogg with parameters of type OggPage
OggPacket(OggPage parent, byte[] data, boolean bos, boolean eos)
          Creates a new Ogg Packet based on data read from within an Ogg Page.
 



Copyright © 2012. All Rights Reserved.