Method and Description |
---|
com.drew.metadata.MetadataReader.extract()
Use the overload that takes a Metadata object instead
|
Constructor and Description |
---|
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.
|
Copyright © 2006 Drew Noakes. All Rights Reserved.