Package | Description |
---|---|
com.drew.imaging.jpeg |
Provides classes for reading JPEG format data.
|
com.drew.metadata.exif |
Contains classes for extracting and modelling Exif metadata from various sources and camera manufacturers.
|
Modifier and Type | Method and Description |
---|---|
static JpegSegmentData |
JpegSegmentData.FromFile(java.io.File file)
Deserialises the contents of a JpegSegmentData from a file.
|
JpegSegmentData |
JpegSegmentReader.getSegmentData()
Returns the JpegSegmentData object used by this reader.
|
Modifier and Type | Method and Description |
---|---|
static void |
JpegSegmentData.ToFile(java.io.File file,
JpegSegmentData segmentData)
Serialises the contents of a JpegSegmentData to a file.
|
Constructor and Description |
---|
JpegSegmentReader(JpegSegmentData segmentData)
Creates a JpegSegmentReader for a JpegSegmentData.
|
Constructor and Description |
---|
ExifReader(JpegSegmentData segmentData)
Deprecated.
Not all files will be Jpegs! This overload doesn't offer much convenience to the caller.
|
Copyright © 2006 Drew Noakes. All Rights Reserved.