Uses of Interface
org.ajax4jsf.util.base64.Decoder

Packages that use Decoder
org.ajax4jsf.util.base64 Framework utility classes to handle BASE64 encoding 
 

Uses of Decoder in org.ajax4jsf.util.base64
 

Subinterfaces of Decoder in org.ajax4jsf.util.base64
 interface BinaryDecoder
          Defines common decoding methods for byte array decoders.
 

Classes in org.ajax4jsf.util.base64 that implement Decoder
 class Base64
          Provides Base64 encoding and decoding as defined by RFC 2045.
 class URL64Codec
          Provides Base64 encoding and decoding like defined by RFC 2045, but with little difference : chars '=' '+' and '/' , incorrectly processed in URL by any browsers, replaced by '_' '-' '!',
 class URLCodec
          Implements the 'www-form-urlencoded' encoding scheme, also misleadingly known as URL encoding.
 



Copyright © 2010. All Rights Reserved.