Package | Description |
---|---|
com.drew.imaging.jpeg |
Contains classes for working with JPEG files.
|
Modifier and Type | Method and Description |
---|---|
static Metadata |
JpegMetadataReader.readMetadata(File file) |
static Metadata |
JpegMetadataReader.readMetadata(InputStream inputStream) |
static Metadata |
JpegMetadataReader.readMetadata(InputStream inputStream,
boolean waitForBytes) |
Constructor and Description |
---|
JpegSegmentReader(byte[] fileContents)
Creates a JpegSegmentReader for a byte array.
|
JpegSegmentReader(File file)
Creates a JpegSegmentReader for a specific file.
|
JpegSegmentReader(InputStream inputStream,
boolean waitForBytes)
Creates a JpegSegmentReader for an InputStream.
|
Copyright © 2003-2012 Drew Noakes. All Rights Reserved.