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 |
---|---|
byte[] |
getValue()
Gets the value of this tag.
|
String |
toString() |
public ByteArrayTag(String name, byte[] value)
name
- The name.value
- The value.Copyright © 2021. All rights reserved.