|
|||||||||||
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.AbstractMP3Fragment org.farng.mp3.lyrics3.Lyrics3v2Field
Defined fields |
The following list is a list of currently defined field IDs. More fields might be added if needed on newer versions of the Lyrics3 v2.00 specifications. Unknown fields should be ignored.
|
Constructor Summary | |
Lyrics3v2Field()
Creates a new Lyrics3v2Field object. |
|
Lyrics3v2Field(AbstractID3v2Frame frame)
Creates a new Lyrics3v2Field object. |
|
Lyrics3v2Field(AbstractLyrics3v2FieldBody body)
Creates a new Lyrics3v2Field object. |
|
Lyrics3v2Field(Lyrics3v2Field copyObject)
Creates a new Lyrics3v2Field object. |
|
Lyrics3v2Field(java.io.RandomAccessFile file)
Creates a new Lyrics3v2Field object. |
Method Summary | |
java.lang.String |
getIdentifier()
ID string that usually corresponds to the class name, but can be displayed to the user. |
int |
getSize()
|
void |
read(java.io.RandomAccessFile file)
import java.io.IOException; import java.io.RandomAccessFile; read from current file pointer position. |
java.lang.String |
toString()
|
void |
write(java.io.RandomAccessFile file)
Method to write this object to the file argument at is current file pointer position. |
Methods inherited from class org.farng.mp3.AbstractMP3Fragment |
equals, getBody, isSubsetOf, setBody |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Lyrics3v2Field()
public Lyrics3v2Field(Lyrics3v2Field copyObject)
public Lyrics3v2Field(AbstractLyrics3v2FieldBody body)
public Lyrics3v2Field(AbstractID3v2Frame frame) throws TagException
public Lyrics3v2Field(java.io.RandomAccessFile file) throws InvalidTagException, java.io.IOException
Method Detail |
public java.lang.String getIdentifier()
AbstractMP3FileItem
getIdentifier
in class AbstractMP3FileItem
public int getSize()
getSize
in class AbstractMP3FileItem
public void read(java.io.RandomAccessFile file) throws InvalidTagException, java.io.IOException
AbstractMP3FileItem
read
in class AbstractMP3FileItem
file
- file to read from
java.io.IOException
- on any I/O error
InvalidTagException
public java.lang.String toString()
public void write(java.io.RandomAccessFile file) throws java.io.IOException
AbstractMP3FileItem
write
in class AbstractMP3FileItem
file
- file to write to
java.io.IOException
- on any I/O error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |