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()
nullpublic void accept(ValueVisitor visitor)
public BlobValue copy()
copy in interface DataValueConcurrentModificationException
if the DataValue is modified at the time of coping.Copyright © 2016. All Rights Reserved.