public final class Base64Impl extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(byte[] text) |
static void |
decode(byte[] text,
byte[] output) |
static byte[] |
encode(byte[] data,
boolean pad) |
static int |
encode(byte[] data,
byte[] output,
boolean pad) |
Copyright © 2019. All rights reserved.