|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jaudiotagger.tag.id3.AbstractTagItem
org.jaudiotagger.tag.id3.AbstractTag
org.jaudiotagger.tag.lyrics3.AbstractLyrics3
org.jaudiotagger.tag.lyrics3.Lyrics3v1
public class Lyrics3v1
| Field Summary | |
|---|---|
private java.lang.String |
lyric
|
| Fields inherited from class org.jaudiotagger.tag.id3.AbstractTag |
|---|
TYPE_TAG |
| Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagItem |
|---|
logger |
| Constructor Summary | |
|---|---|
Lyrics3v1()
Creates a new Lyrics3v1 datatype. |
|
Lyrics3v1(AbstractTag mp3Tag)
|
|
Lyrics3v1(java.nio.ByteBuffer byteBuffer)
Creates a new Lyrics3v1 datatype. |
|
Lyrics3v1(Lyrics3v1 copyObject)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether another datatype is equal to this tag. |
java.lang.String |
getIdentifier()
ID string that usually corresponds to the class name, but can be displayed to the user. |
java.lang.String |
getLyric()
|
int |
getSize()
Return size of this item |
boolean |
isSubsetOf(java.lang.Object obj)
Returns true if this datatype is a subset of the argument. |
java.util.Iterator |
iterator()
|
void |
read(java.nio.ByteBuffer byteBuffer)
|
boolean |
seek(java.nio.ByteBuffer byteBuffer)
TODO implement |
boolean |
seek(java.io.RandomAccessFile file)
|
void |
setLyric(java.lang.String lyric)
|
java.lang.String |
toString()
|
void |
write(java.io.RandomAccessFile file)
Writes the tag to the file |
| Methods inherited from class org.jaudiotagger.tag.lyrics3.AbstractLyrics3 |
|---|
delete |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String lyric
| Constructor Detail |
|---|
public Lyrics3v1()
public Lyrics3v1(Lyrics3v1 copyObject)
public Lyrics3v1(AbstractTag mp3Tag)
public Lyrics3v1(java.nio.ByteBuffer byteBuffer)
throws TagNotFoundException,
java.io.IOException
file - byteBuffer -
TagNotFoundException
java.io.IOException| Method Detail |
|---|
public java.lang.String getIdentifier()
AbstractTagItem
getIdentifier in class AbstractTagItempublic void setLyric(java.lang.String lyric)
lyric - public java.lang.String getLyric()
public int getSize()
AbstractTagItem
getSize in class AbstractTagItempublic boolean isSubsetOf(java.lang.Object obj)
AbstractTagItem
isSubsetOf in class AbstractTagItemobj -
public boolean equals(java.lang.Object obj)
AbstractTagsuper.equals(obj).
equals in class AbstractTagobj -
public java.util.Iterator iterator()
iterator in class AbstractTagjava.lang.UnsupportedOperationExceptionpublic boolean seek(java.nio.ByteBuffer byteBuffer)
seek in class AbstractTagbyteBuffer -
java.io.IOException
public void read(java.nio.ByteBuffer byteBuffer)
throws TagException
read in class AbstractTagItembyteBuffer -
TagNotFoundException
java.io.IOException
TagException - on any exception generated by this library.
public boolean seek(java.io.RandomAccessFile file)
throws java.io.IOException
file -
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object
public void write(java.io.RandomAccessFile file)
throws java.io.IOException
AbstractTag
write in class AbstractTagfile -
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||