extractBase64Data(String) method

Decodes the base64 string and returns the byte array.

Syntax

byte[] extractBase64Data ( String data ) throws IOException

Parameters

Returns

byte array decoded from the input

Exceptions