public class FrameBodyTSOT extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBody
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTSOT()
Creates a new FrameBodyTSOT datatype.
|
FrameBodyTSOT(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTSOT datatype.
|
FrameBodyTSOT(byte textEncoding,
String text)
Creates a new FrameBodyTSOT datatype.
|
FrameBodyTSOT(FrameBodyTSOT 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 FrameBodyTSOT()
public FrameBodyTSOT(FrameBodyTSOT body)
public FrameBodyTSOT(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyTSOT(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.