public abstract class AbstractTagItem extends Object
Constructor and Description |
---|
AbstractTagItem() |
AbstractTagItem(AbstractTagItem copyObject) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns true if this datatype and its body equals the argument and its
body.
|
abstract String |
getIdentifier()
ID string that usually corresponds to the class name, but can be
displayed to the user.
|
abstract int |
getSize()
Return size of this item
|
boolean |
isSubsetOf(Object obj)
Returns true if this datatype is a subset of the argument.
|
abstract void |
read(ByteBuffer byteBuffer) |
public static Logger logger
public AbstractTagItem()
public AbstractTagItem(AbstractTagItem copyObject)
public abstract String getIdentifier()
public abstract int getSize()
public abstract void read(ByteBuffer byteBuffer) throws TagException
byteBuffer
- file to read fromTagException
- on any exception generated by this library.public boolean isSubsetOf(Object obj)
obj
- datatype to determine subset ofpublic boolean equals(Object obj)
Copyright © 2005–2020 jthink.net. All rights reserved.