public class FieldFrameBodyINF extends AbstractLyrics3v2FieldFrameBody
objectList
logger
Constructor and Description |
---|
FieldFrameBodyINF()
Creates a new FieldBodyINF datatype.
|
FieldFrameBodyINF(ByteBuffer byteBuffer)
Creates a new FieldBodyINF datatype.
|
FieldFrameBodyINF(FieldFrameBodyINF body) |
FieldFrameBodyINF(String additionalInformation)
Creates a new FieldBodyINF datatype.
|
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalInformation() |
String |
getIdentifier()
ID string that usually corresponds to the class name, but can be
displayed to the user.
|
void |
setAdditionalInformation(String additionalInformation) |
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 FieldFrameBodyINF()
public FieldFrameBodyINF(FieldFrameBodyINF body)
public FieldFrameBodyINF(String additionalInformation)
additionalInformation
- public FieldFrameBodyINF(ByteBuffer byteBuffer) throws InvalidTagException
byteBuffer
- InvalidTagException
public void setAdditionalInformation(String additionalInformation)
additionalInformation
- public String getAdditionalInformation()
public String getIdentifier()
AbstractTagItem
getIdentifier
in class AbstractTagItem
protected void setupObjectList()
AbstractTagFrameBody
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.