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)
inputString - public byte[] getRawBlob()
Copyright © 2016 Apache Software Foundation. All rights reserved.