public class BinaryBlob extends Object
| Constructor and Description |
|---|
BinaryBlob(byte[] byteArray,
boolean isUncompressed)
Construct a binaryblob
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Returns a decompressed byte array
|
byte[] |
getRawBlob()
Returns a raw blob
|
void |
setBytes(byte[] byteArray)
Set bytes
|
public BinaryBlob(byte[] byteArray, boolean isUncompressed)
byteArray - isUncompressed - - true if data is uncompressedpublic void setBytes(byte[] byteArray)
byteArray - public byte[] getBytes()
public byte[] getRawBlob()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.