Class | Description |
---|---|
ByteTag |
The byte tag.
|
CharTag |
The char tag.
|
CompressedObjectTag |
Any tags within the CompressedObject will be compressed using the specified compressor when being written to a file or memory.
|
DoubleTag |
The double tag.
|
FloatTag |
The float tag
|
IntTag |
The int tag.
|
InvalidTag |
This tag represents a CustomTag that has not been defined using
ODS.registerCustomTag(Tag) . |
ListTag<T extends Tag<?>> |
The list tag.
|
LongTag |
The long tag.
|
MapTag<T extends Tag<?>> |
The map tag.
|
ObjectTag |
The object tag.
|
ShortTag |
The short tag.
|
StringTag |
The string tag.
|