public final class ByteArrayTag extends Tag<byte[]>
TAG_Byte_Array tag.| Constructor and Description |
|---|
ByteArrayTag(String name,
byte[] value)
Creates the tag.
|
| Modifier and Type | Method and Description |
|---|---|
ByteArrayTag |
clone()
Clones the Tag
|
boolean |
equals(Object other) |
byte[] |
getValue()
Gets the value of this tag.
|
String |
toString() |
public ByteArrayTag(String name, byte[] value)
name - The name.value - The value.public byte[] getValue()
Tagpublic ByteArrayTag clone()
TagCopyright © 2011–2014 Flow Powered. All rights reserved.