public class Base64 extends Object
| Constructor | Description |
|---|---|
Base64() |
| Modifier and Type | Method | Description |
|---|---|---|
static byte[] |
decode(String base64) |
Dekodiert Base64 in Text.
|
static String |
encode(byte[] text) |
Kodiert Text nach Base64.
|
public static final byte[] decode(String base64) throws IOException
base64 - Base64.IOExceptionpublic static final String encode(byte[] text)
text - Copyright © 2018. All rights reserved.