org.jaudiotagger.tag.lyrics3
Class AbstractLyrics3

java.lang.Object
  extended by org.jaudiotagger.tag.id3.AbstractTagItem
      extended by org.jaudiotagger.tag.id3.AbstractTag
          extended by org.jaudiotagger.tag.lyrics3.AbstractLyrics3
Direct Known Subclasses:
Lyrics3v1, Lyrics3v2

public abstract class AbstractLyrics3
extends AbstractTag


Field Summary
 
Fields inherited from class org.jaudiotagger.tag.id3.AbstractTag
TYPE_TAG
 
Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagItem
logger
 
Constructor Summary
AbstractLyrics3()
           
AbstractLyrics3(AbstractLyrics3 copyObject)
           
 
Method Summary
 void delete(java.io.RandomAccessFile file)
          Removes the specific tag from the file
 
Methods inherited from class org.jaudiotagger.tag.id3.AbstractTag
equals, iterator, seek, write
 
Methods inherited from class org.jaudiotagger.tag.id3.AbstractTagItem
getIdentifier, getSize, isSubsetOf, read
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLyrics3

public AbstractLyrics3()

AbstractLyrics3

public AbstractLyrics3(AbstractLyrics3 copyObject)
Method Detail

delete

public void delete(java.io.RandomAccessFile file)
            throws java.io.IOException
Description copied from class: AbstractTag
Removes the specific tag from the file

Specified by:
delete in class AbstractTag
Parameters:
file -
Throws:
java.io.IOException