public final class BASE64Decoder
extends java.lang.Object
| Constructor and Description | 
|---|
BASE64Decoder()
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
decode(java.lang.String encodedStr)
Decodes an encoded String into a byte array 
 | 
public byte[] decode(java.lang.String encodedStr)
              throws java.io.IOException
encodedStr - the encoded Stringjava.io.IOException - if an error occured during the decoding process