com.drew.metadata.photoshop
Class PsdReader

java.lang.Object
  extended by com.drew.metadata.photoshop.PsdReader
All Implemented Interfaces:
MetadataReader

public class PsdReader
extends Object
implements MetadataReader

Reads metadata stored within PSD file format data.

Author:
Drew Noakes http://drewnoakes.com

Constructor Summary
PsdReader()
           
 
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
 

Constructor Detail

PsdReader

public PsdReader()
Method Detail

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.