public final class ByteTag extends Tag
TAG_Byte tag.| Constructor and Description |
|---|
ByteTag(byte value)
Creates the tag with an empty name.
|
ByteTag(String name,
byte value)
Creates the tag.
|
| Modifier and Type | Method and Description |
|---|---|
Byte |
getValue()
Gets the value of this tag.
|
String |
toString() |
public ByteTag(byte value)
value - the value of the tagpublic ByteTag(String name, byte value)
name - the name of the tagvalue - the value of the tagCopyright © 2010-2014. All Rights Reserved.