public class FrameBodyTCOM extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBody
The 'Composer(s)' frame is intended for the name of the composer(s). They are separated with the "/" character in ID3v23. Null separated as is the norm in ID3v24
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTCOM()
Creates a new FrameBodyTCOM datatype.
|
FrameBodyTCOM(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTCOM datatype.
|
FrameBodyTCOM(byte textEncoding,
String text)
Creates a new FrameBodyTCOM datatype.
|
FrameBodyTCOM(FrameBodyTCOM body) |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
The ID3v2 frame identifier
|
addTextValue, getFirstTextValue, getNumberOfValues, getText, getTextWithoutTrailingNulls, getUserFriendlyValue, getValueAtIndex, getValues, setText, setupObjectList, write
createStructure, equals, getSize, read, setSize, setSize
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
public FrameBodyTCOM()
public FrameBodyTCOM(FrameBodyTCOM body)
public FrameBodyTCOM(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyTCOM(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
- if unable to create framebody from bufferpublic String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.