| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.farng.mp3.AbstractMP3FileItem
org.farng.mp3.AbstractMP3Tag
org.farng.mp3.id3.AbstractID3
org.farng.mp3.id3.AbstractID3v1
Superclass for all ID3v1 tags.
| Constructor Summary | |
| protected  | AbstractID3v1()Creates a new AbstractID3v1 object. | 
| protected  | AbstractID3v1(AbstractID3v1 copyObject)Creates a new AbstractID3v1 object. | 
| Method Summary | |
|  void | append(java.io.RandomAccessFile file)Appends this tag to the given file. | 
|  void | overwrite(java.io.RandomAccessFile file)Overwrites this tag to the given file. | 
| Methods inherited from class org.farng.mp3.AbstractMP3Tag | 
| append, delete, 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 | 
protected AbstractID3v1()
protected AbstractID3v1(AbstractID3v1 copyObject)
| Method Detail | 
public void append(java.io.RandomAccessFile file)
            throws java.io.IOException,
                   TagException
AbstractMP3Tag
append in class AbstractMP3Tagfile - MP3 file to append to.
TagException - on any exception generated by this library.
java.io.IOException - on any I/O error
public void overwrite(java.io.RandomAccessFile file)
               throws java.io.IOException,
                      TagException
AbstractMP3Tag
overwrite in class AbstractMP3Tagfile - 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 | ||||||||||