public final class ByteTag extends Tag
TAG_Byte
tag.Constructor and Description |
---|
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(String name, byte value)
name
- The name.value
- The value.Copyright © 2021. All rights reserved.