public final class Base64Decoder extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(byte[] source) |
static byte[] |
decode(byte[] source,
int offset,
int length) |
static int |
decode(byte[] source,
int offset,
int length,
byte[] destination,
int destinationOffset) |
static int |
decodedLength(byte[] source,
int offset,
int length) |
public static byte[] decode(byte[] source)
public static byte[] decode(byte[] source,
int offset,
int length)
public static int decodedLength(byte[] source,
int offset,
int length)
public static int decode(byte[] source,
int offset,
int length,
byte[] destination,
int destinationOffset)
Copyright © 2005–2026 Onix Solutions. All rights reserved.