|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.mp3.ID3Reader
Provides a utility method to read ID3 Tag information from MP3 files and creates GMLDocuments from them.
Method Summary | |
static LimeXMLDocument |
fixCorruption(LimeXMLDocument oldDoc)
Creates a new LimeXMLDocument without corruption. |
static java.lang.String |
getGenreString(short genre)
Takes a short and returns the corresponding genre string |
static boolean |
isCorrupted(LimeXMLDocument doc)
Determines whether a LimeXMLDocument was corrupted by ID3Editor in the past. |
static LimeXMLDocument |
readDocument(java.io.File file)
|
static java.lang.String |
readDocument(java.io.File file,
boolean solo)
Attempts to read an ID3 tag from the specified file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static boolean isCorrupted(LimeXMLDocument doc)
public static LimeXMLDocument fixCorruption(LimeXMLDocument oldDoc)
public static java.lang.String readDocument(java.io.File file, boolean solo) throws java.io.IOException
java.io.IOException
public static LimeXMLDocument readDocument(java.io.File file) throws java.io.IOException
java.io.IOException
public static java.lang.String getGenreString(short genre)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |