public final class Base64
extends Object
- 从以下版本开始:
- 1.0.0
- 作者:
- 应卓
-
方法概要
static byte[]
static boolean
static boolean
static boolean
static byte[]
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
方法详细资料
-
decode
public static byte[] decode(String key)
-
encode
public static String encode(byte[] key)
-
toBytes
public static byte[] toBytes(String key)
-
toString
public static String toString(byte[] bytes)
-
isBase64
public static boolean isBase64(byte octet)
-
isBase64
public static boolean isBase64(@Nullable
byte[] bytes)
-
isBase64
public static boolean isBase64(@Nullable
String string)