Package com.drew.metadata

Provides classes for generic modelling of metadata directories and tags.

See:
          Description

Interface Summary
MetadataReader Interface through which all classes responsible for decoding a particular type of metadata may be called.
 

Class Summary
Age Represents an age in years, months, days, hours, minutes and seconds.
DefaultTagDescriptor A default implementation of the abstract TagDescriptor.
Directory Abstract base class for all directory implementations, having methods for getting and setting tag values of various data types.
Face Class to hold information about a detected or recognized face in a photo.
Metadata A top-level object to hold the various types of metadata (Exif/IPTC/etc) related to one entity (such as a file or stream).
Tag Models a particular tag within a directory and provides methods for obtaining its value.
TagDescriptor<T extends Directory> Abstract base class for all tag descriptor classes.
 

Exception Summary
MetadataException Base class for all metadata specific exceptions.
 

Package com.drew.metadata Description

Provides classes for generic modelling of metadata directories and tags. Contains base types for metadata processing abstraction.



Copyright © 2012. All Rights Reserved.