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(ByteBuffer byteBuffer)
Creates a new Lyrics3v2Field datatype.
|
Lyrics3v2Field(Lyrics3v2Field copyObject) |
Modifier and Type | Method and Description |
---|---|
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(ByteBuffer byteBuffer) |
String |
toString() |
void |
write(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(ByteBuffer byteBuffer) throws InvalidTagException
byteBuffer
- InvalidTagException
public String getIdentifier()
AbstractTagItem
getIdentifier
in class AbstractTagItem
public int getSize()
AbstractTagItem
getSize
in class AbstractTagItem
public void read(ByteBuffer byteBuffer) throws InvalidTagException
read
in class AbstractTagItem
byteBuffer
- InvalidTagException
IOException
public String toString()
toString
in class AbstractTagFrame
public void write(RandomAccessFile file) throws IOException
file
- IOException
Copyright © 2005–2020 jthink.net. All rights reserved.