public final class BlobValue extends Object implements DataValue
| Constructor and Description |
|---|
BlobValue(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ValueVisitor visitor) |
BlobValue |
copy() |
boolean |
equals(Object o) |
DataType |
getType() |
byte[] |
getValue() |
int |
hashCode() |
String |
toString() |
public BlobValue(byte[] value)
value - must not be null. note that the value will NOT
be copied.public byte[] getValue()
nullpublic void accept(ValueVisitor visitor)
public BlobValue copy()
copy in interface DataValueConcurrentModificationException
if the DataValue is modified at the time of coping.Copyright © 2022. All rights reserved.