Base64.encodeBase64StringLocal(byte[] dataValues) 方法
定义
Convert a array of bytes in a array of MIME Base64 values. RFC 2045.
public static String encodeBase64StringLocal(byte[] dataValues)
参数
- dataValues
- byte []
is an array of bytes with the original values
返回
String
a string with the base64 encoded values
例外
IllegalArgumentException
if the provided base64 values are null, or do not fits the required length