Uses of Class
org.jaudiotagger.audio.asf.data.ChunkContainer

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

Uses of ChunkContainer in org.jaudiotagger.audio.asf
 

Methods in org.jaudiotagger.audio.asf with parameters of type ChunkContainer
private  boolean[] AsfFileWriter.searchExistence(ChunkContainer container, MetadataContainer[] metaContainers)
           
 

Uses of ChunkContainer in org.jaudiotagger.audio.asf.data
 

Subclasses of ChunkContainer in org.jaudiotagger.audio.asf.data
 class AsfExtendedHeader
          This class represents the ASF extended header object (chunk).
Like AsfHeader it contains multiple other ASF objects (chunks).
 class AsfHeader
          Each ASF file starts with a so called header.
 

Methods in org.jaudiotagger.audio.asf.data with parameters of type ChunkContainer
protected static boolean ChunkContainer.chunkstartsUnique(ChunkContainer container)
          Tests whether all stored chunks have a unique starting position among their brothers.
 

Uses of ChunkContainer in org.jaudiotagger.audio.asf.io
 

Classes in org.jaudiotagger.audio.asf.io with type parameters of type ChunkContainer
(package private)  class ChunkContainerReader<ChunkType extends ChunkContainer>
          This class represents a reader implementation, which is able to read ASF objects (chunks) which store other objects (chunks) within them.