org.basex.build.fs.metadata
Class TIFExtractor

java.lang.Object
  extended by org.basex.build.fs.metadata.AbstractExtractor
      extended by org.basex.build.fs.metadata.TIFExtractor

public final class TIFExtractor
extends AbstractExtractor

TIF meta data extractor.

Author:
Workgroup DBIS, University of Konstanz 2005-08, ISC License, Christian Gruen

Constructor Summary
TIFExtractor()
           
 
Method Summary
 void extract(Builder listener, java.io.File f)
          Extracts the file content.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TIFExtractor

public TIFExtractor()
Method Detail

extract

public void extract(Builder listener,
                    java.io.File f)
             throws java.io.IOException
Description copied from class: AbstractExtractor
Extracts the file content.

Specified by:
extract in class AbstractExtractor
Parameters:
listener - reference to the parser listener
f - file to be visited
Throws:
java.io.IOException - I/O exception