com.drew.imaging.psd
Class PsdMetadataReader

java.lang.Object
  extended by com.drew.imaging.psd.PsdMetadataReader

public class PsdMetadataReader
extends Object

Obtains metadata from Photoshop's PSD files.

Author:
Drew Noakes http://drewnoakes.com

Constructor Summary
PsdMetadataReader()
           
 
Method Summary
static Metadata readMetadata(File file)
           
static Metadata readMetadata(InputStream inputStream, boolean waitForBytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsdMetadataReader

public PsdMetadataReader()
Method Detail

readMetadata

public static Metadata readMetadata(File file)
                             throws IOException
Throws:
IOException

readMetadata

public static Metadata readMetadata(InputStream inputStream,
                                    boolean waitForBytes)
                             throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.