Uses of Package
com.drew.metadata

Packages that use com.drew.metadata
com.drew.imaging Provides classes for reading image metadata (via data interrogation and delegation to a specialised reader) and utilities for photographic conversions. 
com.drew.imaging.jpeg Provides classes for reading JPEG format data. 
com.drew.imaging.tiff Provides classes for reading TIFF format data. 
com.drew.metadata Provides classes for modelling metadata and exceptions/interfaces applicable to all metadata operations. 
com.drew.metadata.exif Contains classes for extracting and modelling Exif metadata from various sources and camera manufacturers. 
com.drew.metadata.exif.test   
com.drew.metadata.iptc Contains classes for extracting and modelling IPTC metadata from various sources. 
com.drew.metadata.jpeg Contains classes for extracting and modelling metadata specific to JPEG files. 
com.drew.metadata.jpeg.test   
com.drew.metadata.test   
net.sourceforge.vyasa.metadata   
 

Classes in com.drew.metadata used by com.drew.imaging
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).
MetadataException
          Base class for all metadata specific exceptions.
 

Classes in com.drew.metadata used by com.drew.imaging.jpeg
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).
 

Classes in com.drew.metadata used by com.drew.imaging.tiff
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).
 

Classes in com.drew.metadata used by com.drew.metadata
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).
MetadataException
          Base class for all metadata specific exceptions.
TagDescriptor
          Abstract base class for all tag descriptor classes.
 

Classes in com.drew.metadata used by com.drew.metadata.exif
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).
MetadataException
          Base class for all metadata specific exceptions.
MetadataReader
          Interface through which all classes responsible for decoding a particular type of metadata may be called.
TagDescriptor
          Abstract base class for all tag descriptor classes.
 

Classes in com.drew.metadata used by com.drew.metadata.exif.test
MetadataException
          Base class for all metadata specific exceptions.
 

Classes in com.drew.metadata used by com.drew.metadata.iptc
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).
MetadataException
          Base class for all metadata specific exceptions.
MetadataReader
          Interface through which all classes responsible for decoding a particular type of metadata may be called.
TagDescriptor
          Abstract base class for all tag descriptor classes.
 

Classes in com.drew.metadata used by com.drew.metadata.jpeg
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).
MetadataException
          Base class for all metadata specific exceptions.
MetadataReader
          Interface through which all classes responsible for decoding a particular type of metadata may be called.
TagDescriptor
          Abstract base class for all tag descriptor classes.
 

Classes in com.drew.metadata used by com.drew.metadata.jpeg.test
MetadataException
          Base class for all metadata specific exceptions.
 

Classes in com.drew.metadata used by com.drew.metadata.test
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).
 

Classes in com.drew.metadata used by net.sourceforge.vyasa.metadata
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).