com.drew.imaging.tiff
Class TiffMetadataReader

java.lang.Object
  extended by com.drew.imaging.tiff.TiffMetadataReader

public class TiffMetadataReader
extends Object

Obtains all available metadata from TIFF formatted files. Note that TIFF files include many digital camera RAW formats, including Canon (CRW, CR2) and Nikon (NEF).


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

Constructor Detail

TiffMetadataReader

public TiffMetadataReader()
Method Detail

readMetadata

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

readMetadata

public static Metadata readMetadata(InputStream in)
                             throws TiffProcessingException
Throws:
TiffProcessingException