public class Base64 extends Object
Base64()
static byte[]
decode(byte[] src)
decode(String src)
static String
encode(byte[] src)
encode(String src)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Base64()
public static String encode(String src)
public static String encode(byte[] src)
public static byte[] decode(String src)
public static byte[] decode(byte[] src)
Copyright © 2024. All rights reserved.