public class Base64 extends Object
Constructor and Description |
---|
Base64() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(char[] encdata) |
static byte[] |
decode(char[] encdata,
int encoff,
int enclen,
ByteChars arrh) |
static byte[] |
decodeBytes(byte[] encdata,
int encoff,
int enclen,
ByteChars arrh) |
static char[] |
encode(byte[] rawdata) |
static char[] |
encode(byte[] rawdata,
int rawoff,
int rawlen,
int maxline,
CharBlock arrh) |
static byte[] |
encodeBytes(byte[] rawdata,
int rawoff,
int rawlen,
int maxline,
ByteChars arrh) |
public static char[] encode(byte[] rawdata)
public static byte[] decode(char[] encdata)
public static char[] encode(byte[] rawdata, int rawoff, int rawlen, int maxline, CharBlock arrh)
public static byte[] decode(char[] encdata, int encoff, int enclen, ByteChars arrh)
public static byte[] encodeBytes(byte[] rawdata, int rawoff, int rawlen, int maxline, ByteChars arrh)
public static byte[] decodeBytes(byte[] encdata, int encoff, int enclen, ByteChars arrh)
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.