public class FrameBodyTSIZ extends AbstractFrameBodyTextInfo implements ID3v23FrameBody
The 'Size' frame contains the size of the audiofile in bytes, excluding the ID3v2 tag, represented as a numeric string.
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTSIZ()
Creates a new FrameBodyTSIZ datatype.
|
FrameBodyTSIZ(java.nio.ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTSIZ datatype.
|
FrameBodyTSIZ(byte textEncoding,
java.lang.String text)
Creates a new FrameBodyTSIZ datatype.
|
FrameBodyTSIZ(FrameBodyTSIZ 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 FrameBodyTSIZ()
public FrameBodyTSIZ(FrameBodyTSIZ body)
public FrameBodyTSIZ(byte textEncoding, java.lang.String text)
textEncoding
- text
- public FrameBodyTSIZ(java.nio.ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public java.lang.String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005-2013 java.net. All Rights Reserved.