com.drew.metadata.iptc
Class IptcReader
java.lang.Object
com.drew.metadata.iptc.IptcReader
- All Implemented Interfaces:
- MetadataReader
public class IptcReader
- extends Object
- implements MetadataReader
Decodes IPTC binary data, populating a Metadata object with tag values in an IptcDirectory.
- Author:
- Drew Noakes http://drewnoakes.com
|
Method Summary |
void |
extract(BufferReader reader,
Metadata metadata)
Performs the IPTC 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 |
IptcReader
public IptcReader()
extract
public void extract(BufferReader reader,
Metadata metadata)
- Performs the IPTC data extraction, adding found values to the specified instance of
Metadata.
- Specified by:
extract in interface MetadataReader
- Parameters:
reader - The reader from which the metadata should be extracted.metadata - The Metadata object into which extracted values should be merged.
Copyright © 2012. All Rights Reserved.