public class BinaryObject extends Object
Constructor and Description |
---|
BinaryObject(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
static BinaryObject |
fromString(String string)
Parses bytes from base64 string representation.
|
byte[] |
getBytes() |
static boolean |
isStringBase64(String string)
Returns true if string is base64 encoded.
|
String |
toString()
Generates base64 string representation.
|
public byte[] getBytes()
public String toString()
public static boolean isStringBase64(String string)
public static BinaryObject fromString(String string)
Copyright © 2011-2018 restSQL Project Contributors