Uses of Interface
org.apache.commons.codec.BinaryDecoder

Packages that use BinaryDecoder
org.apache.commons.codec.binary Base64 and Hexadecimal String encoding and decoding. 
org.apache.commons.codec.net Network related encoding and decoding. 
 

Uses of BinaryDecoder in org.apache.commons.codec.binary
 

Classes in org.apache.commons.codec.binary that implement BinaryDecoder
 class Base64
          Provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, by Freed and Borenstein.
 class Hex
          Hex encoder and decoder.
 

Uses of BinaryDecoder in org.apache.commons.codec.net
 

Classes in org.apache.commons.codec.net that implement BinaryDecoder
 class URLCodec
          Implements the 'www-form-urlencoded' encoding scheme, also misleadingly known as URL encoding.
 



${component.name} version 1.2 - Copyright © 2003 - Apache Software Foundation