Copyright 2011-01-06 Werner Randelshofer

Package ch.randelshofer.media.riff

Provides media handlers for RIFF files.

See:
          Description

Interface Summary
RIFFVisitor RIFFVIsitor is notified each time the RIFFParser visits a data chunk and when a group is entered or leaved.
 

Class Summary
RIFFChunk RIFF Chunks form the building blocks of a RIFF file.
RIFFParser Interprets Resource Interchange File Format (RIFF) streams.
RIFFPrimitivesInputStream A RIFF primitives input stream lets an application read primitive data types in the Microsoft Resource Interfache File Format (RIFF) format from an underlying input stream.
 

Package ch.randelshofer.media.riff Description

Provides media handlers for RIFF files.


Copyright 2011-01-06 Werner Randelshofer