public class FieldFrameBodyUnsupported extends AbstractLyrics3v2FieldFrameBody
objectList
logger
Constructor and Description |
---|
FieldFrameBodyUnsupported()
Creates a new FieldBodyUnsupported datatype.
|
FieldFrameBodyUnsupported(byte[] value)
Creates a new FieldBodyUnsupported datatype.
|
FieldFrameBodyUnsupported(ByteBuffer byteBuffer)
Creates a new FieldBodyUnsupported datatype.
|
FieldFrameBodyUnsupported(FieldFrameBodyUnsupported copyObject) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns true if this datatype and its entire DataType array
list equals the argument.
|
String |
getIdentifier()
ID string that usually corresponds to the class name, but can be
displayed to the user.
|
boolean |
isSubsetOf(Object obj)
Returns true if this instance and its entire DataType
array list is a subset of the argument.
|
void |
read(ByteBuffer byteBuffer)
This reads a frame body from its file into the appropriate FrameBody class
Read the data from the given file into this datatype.
|
protected void |
setupObjectList()
TODO
|
String |
toString()
Return brief description of FrameBody
|
void |
write(RandomAccessFile file)
Write the contents of this datatype to the file at the position it is
currently at.
|
readHeader, writeHeader
createStructure, getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getSize, getTextEncoding, getUserFriendlyValue, iterator, setHeader, setObjectValue, setTextEncoding
public FieldFrameBodyUnsupported()
public FieldFrameBodyUnsupported(FieldFrameBodyUnsupported copyObject)
public FieldFrameBodyUnsupported(byte[] value)
value
- public FieldFrameBodyUnsupported(ByteBuffer byteBuffer) throws InvalidTagException
byteBuffer
- InvalidTagException
public String getIdentifier()
AbstractTagItem
getIdentifier
in class AbstractTagItem
public boolean isSubsetOf(Object obj)
AbstractTagFrameBody
isSubsetOf
in class AbstractTagFrameBody
obj
- public boolean equals(Object obj)
AbstractTagFrameBody
equals
in class AbstractTagFrameBody
obj
- public void read(ByteBuffer byteBuffer) throws InvalidTagException
AbstractLyrics3v2FieldFrameBody
read
in class AbstractLyrics3v2FieldFrameBody
byteBuffer
- IOException
InvalidTagException
- if there is any error in the data format.public String toString()
AbstractTagFrameBody
toString
in class AbstractTagFrameBody
public void write(RandomAccessFile file) throws IOException
AbstractLyrics3v2FieldFrameBody
write
in class AbstractLyrics3v2FieldFrameBody
file
- IOException
protected void setupObjectList()
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.