public class FrameBodyTOWN extends AbstractFrameBodyTextInfo implements ID3v23FrameBody, ID3v24FrameBody
The 'File owner/licensee' frame contains the name of the owner or licensee of the file and it's contents.
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTOWN()
Creates a new FrameBodyTOWN datatype.
|
FrameBodyTOWN(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTOWN datatype.
|
FrameBodyTOWN(byte textEncoding,
String text)
Creates a new FrameBodyTOWN datatype.
|
FrameBodyTOWN(FrameBodyTOWN 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 FrameBodyTOWN()
public FrameBodyTOWN(FrameBodyTOWN body)
public FrameBodyTOWN(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyTOWN(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.