public final class ByteArrayTag extends Tag<byte[]>
TAG_Byte_Array tag.| Constructor and Description |
|---|
ByteArrayTag(byte... value)
Creates the tag.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getValue()
The value.
|
protected void |
valueToString(StringBuilder hex) |
public ByteArrayTag(byte... value)
value - The value.protected void valueToString(StringBuilder hex)
valueToString in class Tag<byte[]>Copyright © 2021. All rights reserved.