Encodes the specified byte array into a Base64 string.
Syntax
String
getBase64String
(
byte[]
data
) throws IOException
Parameters
-
data –
Byte array to compute the Base64 string from
Returns
Base64 encoding of the input
Exceptions
-
IOException –
if error is encountering during encoding.
Usage
Base64 encoding of the input