public class FrameBodyTMCL extends AbstractFrameBodyPairs implements ID3v24FrameBody
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTMCL()
Creates a new FrameBodyTMCL datatype.
|
FrameBodyTMCL(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTMCL data type.
|
FrameBodyTMCL(byte textEncoding,
List<Pair> pairs)
Construct from a set of pairs
|
FrameBodyTMCL(byte textEncoding,
String text)
Creates a new FrameBodyTMCL data type.
|
FrameBodyTMCL(FrameBodyIPLS body)
Convert from V3 to V4 Frame
|
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
The ID3v2 frame identifier
|
addPair, addPair, getKeyAtIndex, getNumberOfPairs, getPairing, getText, getUserFriendlyValue, getValueAtIndex, resetPairs, setText, setupObjectList, write
createStructure, equals, getSize, read, setSize, setSize
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
public FrameBodyTMCL()
public FrameBodyTMCL(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyTMCL(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public FrameBodyTMCL(FrameBodyIPLS body)
body
- public String getIdentifier()
getIdentifier
in class AbstractFrameBodyPairs
Copyright © 2005–2020 jthink.net. All rights reserved.