Package | Description |
---|---|
com.drew.imaging.riff |
Contains classes for working with RIFF format files, such as WebP.
|
com.drew.metadata.avi |
Contains classes for the extraction and modelling of AVI file metadata.
|
com.drew.metadata.wav |
Contains classes for the extraction and modelling of WAV file metadata.
|
com.drew.metadata.webp |
Contains classes for the extraction and modelling of WebP file metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
RiffReader.processChunks(SequentialReader reader,
int sectionSize,
RiffHandler handler) |
void |
RiffReader.processRiff(SequentialReader reader,
RiffHandler handler)
Processes a RIFF data sequence.
|
Modifier and Type | Class and Description |
---|---|
class |
AviRiffHandler
Implementation of
RiffHandler specialising in AVI support. |
Modifier and Type | Class and Description |
---|---|
class |
WavRiffHandler
Implementation of
RiffHandler specialising in Wav support. |
Modifier and Type | Class and Description |
---|---|
class |
WebpRiffHandler
Implementation of
RiffHandler specialising in WebP support. |
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.