Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.esau.ptarmigan.util
Class HelperID3  view HelperID3 download HelperID3.java

java.lang.Object
  extended byorg.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.