com.drew.metadata.jpeg
Class JpegReader
java.lang.Objectcom.drew.metadata.jpeg.JpegReader
- MetadataReader
public class JpegReader
extends java.lang.Object
- Darrell Silver http://www.darrellsilver.com and Drew Noakes
JpegReader(File jpegFile)- Creates a new JpegReader for the specified Jpeg jpegFile.
|
JpegReader(InputStream is)- Creates a JpegReader for a JPEG stream.
|
JpegReader(byte[] data)
|
Metadata | extract()- Performs the Jpeg data extraction, returning a new instance of
Metadata.
|
Metadata | extract(Metadata metadata)- Performs the Jpeg data extraction, adding found values to the specified
instance of
Metadata.
|
JpegReader
public JpegReader(File jpegFile)
throws JpegProcessingException Creates a new JpegReader for the specified Jpeg jpegFile.
JpegReader
public JpegReader(InputStream is)
throws JpegProcessingExceptionCreates a JpegReader for a JPEG stream.
is - JPEG stream. Stream will be closed.
JpegReader
public JpegReader(byte[] data)
Copyright © 2006 Drew Noakes. All Rights Reserved.