public class ByteVectorValue extends ScalarValue
Modifier and Type | Field and Description |
---|---|
static ScalarValue |
EMPTY_BYTES |
byte[] |
value |
NULL, UNDEFINED
Constructor and Description |
---|
ByteVectorValue(byte[] value) |
ByteVectorValue(byte[] value,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ByteVectorValue other) |
boolean |
equals(Object obj) |
byte[] |
getBytes() |
int |
hashCode() |
String |
serialize() |
String |
toString() |
copy, equalsValue, isNull, isUndefined, toBigDecimal, toByte, toDouble, toInt, toLong, toObject, toShort
public static final ScalarValue EMPTY_BYTES
public final byte[] value
public ByteVectorValue(byte[] value)
public ByteVectorValue(byte[] value, int offset, int length)
public byte[] getBytes()
getBytes
in class ScalarValue
public String serialize()
serialize
in class ScalarValue
public String toString()
toString
in class ScalarValue
public boolean equals(ByteVectorValue other)
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.