public class StringBlob extends Object
| Constructor and Description |
|---|
StringBlob(byte[] byteArray)
Construct string blob from compressed byte array
|
StringBlob(String inputString)
Construct StringBlob with uncompressed string
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getRawBlob()
Get raw blob
|
String |
getString()
Get uncompressed string
|
void |
setString(String str)
Set string
|
public StringBlob(byte[] byteArray)
byteArray - public StringBlob(String inputString)
string - public byte[] getRawBlob()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.