public interface RIFFVisitor
Modifier and Type | Method and Description |
---|---|
void |
enterGroup(RIFFChunk group)
This method is invoked when the parser enters a group chunk.
|
boolean |
enteringGroup(RIFFChunk group)
This method is invoked when the parser attempts to enter a group.
|
void |
leaveGroup(RIFFChunk group)
This method is invoked when the parser leaves a group chunk.
|
void |
visitChunk(RIFFChunk group,
RIFFChunk chunk)
This method is invoked when the parser has read a data chunk or
has skipped a stop chunk.
|
boolean enteringGroup(RIFFChunk group)
group
- void enterGroup(RIFFChunk group) throws ParseException, AbortException
ParseException
AbortException
void leaveGroup(RIFFChunk group) throws ParseException, AbortException
ParseException
AbortException
void visitChunk(RIFFChunk group, RIFFChunk chunk) throws ParseException, AbortException
ParseException
AbortException