public class Base64Decoder
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Base64Decoder.IntWrapper |
| Modifier and Type | Field and Description |
|---|---|
private static byte[] |
decoderMap |
| Constructor and Description |
|---|
Base64Decoder() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(byte[] in,
int pos,
int length) |
private static byte |
getNextValidByte(byte[] in,
Base64Decoder.IntWrapper pos,
int maxPos) |
private static byte getNextValidByte(byte[] in,
Base64Decoder.IntWrapper pos,
int maxPos)
public static byte[] decode(byte[] in,
int pos,
int length)