| java.lang.Object org.apache.harmony.misc.Base64
Base64 | public class Base64 (Code) | | This class implements Base64 encoding/decoding functionality
as specified in RFC 2045 (http://www.ietf.org/rfc/rfc2045.txt).
|
Method Summary | |
public static byte[] | decode(byte[] in) | public static byte[] | decode(byte[] in, int len) | public static String | encode(byte[] in) |
decode | public static byte[] decode(byte[] in)(Code) | | |
decode | public static byte[] decode(byte[] in, int len)(Code) | | |
|
|