public class Utils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
base64Decode(java.lang.String s) |
static java.lang.String |
base64Encode(byte[] bytes) |
static boolean |
startsWith(byte[] bytes,
byte[] prefixBytes) |
static boolean |
startsWith(java.lang.String prefix,
byte[] bytes) |
public static boolean startsWith(java.lang.String prefix,
byte[] bytes)
public static boolean startsWith(byte[] bytes,
byte[] prefixBytes)
public static byte[] base64Decode(java.lang.String s)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic static java.lang.String base64Encode(byte[] bytes)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionCopyright © 2014-2018 Tomitribe Corporation. All Rights Reserved.