public class Base64
extends java.lang.Object
| 构造器和说明 |
|---|
Base64() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
decode(byte[] sArr) |
static byte[] |
decode(char[] sArr) |
static byte[] |
decode(java.lang.String str) |
static byte[] |
decodeFast(byte[] sArr) |
static byte[] |
decodeFast(char[] sArr) |
static byte[] |
decodeFast(java.lang.String s) |
static byte[] |
encodeToByte(byte[] sArr,
boolean lineSep) |
static void |
encodeToByte(byte[] sArr,
byte[] dArr,
int dOffset,
boolean lineSep) |
static char[] |
encodeToChar(byte[] sArr,
boolean lineSep) |
static java.lang.String |
encodeToString(byte[] sArr,
boolean lineSep) |
static int |
getEncodedSize(byte[] sArr,
boolean lineSep) |
public static final char[] encodeToChar(byte[] sArr,
boolean lineSep)
public static final byte[] decode(char[] sArr)
public static final byte[] decodeFast(char[] sArr)
public static final byte[] encodeToByte(byte[] sArr,
boolean lineSep)
public static final int getEncodedSize(byte[] sArr,
boolean lineSep)
public static final void encodeToByte(byte[] sArr,
byte[] dArr,
int dOffset,
boolean lineSep)
public static final byte[] decode(byte[] sArr)
public static final byte[] decodeFast(byte[] sArr)
public static final java.lang.String encodeToString(byte[] sArr,
boolean lineSep)
public static final byte[] decode(java.lang.String str)
public static final byte[] decodeFast(java.lang.String s)
Copyright © 2019. All Rights Reserved.