public class Base64Util extends Object
Constructor and Description |
---|
Base64Util() |
Modifier and Type | Method and Description |
---|---|
static byte |
decodeByte(int base64Char) |
static byte |
encodeByte(int value) |
public Base64Util()
public static byte encodeByte(int value)
public static byte decodeByte(int base64Char)
Copyright ?? 2011-2017 Kitfox Studios. All Rights Reserved.