com.drew.metadata.photoshop
Class PhotoshopReader
java.lang.Object
com.drew.metadata.photoshop.PhotoshopReader
- All Implemented Interfaces:
- MetadataReader
public class PhotoshopReader
- extends Object
- implements MetadataReader
Reads metadata created by Photoshop and stored in the APPD segment of Jpeg files.
Note that IPTC data may be stored within this segment, in which case this reader will
create both a PhotoshopDirectory and a IptcDirectory.
- Author:
- Yuri Binev, Drew Noakes http://drewnoakes.com
|
Method Summary |
void |
extract(BufferReader reader,
Metadata metadata)
Extract metadata from the source and merge it into an existing Metadata object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhotoshopReader
public PhotoshopReader()
extract
public void extract(BufferReader reader,
Metadata metadata)
- Description copied from interface:
MetadataReader
- Extract metadata from the source and merge it into an existing Metadata object.
- 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.