public class Base64
extends java.lang.Object
| Constructor and Description |
|---|
Base64() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(java.lang.String s)
Translates the specified Base64 string into a byte array.
|
static java.lang.String |
encode(byte[] buf)
Translates the specified byte array into Base64 string.
|
public static java.lang.String encode(byte[] buf)
buf - the byte array (not null)public static byte[] decode(java.lang.String s)
s - the Base64 string (not null)Copyright © CaptainCasa Gmbh. All Rights Reserved.