Uses of Class
com.drew.metadata.Metadata

Packages that use 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.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.test   
net.sourceforge.vyasa.metadata   
 

Uses of Metadata in com.drew.imaging
 

Methods in com.drew.imaging that return Metadata
static Metadata ImageMetadataReader.readMetadata(BufferedInputStream inputStream)
          Reads metadata from an input stream.
private static Metadata ImageMetadataReader.readMetadata(BufferedInputStream inputStream, File file, int magicNumber)
           
static Metadata ImageMetadataReader.readMetadata(File file)
          Reads metadata from a file.
 

Uses of Metadata in com.drew.imaging.jpeg
 

Methods in com.drew.imaging.jpeg that return Metadata
static Metadata JpegMetadataReader.extractMetadataFromJpegSegmentReader(JpegSegmentReader segmentReader)
           
static Metadata JpegMetadataReader.readMetadata(File file)
           
static Metadata JpegMetadataReader.readMetadata(InputStream in)
           
static Metadata JpegMetadataReader.readMetadata(com.sun.image.codec.jpeg.JPEGDecodeParam decodeParam)
           
 

Uses of Metadata in com.drew.imaging.tiff
 

Methods in com.drew.imaging.tiff that return Metadata
static Metadata TiffMetadataReader.readMetadata(File file)
           
static Metadata TiffMetadataReader.readMetadata(InputStream in)
           
 

Uses of Metadata in com.drew.metadata
 

Methods in com.drew.metadata that return Metadata
 Metadata MetadataReader.extract()
          Deprecated. Use the overload that takes a Metadata object instead
 Metadata MetadataReader.extract(Metadata metadata)
          Extract metadata from the source and merge it into an existing Metadata object.
 

Methods in com.drew.metadata with parameters of type Metadata
 Metadata MetadataReader.extract(Metadata metadata)
          Extract metadata from the source and merge it into an existing Metadata object.
 

Uses of Metadata in com.drew.metadata.exif
 

Fields in com.drew.metadata.exif declared as Metadata
private  Metadata ExifReader._metadata
          Bean instance to store information about the image and camera/scanner/capture device.
 

Methods in com.drew.metadata.exif that return Metadata
 Metadata ExifReader.extract()
          Performs the Exif data extraction, returning a new instance of Metadata.
 Metadata ExifReader.extract(Metadata metadata)
          Performs the Exif data extraction, adding found values to the specified instance of Metadata.
private  Metadata ExifReader.extractIFD(Metadata metadata, int tiffHeaderOffset)
           
 Metadata ExifReader.extractTiff(Metadata metadata)
          Performs the Exif data extraction on a Tiff/Raw, adding found values to the specified instance of Metadata.
 

Methods in com.drew.metadata.exif with parameters of type Metadata
 Metadata ExifReader.extract(Metadata metadata)
          Performs the Exif data extraction, adding found values to the specified instance of Metadata.
private  Metadata ExifReader.extractIFD(Metadata metadata, int tiffHeaderOffset)
           
 Metadata ExifReader.extractTiff(Metadata metadata)
          Performs the Exif data extraction on a Tiff/Raw, adding found values to the specified instance of Metadata.
 

Uses of Metadata in com.drew.metadata.iptc
 

Methods in com.drew.metadata.iptc that return Metadata
 Metadata IptcReader.extract()
          Performs the Exif data extraction, returning a new instance of Metadata.
 Metadata IptcReader.extract(Metadata metadata)
          Performs the Exif data extraction, adding found values to the specified instance of Metadata.
 

Methods in com.drew.metadata.iptc with parameters of type Metadata
 Metadata IptcReader.extract(Metadata metadata)
          Performs the Exif data extraction, adding found values to the specified instance of Metadata.
 

Uses of Metadata in com.drew.metadata.jpeg
 

Methods in com.drew.metadata.jpeg that return Metadata
 Metadata JpegReader.extract()
          Performs the Jpeg data extraction, returning a new instance of Metadata.
 Metadata JpegCommentReader.extract()
          Performs the Jpeg data extraction, returning a new instance of Metadata.
 Metadata JpegReader.extract(Metadata metadata)
          Performs the Jpeg data extraction, adding found values to the specified instance of Metadata.
 Metadata JpegCommentReader.extract(Metadata metadata)
          Performs the Jpeg data extraction, adding found values to the specified instance of Metadata.
 

Methods in com.drew.metadata.jpeg with parameters of type Metadata
 Metadata JpegReader.extract(Metadata metadata)
          Performs the Jpeg data extraction, adding found values to the specified instance of Metadata.
 Metadata JpegCommentReader.extract(Metadata metadata)
          Performs the Jpeg data extraction, adding found values to the specified instance of Metadata.
 

Uses of Metadata in com.drew.metadata.test
 

Methods in com.drew.metadata.test with parameters of type Metadata
private  void SampleUsage.printImageTags(int approachCount, Metadata metadata)
           
 

Uses of Metadata in net.sourceforge.vyasa.metadata
 

Methods in net.sourceforge.vyasa.metadata with parameters of type Metadata
private static void ImageMetadataDiscoverer.discoverJpegMetadata(Metadata metadata)
          Populates ImageMetadataDiscoverer.metadataMap with metadata captured by the Metadata class.