Package | Description |
---|---|
org.monte.media.riff |
Provides media handlers for the RIFF file format.
|
Modifier and Type | Method and Description |
---|---|
long |
RIFFParser.parse(javax.imageio.stream.ImageInputStream in,
RIFFVisitor v) |
long |
RIFFParser.parse(java.io.InputStream in,
RIFFVisitor v)
Interprets the RIFFFile expression located at the
current position of the indicated InputStream.
|