public class FieldFrameBodyEAL extends AbstractLyrics3v2FieldFrameBody
objectList
logger
Constructor and Description |
---|
FieldFrameBodyEAL()
Creates a new FieldBodyEAL datatype.
|
FieldFrameBodyEAL(ByteBuffer byteBuffer)
Creates a new FieldBodyEAL datatype.
|
FieldFrameBodyEAL(FieldFrameBodyEAL body) |
FieldFrameBodyEAL(String album)
Creates a new FieldBodyEAL datatype.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlbum() |
String |
getIdentifier()
ID string that usually corresponds to the class name, but can be
displayed to the user.
|
void |
setAlbum(String album) |
protected void |
setupObjectList()
Create the list of Datatypes that this body
expects in the correct order This method needs to be implemented by concrete subclasses
|
read, readHeader, write, writeHeader
createStructure, equals, getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getSize, getTextEncoding, getUserFriendlyValue, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
public FieldFrameBodyEAL()
public FieldFrameBodyEAL(FieldFrameBodyEAL body)
public FieldFrameBodyEAL(String album)
album
- public FieldFrameBodyEAL(ByteBuffer byteBuffer) throws InvalidTagException
byteBuffer
- InvalidTagException
public void setAlbum(String album)
album
- public String getAlbum()
public String getIdentifier()
AbstractTagItem
getIdentifier
in class AbstractTagItem
protected void setupObjectList()
AbstractTagFrameBody
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.