Class Base64Util
java.lang.Object
com.github.shoothzj.javatool.util.Base64Util
- Author:
- hezhangjian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]encode(byte[] array) static StringencodeToString(byte[] array)
-
Constructor Details
-
Base64Util
public Base64Util()
-
-
Method Details
-
encodeToString
-
encode
public static byte[] encode(byte[] array)
-