|
||||||||||
| 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.AbstractMP3Fragment
org.farng.mp3.lyrics3.Lyrics3v2Field
public class 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()
Get the size of the item, in bytes. |
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
TagException
public Lyrics3v2Field(java.io.RandomAccessFile file)
throws InvalidTagException,
java.io.IOException
InvalidTagException
java.io.IOException| Method Detail |
|---|
public java.lang.String getIdentifier()
MP3MetadataItem
getIdentifier in interface MP3MetadataItemgetIdentifier in class AbstractMP3FileItempublic int getSize()
MP3MetadataItem
getSize in interface MP3MetadataItemgetSize in class AbstractMP3FileItem
public void read(java.io.RandomAccessFile file)
throws InvalidTagException,
java.io.IOException
AbstractMP3FileItem
read in class AbstractMP3FileItemfile - file to read from
java.io.IOException - on any I/O error
InvalidTagExceptionpublic java.lang.String toString()
toString in class java.lang.Object
public void write(java.io.RandomAccessFile file)
throws java.io.IOException
AbstractMP3FileItem
write in class AbstractMP3FileItemfile - 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 | |||||||||