public abstract class SpecificTag extends Tag
The only non-sepcific tag is the named tag, which is an implicit construct.
END, TAG_BYTE, TAG_BYTE_ARRAY, TAG_COMPOUND, TAG_DOUBLE, TAG_END, TAG_FLOAT, TAG_INT, TAG_INT_ARRAY, TAG_LIST, TAG_LONG, TAG_LONG_ARRAY, TAG_SHORT, TAG_STRING| Constructor and Description |
|---|
SpecificTag() |
| Modifier and Type | Method and Description |
|---|---|
SpecificTag |
clone() |
static SpecificTag |
read(byte type,
java.io.DataInputStream in) |
abstract int |
tagType() |
void |
writeType(java.io.DataOutputStream out) |
asCompound, asList, boolValue, boolValue, byteArray, byteArray, byteValue, byteValue, doubleValue, doubleValue, dumpTree, error, extraInfo, floatValue, floatValue, get, get, intArray, intArray, intValue, intValue, isByteArray, isCompoundTag, isEnd, isError, isIntArray, isList, isLongArray, isNamed, longArray, longArray, longValue, longValue, printTag, printTagInfo, same, set, set, shortValue, shortValue, stringValue, stringValue, tagName, toString, unpack, writepublic static SpecificTag read(byte type, java.io.DataInputStream in)
public void writeType(java.io.DataOutputStream out)
throws java.io.IOException
java.io.IOExceptionpublic SpecificTag clone() throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic abstract int tagType()