public abstract class Base64 extends Object
public static String encode(byte[] bytes)
bytes - The block of data that is to be Base-64 encoded.String containing the encoded data.public static byte[] decode(String string)
string - The Base-64 encoded string that is to be decoded.byte[] containing the decoded data block.Copyright © 2014. All Rights Reserved.