public class Base64 extends Object
Modifier and Type | Field and Description |
---|---|
static char[] |
CA
Deprecated.
|
static int[] |
IA
Deprecated.
|
Constructor and Description |
---|
Base64()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
decodeFast(char[] chars,
int offset,
int charsLen)
Deprecated.
Decodes a BASE64 encoded char array that is known to be resonably well formatted.
|
static byte[] |
decodeFast(String s)
Deprecated.
Decodes a BASE64 encoded string that is known to be resonably well formatted.
|
static byte[] |
decodeFast(String chars,
int offset,
int charsLen)
Deprecated.
|
public static final char[] CA
public static final int[] IA
public static byte[] decodeFast(char[] chars, int offset, int charsLen)
chars
- The source array. Length 0 will return an empty array. null
will throw an exception.public static byte[] decodeFast(String chars, int offset, int charsLen)
public static byte[] decodeFast(String s)
s
- The source string. Length 0 will return an empty array. null
will throw an exception.Copyright © 2012–2022 Alibaba Group. All rights reserved.