Package cool.scx.common.util
Class Base64Utils
java.lang.Object
cool.scx.common.util.Base64Utils
Base64Utils 对
Base64 的薄封装- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]decode(byte[] base64) static byte[]static StringdecodeToString(byte[] base64) static StringdecodeToString(String base64) static byte[]encode(byte[] bytes) static byte[]static StringencodeToString(byte[] bytes) static StringencodeToString(String str)
-
Constructor Details
-
Base64Utils
public Base64Utils()
-
-
Method Details
-
encode
-
decode
-
encode
public static byte[] encode(byte[] bytes) -
decode
public static byte[] decode(byte[] base64) -
encodeToString
-
decodeToString
-
encodeToString
-
decodeToString
-