public class FrameBodyTYER extends AbstractFrameBodyTextInfo implements ID3v23FrameBody
The 'Year' frame is a numeric string with a year of the recording. This frames is always four characters long (until the year 10000).
Deprecated in v2.4.0
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTYER()
Creates a new FrameBodyTYER datatype.
|
FrameBodyTYER(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTYER datatype.
|
FrameBodyTYER(byte textEncoding,
String text)
Creates a new FrameBodyTYER datatype.
|
FrameBodyTYER(FrameBodyTDRC body)
When converting v4 TDRC frame to v3 TYER
|
FrameBodyTYER(FrameBodyTYER 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 FrameBodyTYER()
public FrameBodyTYER(FrameBodyTYER body)
public FrameBodyTYER(FrameBodyTDRC body)
body
- public FrameBodyTYER(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyTYER(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.