com.limegroup.gnutella.mp3
Class ID3Editor
java.lang.Object
com.limegroup.gnutella.mp3.ID3Editor
- public class ID3Editor
- extends java.lang.Object
Used when a user wants to edit meta-information about a .mp3 file, and asks
to save it. For this class to work efficiently, the removeID3Tags method
is called before. rewriteID3Tags method is called.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID3Editor
public ID3Editor()
equals
public boolean equals(java.lang.Object o)
removeID3Tags
public java.lang.String removeID3Tags(java.lang.String xmlStr)
writeID3DataToDisk
public int writeID3DataToDisk(java.lang.String fileName)