public final class ByteArrayTag extends Tag
TAG_Byte_Array tag.| Constructor and Description |
|---|
ByteArrayTag(String name,
byte[] value)
Creates the tag.
|
| Modifier and Type | Method and Description |
|---|---|
ByteArrayTag |
clone() |
byte[] |
getValue() |
String |
toString() |
public ByteArrayTag(String name, byte[] value)
name - The name.value - The value.