public final class ByteArrayTag extends Tag
TAG_Byte_Array
tag.Constructor and Description |
---|
ByteArrayTag(byte[] value)
Creates the tag with an empty name.
|
ByteArrayTag(java.lang.String name,
byte[] value)
Creates the tag.
|