public class FrameBodyUnsupported extends AbstractID3v2FrameBody implements ID3v24FrameBody, ID3v23FrameBody, ID3v22FrameBody
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyUnsupported()
Deprecated.
because no identifier set
|
FrameBodyUnsupported(byte[] value)
Deprecated.
because no identifier set
|
FrameBodyUnsupported(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyUnsupported datatype.
|
FrameBodyUnsupported(FrameBodyUnsupported copyObject)
Copy constructor
|
FrameBodyUnsupported(String identifier)
Creates a new FrameBodyUnsupported
|
FrameBodyUnsupported(String identifier,
byte[] value)
Create a new FrameBodyUnsupported
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Are two bodies equal
|
String |
getIdentifier()
Return the frame identifier
|
protected void |
setupObjectList()
Setup the Object List.
|
String |
toString()
Because the contents of this frame are an array of bytes and could be large we just
return the identifier.
|
createStructure, getSize, read, setSize, setSize, write
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, getUserFriendlyValue, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding
public FrameBodyUnsupported()
public FrameBodyUnsupported(String identifier)
identifier
- public FrameBodyUnsupported(String identifier, byte[] value)
identifier
- value
- public FrameBodyUnsupported(byte[] value)
value
- public FrameBodyUnsupported(FrameBodyUnsupported copyObject)
copyObject
- a copy is made of thispublic FrameBodyUnsupported(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidFrameException
- if unable to create framebody from bufferInvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
public boolean equals(Object obj)
AbstractID3v2FrameBody
equals
in class AbstractID3v2FrameBody
obj
- public String toString()
toString
in class AbstractTagFrameBody
protected void setupObjectList()
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.