public class BlobDatum extends Datum
Constructor and Description |
---|
BlobDatum(byte[] val) |
BlobDatum(byte[] val,
int offset,
int length) |
BlobDatum(ByteBuffer val) |
Modifier and Type | Method and Description |
---|---|
byte |
asByte() |
byte[] |
asByteArray() |
String |
asChars() |
float |
asFloat4() |
double |
asFloat8() |
int |
asInt4() |
long |
asInt8() |
int |
compareTo(Datum datum) |
boolean |
equals(Object obj) |
Datum |
equalsTo(Datum datum) |
int |
hashCode() |
void |
initFromBytes() |
int |
size() |
and, asBool, asChar, asInt2, asTextBytes, divide, greaterThan, greaterThanEqual, isNull, isNumber, isNumeric, isReal, isTrue, lessThan, lessThanEqual, minus, modular, multiply, notEqualsTo, or, plus, toJson, toString, type
public BlobDatum(byte[] val)
public BlobDatum(byte[] val, int offset, int length)
public BlobDatum(ByteBuffer val)
public void initFromBytes()
public byte[] asByteArray()
asByteArray
in class Datum
Copyright © 2014 Apache Software Foundation. All Rights Reserved.