public class FrameBodyUnsupported extends AbstractID3v2FrameBody implements ID3v24FrameBody, ID3v23FrameBody, ID3v22FrameBody
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
identifier
Because used by any unknown frame identifier varies
|
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyUnsupported()
Deprecated.
because no identifier set
|
FrameBodyUnsupported(byte[] value)
Deprecated.
because no identifier set
|
FrameBodyUnsupported(java.nio.ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyUnsupported datatype.
|
FrameBodyUnsupported(FrameBodyUnsupported copyObject)
Copy constructor
|
FrameBodyUnsupported(java.lang.String identifier)
Creates a new FrameBodyUnsupported
|
FrameBodyUnsupported(java.lang.String identifier,
byte[] value)
Create a new FrameBodyUnsupported
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Are two bodies equal
|
java.lang.String |
getIdentifier()
Return the frame identifier
|
protected void |
setupObjectList()
Setup the Object List.
|
java.lang.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
private java.lang.String identifier
public FrameBodyUnsupported()
public FrameBodyUnsupported(java.lang.String identifier)
identifier
- public FrameBodyUnsupported(java.lang.String identifier, byte[] value)
identifier
- value
- public FrameBodyUnsupported(byte[] value)
value
- public FrameBodyUnsupported(FrameBodyUnsupported copyObject)
copyObject
- a copy is made of thispublic FrameBodyUnsupported(java.nio.ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidFrameException
- if unable to create framebody from bufferInvalidTagException
public java.lang.String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
public boolean equals(java.lang.Object obj)
AbstractID3v2FrameBody
equals
in class AbstractID3v2FrameBody
obj
- public java.lang.String toString()
toString
in class AbstractTagFrameBody
protected void setupObjectList()
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005-2013 java.net. All Rights Reserved.