Package | Description |
---|---|
org.monte.media.anim |
Provides media handlers for the ANIM file format.
|
org.monte.media.iff |
Provides media handlers for the IFF file format.
|
org.monte.media.ilbm |
Provides media handlers for the ILBM file format.
|
org.monte.media.pbm |
Provides media handlers for the PBM file format.
|
org.monte.media.riff |
Provides media handlers for the RIFF file format.
|
Modifier and Type | Method and Description |
---|---|
void |
ANIMDecoder.visitChunk(IFFChunk group,
IFFChunk chunk) |
Modifier and Type | Method and Description |
---|---|
void |
AnimMerger.Loader.enterGroup(IFFChunk group) |
void |
IFFVisitor.enterGroup(IFFChunk group) |
void |
AnimMerger.Loader.leaveGroup(IFFChunk group) |
void |
IFFVisitor.leaveGroup(IFFChunk group) |
void |
IFFParser.parse(java.io.InputStream in,
IFFVisitor v)
Interprets the IFFFileExpression located at the
current position of the indicated InputStream.
|
void |
AnimMerger.Loader.visitChunk(IFFChunk group,
IFFChunk chunk) |
void |
IFFVisitor.visitChunk(IFFChunk group,
IFFChunk chunk) |
Modifier and Type | Method and Description |
---|---|
void |
ILBMDecoder.visitChunk(IFFChunk group,
IFFChunk chunk) |
Modifier and Type | Method and Description |
---|---|
void |
PBMDecoder.visitChunk(IFFChunk group,
IFFChunk chunk) |
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(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.
|
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.
|