Package com.drew.metadata

Provides classes for modelling metadata and exceptions/interfaces applicable to all metadata operations.

See:
          Description

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

Class Summary
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.
Metadata A top-level object to hold various types of metadata (such as Exif or IPTC) relating 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 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 modelling metadata and exceptions/interfaces applicable to all metadata operations.