public class Base64 extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CRLF |
static int |
DEFAULT |
static int |
NO_CLOSE |
static int |
NO_PADDING |
static int |
NO_WRAP |
static int |
URL_SAFE |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(byte[] input,
int flags) |
static byte[] |
decode(byte[] input,
int offset,
int len,
int flags) |
static byte[] |
decode(String str,
int flags) |
static byte[] |
encode(byte[] input,
int flags) |
static byte[] |
encode(byte[] input,
int offset,
int len,
int flags) |
static String |
encodeToString(byte[] input,
int flags) |
static String |
encodeToString(byte[] input,
int offset,
int len,
int flags) |
public static final int DEFAULT
public static final int NO_PADDING
public static final int NO_WRAP
public static final int CRLF
public static final int URL_SAFE
public static final int NO_CLOSE
public static byte[] decode(String str, int flags)
public static byte[] decode(byte[] input,
int flags)
public static byte[] decode(byte[] input,
int offset,
int len,
int flags)
public static String encodeToString(byte[] input, int flags)
public static String encodeToString(byte[] input, int offset, int len, int flags)
public static byte[] encode(byte[] input,
int flags)
public static byte[] encode(byte[] input,
int offset,
int len,
int flags)
Copyright © 2008-2013. All Rights Reserved.