public final class BlobValue extends Object implements DataValue
public BlobValue(byte[] value)
value
- must not be null
. note that the value will NOT
be copied.public byte[] getValue()
null
public void accept(ValueVisitor visitor)
public BlobValue copy()
copy
in interface DataValue
ConcurrentModificationException
if the DataValue is modified at the time of coping.Copyright © 2015. All Rights Reserved.