| Package | Description |
|---|---|
| org.monte.media.riff |
Provides media handlers for the RIFF file format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RIFFVisitor.enterGroup(RIFFChunk group)
This method is invoked when the parser enters a group chunk.
|
void |
RIFFVisitor.leaveGroup(RIFFChunk group)
This method is invoked when the parser leaves a group chunk.
|
long |
RIFFParser.parse(ImageInputStream in,
RIFFVisitor v) |
long |
RIFFParser.parse(InputStream in,
RIFFVisitor v)
Interprets the RIFFFile expression located at the
current position of the indicated InputStream.
|
void |
RIFFVisitor.visitChunk(RIFFChunk group,
RIFFChunk chunk)
This method is invoked when the parser has read a data chunk or
has skipped a stop chunk.
|
Copyright © 2017. All Rights Reserved.