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 |
processChunks(SequentialReader reader,
int sectionSize,
RiffHandler handler) |
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 datapublic void processChunks(SequentialReader reader, int sectionSize, RiffHandler handler) throws IOException
IOException
Copyright © 2002-2019 Drew Noakes. All Rights Reserved.