Uses of Class
org.yajul.io.Base64FormatException

Packages that use Base64FormatException
org.yajul.io   
 

Uses of Base64FormatException in org.yajul.io
 

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.
 



Copyright © 2008. All Rights Reserved.