public final class ByteTag extends Tag
TAG_Byte
tag.Constructor and Description |
---|
ByteTag(byte value)
Creates the tag with an empty name.
|
ByteTag(java.lang.String name,
byte value)
Creates the tag.
|