Uses of Package
org.jaudiotagger.audio.asf.io

Packages that use org.jaudiotagger.audio.asf.io
org.jaudiotagger.audio.asf   
org.jaudiotagger.audio.asf.data   
org.jaudiotagger.audio.asf.io   
 

Classes in org.jaudiotagger.audio.asf.io used by org.jaudiotagger.audio.asf
AsfHeaderReader
          This class reads an ASF header out of an input stream an creates an AsfHeader object if successful.
 

Classes in org.jaudiotagger.audio.asf.io used by org.jaudiotagger.audio.asf.data
WriteableChunk
          Implementors can write themselves directly to an output stream, and have the ability to tell the size they would need, as well as determine if they are empty.
 

Classes in org.jaudiotagger.audio.asf.io used by org.jaudiotagger.audio.asf.io
AsfExtHeaderReader
          This reader reads an ASF header extension object from an InputStream and creates an AsfExtendedHeader object.
AsfHeaderReader
          This class reads an ASF header out of an input stream an creates an AsfHeader object if successful.
ChunkContainerReader
          This class represents a reader implementation, which is able to read ASF objects (chunks) which store other objects (chunks) within them.
ChunkHeaderReader
          Default reader, Reads GUID and size out of an input stream and creates a Chunkobject, finally skips the remaining chunk bytes.
ChunkModifier
          Reads an ASF chunk and writes a modified copy.
ChunkReader
          A ChunkReader provides methods for reading an ASF chunk.
ModificationResult
          Structure to tell the differences occurred by altering a chunk.
WriteableChunk
          Implementors can write themselves directly to an output stream, and have the ability to tell the size they would need, as well as determine if they are empty.