Uses of Class
com.ritolaaudio.simplewavio.files.RiffChunk

Packages that use RiffChunk
com.ritolaaudio.simplewavio.files   
com.ritolaaudio.simplewavio.files.riff   
com.ritolaaudio.simplewavio.files.riff.wave   
 

Uses of RiffChunk in com.ritolaaudio.simplewavio.files
 

Subclasses of RiffChunk in com.ritolaaudio.simplewavio.files
 class RiffChunk_RIFF
           
 class RiffRoot
           
 class Unrecognized
           
 

Fields in com.ritolaaudio.simplewavio.files with type parameters of type RiffChunk
protected  java.util.HashMap<java.lang.Class,RiffChunk> RiffChunk.childMap
           
 

Methods in com.ritolaaudio.simplewavio.files that return RiffChunk
 RiffChunk RiffChunk.getChildChunk(java.lang.Class c)
           
 

Methods in com.ritolaaudio.simplewavio.files that return types with arguments of type RiffChunk
static java.util.List<RiffChunk> RiffChunk.ParseRiff(java.nio.ByteBuffer fileBuffer, java.lang.Class<? extends RiffChunk> parentClass)
          Parse the given buffer and output all contained RIFF chunks, which may themselves contain RIFF chunks.
static java.util.List<RiffChunk> RiffRoot.readRIFF(java.io.File input)
           
 

Methods in com.ritolaaudio.simplewavio.files with parameters of type RiffChunk
 void RiffChunk.addChildChunk(RiffChunk chunkToAdd)
           
 int RiffChunk.compareTo(RiffChunk other)
          Used for ensuring proper tag order when writing RIFF files because some utilities expect a specific tag order.
 

Method parameters in com.ritolaaudio.simplewavio.files with type arguments of type RiffChunk
static java.util.List<RiffChunk> RiffChunk.ParseRiff(java.nio.ByteBuffer fileBuffer, java.lang.Class<? extends RiffChunk> parentClass)
          Parse the given buffer and output all contained RIFF chunks, which may themselves contain RIFF chunks.
 

Uses of RiffChunk in com.ritolaaudio.simplewavio.files.riff
 

Subclasses of RiffChunk in com.ritolaaudio.simplewavio.files.riff
 class RiffChunk_JUNK
          Whatcha gonna do with all that JUNK, all that JUNK inside your chunk?
The JUNK chunk is typically non-data i.e.
 class RiffChunk_WAVE
           
 

Uses of RiffChunk in com.ritolaaudio.simplewavio.files.riff.wave
 

Subclasses of RiffChunk in com.ritolaaudio.simplewavio.files.riff.wave
 class RiffChunk_data
           
 class RiffChunk_fmt_