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).

Author:
Darren Salomons, Drew Noakes http://drewnoakes.com

Constructor Summary
TiffMetadataReader()
           
 
Method Summary
static Metadata readMetadata(File file)
           
static Metadata readMetadata(InputStream inputStream, boolean waitForBytes)
          Deprecated. 
 
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 IOException
Throws:
IOException

readMetadata

@Deprecated
public static Metadata readMetadata(InputStream inputStream,
                                               boolean waitForBytes)
                             throws IOException
Deprecated. 

Throws:
IOException


Copyright © 2012. All Rights Reserved.