public class FrameBodyTDTG extends AbstractFrameBodyTextInfo implements ID3v24FrameBody
The 'Tagging time' frame contains a timestamp describing then the audio was tagged. Timestamp format is described in the ID3v2 structure document
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTDTG()
Creates a new FrameBodyTDTG datatype.
|
FrameBodyTDTG(java.nio.ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTDTG datatype.
|
FrameBodyTDTG(byte textEncoding,
java.lang.String text)
Creates a new FrameBodyTDTG datatype.
|
FrameBodyTDTG(FrameBodyTDTG body) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentifier()
Return the ID3v2 Frame Identifier, must be implemented by concrete subclasses
|
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 FrameBodyTDTG()
public FrameBodyTDTG(FrameBodyTDTG body)
public FrameBodyTDTG(byte textEncoding, java.lang.String text)
textEncoding
- text
- public FrameBodyTDTG(java.nio.ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- java.io.IOException
InvalidTagException
public java.lang.String getIdentifier()
AbstractID3v2FrameBody
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005-2013 java.net. All Rights Reserved.