|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.farng.mp3.AbstractMP3FileItem org.farng.mp3.AbstractMP3Tag org.farng.mp3.lyrics3.AbstractLyrics3
Super class for both Lyrics3v2 and Lyrics3v2 tags
Constructor Summary | |
AbstractLyrics3()
Creates a new AbstractLyrics3 object. |
|
AbstractLyrics3(AbstractLyrics3 copyObject)
Creates a new AbstractLyrics3 object. |
Method Summary | |
void |
append(java.io.RandomAccessFile file)
Appends this tag to the given file. |
void |
delete(java.io.RandomAccessFile file)
removes the specific tag the easiest way. |
void |
overwrite(java.io.RandomAccessFile file)
Overwrites this tag to the given file. |
Methods inherited from class org.farng.mp3.AbstractMP3Tag |
append, equals, getAlbumTitle, getAuthorComposer, getLeadArtist, getSongComment, getSongGenre, getSongLyric, getSongTitle, getTrackNumberOnAlbum, getYearReleased, isSubsetOf, iterator, overwrite, seek, setAlbumTitle, setAuthorComposer, setLeadArtist, setSongComment, setSongGenre, setSongLyric, setSongTitle, setTrackNumberOnAlbum, setYearReleased, write |
Methods inherited from class org.farng.mp3.AbstractMP3FileItem |
getIdentifier, getSize, isSubsetOf, read, write |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractLyrics3()
public AbstractLyrics3(AbstractLyrics3 copyObject)
Method Detail |
public void append(java.io.RandomAccessFile file) throws java.io.IOException, TagException
AbstractMP3Tag
append
in class AbstractMP3Tag
file
- MP3 file to append to.
TagException
- on any exception generated by this library.
java.io.IOException
- on any I/O errorpublic void delete(java.io.RandomAccessFile file) throws java.io.IOException
AbstractMP3Tag
delete
in class AbstractMP3Tag
file
- MP3 file to append to.
java.io.IOException
- on any I/O errorpublic void overwrite(java.io.RandomAccessFile file) throws java.io.IOException, TagException
AbstractMP3Tag
overwrite
in class AbstractMP3Tag
file
- MP3 file to overwrite
java.io.IOException
- on any I/O error
TagException
- on any exception generated by this library.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |