org.esau.ptarmigan.util
Class HelperID3

java.lang.Object
  |
  +--org.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 $
Author:
Reed Esau

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
 

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.
Returns:
null if not present or if code is invalid


Copyright © 2002 Reed Esau, All Rights Reserved.