public class BBlob extends BValueType implements BRefType<byte[]>
BBlob represents a byte array.
BBlob will be useful for storing byte values.| Constructor and Description |
|---|
BBlob(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
blobValue() |
boolean |
booleanValue() |
BValue |
copy()
Deep copy
BValue. |
double |
floatValue()
Returns the value of the specified number as a
float,
which may involve rounding. |
BType |
getType() |
long |
intValue()
Returns the value of the specified number as an
int,
which may involve rounding or truncation. |
String |
stringValue() |
byte[] |
value() |
toStringpublic String stringValue()
stringValue in interface BValuepublic long intValue()
BValueTypeint,
which may involve rounding or truncation.intValue in class BValueTypeint.public double floatValue()
BValueTypefloat,
which may involve rounding.floatValue in class BValueTypefloat.public boolean booleanValue()
booleanValue in class BValueTypepublic byte[] blobValue()
blobValue in class BValueTypeCopyright © 2018 WSO2. All rights reserved.