public class BinaryWrapper extends Object implements Serializable
| Constructor and Description |
|---|
BinaryWrapper(String binary,
byte[] content)
Initialization constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBinary() |
byte[] |
getContent() |
void |
setBinary(String binary) |
void |
setContent(byte[] content) |
public BinaryWrapper(String binary, byte[] content)
binary - String representing a Binary object that has been JSONed, GZipped and Base64 encodedcontent - byte array representing the raw content of a binaryCopyright © 2017. All rights reserved.