Package | Description |
---|---|
com.drew.lang |
Contains classes of generic utility.
|
com.drew.metadata |
Provides classes for generic modelling of metadata directories and tags.
|
com.drew.metadata.adobe | |
com.drew.metadata.exif |
Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.
|
com.drew.metadata.icc | |
com.drew.metadata.iptc |
Contains classes for the extraction and modelling of IPTC metadata.
|
com.drew.metadata.jfif |
Contains classes for the extraction and modelling of JFIF metadata.
|
com.drew.metadata.jpeg |
Contains classes for the extraction and modelling of JPEG file format metadata.
|
com.drew.metadata.photoshop |
Contains classes for the extraction and modelling of Photoshop metadata.
|
com.drew.metadata.xmp |
Contains classes for the extraction and modelling of Adobe's XMP metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayReader
Provides methods to read specific values from a byte array, with a consistent, checked exception structure for
issues.
|
class |
RandomAccessFileReader
Provides methods to read specific values from a byte array, with a consistent, checked exception structure for
issues.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataReader.extract(BufferReader reader,
Metadata metadata)
Extract metadata from the source and merge it into an existing Metadata object.
|
Modifier and Type | Method and Description |
---|---|
void |
AdobeJpegReader.extract(BufferReader reader,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
void |
ExifReader.extract(BufferReader reader,
Metadata metadata)
Performs the Exif data extraction, adding found values to the specified
instance of
Metadata . |
void |
ExifReader.extractTiff(BufferReader reader,
Metadata metadata)
Performs the Exif data extraction on a TIFF/RAW, adding found values to the specified
instance of
Metadata . |
Modifier and Type | Method and Description |
---|---|
void |
IccReader.extract(BufferReader reader,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
void |
IptcReader.extract(BufferReader reader,
Metadata metadata)
Performs the IPTC data extraction, adding found values to the specified instance of
Metadata . |
Modifier and Type | Method and Description |
---|---|
void |
JfifReader.extract(BufferReader reader,
Metadata metadata)
Performs the Jfif data extraction, adding found values to the specified
instance of
Metadata . |
Modifier and Type | Method and Description |
---|---|
void |
JpegReader.extract(BufferReader reader,
Metadata metadata)
Performs the Jpeg data extraction, adding found values to the specified
instance of
Metadata . |
void |
JpegCommentReader.extract(BufferReader reader,
Metadata metadata)
Performs the Jpeg data extraction, adding found values to the specified
instance of
Metadata . |
Modifier and Type | Method and Description |
---|---|
void |
PhotoshopReader.extract(BufferReader reader,
Metadata metadata) |
void |
PsdReader.extract(BufferReader reader,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
void |
XmpReader.extract(BufferReader reader,
Metadata metadata)
Performs the XMP data extraction, adding found values to the specified instance of
Metadata . |
Copyright © 2002-2013 Drew Noakes. All Rights Reserved.