Deprecated API


Contents
Deprecated Methods
com.drew.metadata.MetadataReader.extract()
          Use the overload that takes a Metadata object instead 
 

Deprecated Constructors
com.drew.metadata.exif.ExifReader(File)
          Not all files will be Jpegs! Use a constructor that provides the exif segment in isolation. 
com.drew.metadata.exif.ExifReader(InputStream)
          Not all files will be Jpegs! Use a constructor that provides the exif segment in isolation. 
com.drew.metadata.exif.ExifReader(JpegSegmentData)
          Not all files will be Jpegs! This overload doesn't offer much convenience to the caller. 
com.drew.metadata.iptc.IptcReader(File)
          Not all files will be Jpegs! Use a constructor that provides the IPTC segment in isolation. 
com.drew.metadata.iptc.IptcReader(InputStream)
          Not all files will be Jpegs! Use a constructor that provides the IPTC segment in isolation.