public class FrameBodyCRM extends AbstractID3v2FrameBody implements ID3v22FrameBody
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyCRM()
Creates a new FrameBodyCRM datatype.
|
FrameBodyCRM(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyCRM datatype.
|
FrameBodyCRM(FrameBodyCRM body) |
FrameBodyCRM(String owner,
String description,
byte[] data)
Creates a new FrameBodyCRM datatype.
|
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
The ID3v2 frame identifier
|
String |
getOwner() |
void |
getOwner(String description) |
protected void |
setupObjectList()
Create the list of Datatypes that this body
expects in the correct order This method needs to be implemented by concrete subclasses
|
createStructure, equals, getSize, read, setSize, setSize, write
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, getUserFriendlyValue, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
public FrameBodyCRM()
public FrameBodyCRM(FrameBodyCRM body)
public FrameBodyCRM(String owner, String description, byte[] data)
owner
- description
- data
- public FrameBodyCRM(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
- if unable to create framebody from bufferpublic String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
public String getOwner()
public void getOwner(String description)
description
- protected void setupObjectList()
AbstractTagFrameBody
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.