public class Base64 extends Object
| Constructor and Description |
|---|
Base64() |
public static byte[] decode(String s)
s - the Base64 string (not null)public static String encode(byte[] buf)
buf - the byte array (not null)Copyright © 2006–2014 Tigase. All rights reserved.