Package | Description |
---|---|
com.drew.imaging.jpeg |
Contains classes for working with JPEG files.
|
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 Metadata |
JpegMetadataReader.extractMetadataFromJpegSegmentReader(JpegSegmentData segmentReader) |
static void |
JpegSegmentData.toFile(java.io.File file,
JpegSegmentData segmentData)
Serialises the contents of a JpegSegmentData to a file.
|
Copyright © 2002-2013 Drew Noakes. All Rights Reserved.