public class FrameBodyTDAT extends AbstractFrameBodyTextInfo implements ID3v23FrameBody
The 'Date' frame is a numeric string in the DDMM format containing the date for the recording. This field is always four characters long.
Deprecated in v2.4.0
For more details, please refer to the ID3 specifications:
Modifier and Type | Field and Description |
---|---|
private boolean |
monthOnly |
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTDAT()
Creates a new FrameBodyTDAT datatype.
|
FrameBodyTDAT(java.nio.ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTDAT datatype.
|
FrameBodyTDAT(byte textEncoding,
java.lang.String text)
Creates a new FrameBodyTDAT datatype.
|
FrameBodyTDAT(FrameBodyTDAT body) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentifier()
The ID3v2 frame identifier
|
boolean |
isMonthOnly() |
void |
setMonthOnly(boolean monthOnly) |
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 FrameBodyTDAT()
public FrameBodyTDAT(FrameBodyTDAT body)
public FrameBodyTDAT(byte textEncoding, java.lang.String text)
textEncoding
- text
- public FrameBodyTDAT(java.nio.ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public java.lang.String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
public boolean isMonthOnly()
public void setMonthOnly(boolean monthOnly)
Copyright © 2005-2013 java.net. All Rights Reserved.