|
|||||||||
| Home >> All >> org >> esau >> ptarmigan >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.esau.ptarmigan.util
Class HelperID3

java.lang.Objectorg.esau.ptarmigan.util.HelperID3
- public final class HelperID3
- extends java.lang.Object
Common routines for ID3v1 and v2 parsing
- Version:
- $Revision: 1.1 $ $Date: 2002/09/10 06:24:34 $
| Field Summary | |
(package private) static java.lang.String[] |
nullsoft_genres
|
| Constructor Summary | |
HelperID3()
|
|
| Method Summary | |
static java.lang.String |
getNullsoftGenre(int code)
return the Nullsoft genre string for the specified numeric code. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
nullsoft_genres
static final java.lang.String[] nullsoft_genres
| Constructor Detail |
HelperID3
public HelperID3()
| Method Detail |
getNullsoftGenre
public static java.lang.String getNullsoftGenre(int code)
- return the Nullsoft genre string for the specified numeric code.
|
|||||||||
| Home >> All >> org >> esau >> ptarmigan >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.esau.ptarmigan.util.HelperID3