org.basex.build.fs.metadata
Class MP3Extractor

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

public final class MP3Extractor
extends AbstractExtractor

Extractor for MP3s and ID3v2 meta data. http://www.id3.org/id3v2.4.0-structure [2.4.0-s] http://www.id3.org/id3v2.4.0-frames [2.4.0-f]

Author:
Workgroup DBIS, University of Konstanz 2005-08, ISC License, Alexander Holupirek

Constructor Summary
MP3Extractor()
           
 
Method Summary
 void extract(Builder builder, 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

MP3Extractor

public MP3Extractor()
Method Detail

extract

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

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