|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.drew.metadata.iptc.IptcReader
public class IptcReader
| Constructor Summary | |
|---|---|
IptcReader(byte[] data)
|
|
IptcReader(java.io.File jpegFile)
Creates a new IptcReader for the specified Jpeg jpegFile. |
|
IptcReader(java.io.InputStream is)
Creates an IptcReader for a JPEG stream. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IptcReader(java.io.File jpegFile)
throws JpegProcessingException
JpegProcessingException
public IptcReader(java.io.InputStream is)
throws JpegProcessingException
is - JPEG stream. Stream will be closed.
JpegProcessingExceptionpublic IptcReader(byte[] data)
| Method Detail |
|---|
public Metadata extract()
Metadata.
extract in interface MetadataReaderpublic Metadata extract(Metadata metadata)
Metadata.
extract in interface MetadataReader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||