public class Java8Base64 extends Object
| Modifier and Type | Field and Description |
|---|---|
static Base64.Decoder |
DECODER |
static Base64.Encoder |
ENCODER |
| Constructor and Description |
|---|
Java8Base64() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decodeImpl(String data) |
String |
encodeImpl(byte[] data) |
public static final Base64.Encoder ENCODER
public static final Base64.Decoder DECODER
Copyright © 2021. All rights reserved.