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