FrameBodyTOWNpublic class FrameBodyTOWN extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBodyFile owner/licensee Text information frame.
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:
|
Constructors Summary |
---|
public FrameBodyTOWN()Creates a new FrameBodyTOWN datatype.
| public FrameBodyTOWN(FrameBodyTOWN body)
super(body);
| public FrameBodyTOWN(byte textEncoding, String text)Creates a new FrameBodyTOWN datatype.
super(textEncoding, text);
| public FrameBodyTOWN(ByteBuffer byteBuffer, int frameSize)Creates a new FrameBodyTOWN datatype.
super(byteBuffer, frameSize);
|
Methods Summary |
---|
public java.lang.String | getIdentifier()The ID3v2 frame identifier
return ID3v24Frames.FRAME_ID_FILE_OWNER;
|
|