public final class ByteArrayTag extends Tag
TAG_Byte_Array tag.| Constructor and Description |
|---|
ByteArrayTag(byte[] value)
Creates the tag with an empty name.
|
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(byte[] value)
value - the value of the tagpublic ByteArrayTag(String name, byte[] value)
name - the name of the tagvalue - the value of the tagCopyright © 2010-2014. All Rights Reserved.