public class ByteArrayTag extends Tag<byte[]>
| Constructor and Description |
|---|
ByteArrayTag(String name,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getValue() |
int |
hashCode() |
String |
toString() |
public ByteArrayTag(String name, byte[] value)
Copyright © 2019. All rights reserved.