| Package | Description |
|---|---|
| com.drew.imaging.avi |
Contains classes for working with AVI files.
|
| com.drew.imaging.riff |
Contains classes for working with RIFF format files, such as WebP.
|
| com.drew.imaging.wav |
Contains classes for working with WAV files.
|
| com.drew.imaging.webp |
Contains classes for working with WebP format files.
|
| Modifier and Type | Method and Description |
|---|---|
static Metadata |
AviMetadataReader.readMetadata(File file) |
static Metadata |
AviMetadataReader.readMetadata(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
RiffReader.processRiff(SequentialReader reader,
RiffHandler handler)
Processes a RIFF data sequence.
|
| Modifier and Type | Method and Description |
|---|---|
static Metadata |
WavMetadataReader.readMetadata(File file) |
static Metadata |
WavMetadataReader.readMetadata(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
static Metadata |
WebpMetadataReader.readMetadata(File file) |
static Metadata |
WebpMetadataReader.readMetadata(InputStream inputStream) |
Copyright © 2002-2017 Drew Noakes. All Rights Reserved.