public class FrameBodySIGN extends AbstractID3v2FrameBody implements ID3v24FrameBody
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodySIGN()
Creates a new FrameBodySIGN datatype.
|
FrameBodySIGN(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodySIGN datatype.
|
FrameBodySIGN(byte groupSymbol,
byte[] signature)
Creates a new FrameBodySIGN datatype.
|
FrameBodySIGN(FrameBodySIGN body) |
Modifier and Type | Method and Description |
---|---|
byte |
getGroupSymbol() |
String |
getIdentifier()
The ID3v2 frame identifier
|
byte[] |
getSignature() |
void |
setGroupSymbol(byte groupSymbol) |
void |
setSignature(byte[] signature) |
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 FrameBodySIGN()
public FrameBodySIGN(FrameBodySIGN body)
public FrameBodySIGN(byte groupSymbol, byte[] signature)
groupSymbol
- signature
- public FrameBodySIGN(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
- if unable to create framebody from bufferpublic void setGroupSymbol(byte groupSymbol)
groupSymbol
- public byte getGroupSymbol()
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
public void setSignature(byte[] signature)
signature
- public byte[] getSignature()
protected void setupObjectList()
AbstractTagFrameBody
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.