public class RiffReader extends Object
RiffHandler interface.
For information on this file format, see:
| Constructor and Description |
|---|
RiffReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
processRiff(SequentialReader reader,
RiffHandler handler)
Processes a RIFF data sequence.
|
public void processRiff(SequentialReader reader, RiffHandler handler) throws RiffProcessingException, IOException
reader - the SequentialReader from which the data should be readhandler - the RiffHandler that will coordinate processing and accept read valuesRiffProcessingException - if an error occurred during the processing of RIFF data that could not be
ignored or recovered fromIOException - an error occurred while accessing the required dataCopyright © 2002-2016 Drew Noakes. All Rights Reserved.