|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.build.fs.metadata.AbstractExtractor
org.basex.build.fs.metadata.MP3Extractor
public final class MP3Extractor
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]
| 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 |
|---|
public MP3Extractor()
| Method Detail |
|---|
public void extract(Builder builder,
java.io.File f)
throws java.io.IOException
AbstractExtractor
extract in class AbstractExtractorbuilder - reference to the parser listenerf - file to be visited
java.io.IOException - I/O exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||