public class FrameBodyTSST extends AbstractFrameBodyTextInfo implements ID3v23FrameBody, ID3v24FrameBody
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTSST()
Creates a new FrameBodyTSST datatype.
|
FrameBodyTSST(java.nio.ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTSST datatype.
|
FrameBodyTSST(byte textEncoding,
java.lang.String text)
Creates a new FrameBodyTSST datatype.
|
FrameBodyTSST(FrameBodyTSST body) |
Modifier and Type | Method and Description |
---|---|
java.lang.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 FrameBodyTSST()
public FrameBodyTSST(FrameBodyTSST body)
public FrameBodyTSST(byte textEncoding, java.lang.String text)
textEncoding
- text
- public FrameBodyTSST(java.nio.ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- java.io.IOException
InvalidTagException
public java.lang.String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005-2013 java.net. All Rights Reserved.