|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DecoderException | |
---|---|
org.ajax4jsf.util.base64 | Framework utility classes to handle BASE64 encoding |
Uses of DecoderException in org.ajax4jsf.util.base64 |
---|
Methods in org.ajax4jsf.util.base64 that throw DecoderException | |
---|---|
byte[] |
BinaryDecoder.decode(byte[] pArray)
Decodes a byte array and returns the results as a byte array. |
byte[] |
URLCodec.decode(byte[] bytes)
Decodes an array of URL safe 7-bit characters into an array of original bytes. |
java.lang.Object |
URLCodec.decode(java.lang.Object pObject)
Decodes a URL safe object into its original form. |
java.lang.Object |
URL64Codec.decode(java.lang.Object pObject)
Decodes an Object using the base64 algorithm. |
java.lang.Object |
Decoder.decode(java.lang.Object pObject)
Decodes an "encoded" Object and returns a "decoded" Object. |
java.lang.Object |
Base64.decode(java.lang.Object pObject)
Decodes an Object using the base64 algorithm. |
static byte[] |
URLCodec.decodeUrl(byte[] bytes)
Decodes an array of URL safe 7-bit characters into an array of original bytes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |