Package com.drew.metadata
Provides classes for generic modelling of metadata directories and tags.
Contains base types for metadata processing abstraction.
-
Interface Summary Interface Description MetadataReader Defines an object capable of processing a particular type of metadata from aRandomAccessReader
. -
Class Summary Class Description Age Represents an age in years, months, days, hours, minutes and seconds.Directory Abstract base class for all directory implementations, having methods for getting and setting tag values of various data types.ErrorDirectory A directory to use for the reporting of errors.Face Class to hold information about a detected or recognized face in a photo.Metadata A top-level object that holds the metadata values extracted from an image.Schema StringValue Tag Models a particular tag within aDirectory
and provides methods for obtaining its value.TagDescriptor<T extends Directory> Base class for all tag descriptor classes. -
Exception Summary Exception Description MetadataException Base class for all metadata specific exceptions.