org.deepfs.fsml.parsers
Class ExifParser

java.lang.Object
  extended by org.deepfs.fsml.parsers.ExifParser

public final class ExifParser
extends Object

Parser for Exif data. This is not a standalone parser. Only used for parsing Exif data that is embedded in e.g. a TIFF file.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen, Bastian Lemke

Constructor Summary
ExifParser()
           
 
Method Summary
 void extract(DeepFile df)
          Parses the Exif data.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExifParser

public ExifParser()
Method Detail

extract

public void extract(DeepFile df)
             throws IOException
Parses the Exif data.

Parameters:
df - the DeepFile to store metadata and file content
Throws:
IOException - if any error occurs while reading from the channel