getBase64String(byte[]) method

Encodes the specified byte array into a Base64 string.

Syntax

String getBase64String ( byte[] data ) throws IOException

Parameters

Returns

Base64 encoding of the input

Exceptions