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, toShortpublic 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 ScalarValuepublic String serialize()
serialize in class ScalarValuepublic String toString()
toString in class ScalarValuepublic boolean equals(ByteVectorValue other)
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.