public class Lyrics3v2Field extends AbstractTagFrame
frameBody
logger
Constructor and Description |
---|
Lyrics3v2Field()
Creates a new Lyrics3v2Field datatype.
|
Lyrics3v2Field(AbstractID3v2Frame frame)
Creates a new Lyrics3v2Field datatype.
|
Lyrics3v2Field(AbstractLyrics3v2FieldFrameBody body)
Creates a new Lyrics3v2Field datatype.
|
Lyrics3v2Field(java.nio.ByteBuffer byteBuffer)
Creates a new Lyrics3v2Field datatype.
|
Lyrics3v2Field(Lyrics3v2Field copyObject) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentifier()
ID string that usually corresponds to the class name, but can be
displayed to the user.
|
int |
getSize()
Return size of this item
|
void |
read(java.nio.ByteBuffer byteBuffer) |
private AbstractLyrics3v2FieldFrameBody |
readBody(java.lang.String identifier,
java.nio.ByteBuffer byteBuffer)
Read a Lyrics3 Field from a file.
|
java.lang.String |
toString() |
void |
write(java.io.RandomAccessFile file) |
equals, getBody, isSubsetOf, setBody
public Lyrics3v2Field()
public Lyrics3v2Field(Lyrics3v2Field copyObject)
public Lyrics3v2Field(AbstractLyrics3v2FieldFrameBody body)
body
- public Lyrics3v2Field(AbstractID3v2Frame frame) throws TagException
frame
- TagException
public Lyrics3v2Field(java.nio.ByteBuffer byteBuffer) throws InvalidTagException
file
- byteBuffer
- InvalidTagException
public java.lang.String getIdentifier()
AbstractTagItem
getIdentifier
in class AbstractTagItem
public int getSize()
AbstractTagItem
getSize
in class AbstractTagItem
public void read(java.nio.ByteBuffer byteBuffer) throws InvalidTagException
read
in class AbstractTagItem
byteBuffer
- InvalidTagException
java.io.IOException
public java.lang.String toString()
toString
in class AbstractTagFrame
public void write(java.io.RandomAccessFile file) throws java.io.IOException
file
- java.io.IOException
private AbstractLyrics3v2FieldFrameBody readBody(java.lang.String identifier, java.nio.ByteBuffer byteBuffer) throws InvalidTagException
identifier
- byteBuffer
- InvalidTagException
Copyright © 2005-2013 java.net. All Rights Reserved.