public class BinaryValue extends DataValue<byte[]>
DataValue.Type| Constructor and Description |
|---|
BinaryValue(byte[] value)
Creates a new BinaryValue instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DataValueVisitor visitor)
Implements the Visitor pattern for this data value.
|
String |
toString() |
Copyright © 2020 The Cornutum Project. All rights reserved.