Methods in org.yajul.io that throw Base64FormatException |
static byte[] |
Base64Decoder.decode(byte[] input)
Convenience method that will decode the given byte array. |
static byte[] |
Base64Decoder.decode(byte[] input,
int offset,
int length)
Convenience method that will decode the given byte array. |
static java.lang.String |
Base64Decoder.decode(java.lang.String input)
Convenience method that will decode the given string. |
java.lang.String |
Base64Decoder.processString()
Do the decoding, and return a String. |