Package hu.netmind.ogg

Interface Summary
LogicalStreamListener This interface receives notification of new streams arriving into the ogg input stream.
PagingAlgorithm This interface describes a paging algorithm, which can be used to produce pages for the ogg stream.
 

Class Summary
DefaultPagingAlgorithm This is a default implementation of a paging algorithm.
LogicalInputStream A logical input stream is a single encoded media stream multiplexed into an ogg stream possibly with other logical streams.
LogicalOutputStream This is a logical output stream to a given Ogg stream.
OggInputStream This is the starting point for decoding an ogg stream.
OggOutputStream This class is the starting point for creating an ogg bitstream.
Packet This class encapsulates all data for a given packet.
Page This class represents a page in the ogg format, and gives low-level manipulator access to all fields.
PageFactory This class creates pages for the physical ogg stream.
 

Exception Summary
InvalidStateException This exception is thrown, if the Ogg stream was handled improperly.
OggException This is the root exception for all Ogg bitstream related errors.