public class Helpers extends Object
| Constructor and Description |
|---|
Helpers() |
| Modifier and Type | Method and Description |
|---|---|
static String |
base64FromUuid(UUID uuid) |
static byte[] |
decodeBase64Content(byte[] content) |
static byte[] |
decodeBase64Content(byte[] content,
boolean isCompressed) |
static String |
encodeBase64Content(byte[] value) |
static String |
encodeBase64Content(byte[] value,
boolean isCompressed) |
static String |
fromBoolean(Boolean value) |
static String |
fromDate(Date value) |
static String |
hexStringFromBase64(String base64) |
static String |
hexStringFromUuid(UUID uuid) |
static Boolean |
toBoolean(String value) |
static Date |
toDate(String value) |
static byte[] |
unzipBinaryContent(byte[] content) |
static UUID |
uuidFromBase64(String base64) |
static byte[] |
zipBinaryContent(byte[] value) |
public static byte[] decodeBase64Content(byte[] content)
public static byte[] decodeBase64Content(byte[] content,
boolean isCompressed)
public static byte[] unzipBinaryContent(byte[] content)
public static String encodeBase64Content(byte[] value)
public static String encodeBase64Content(byte[] value, boolean isCompressed)
public static byte[] zipBinaryContent(byte[] value)
Copyright © 2018. All rights reserved.