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