Uses of Class
org.apache.commons.codec.binary.BaseNCodecInputStream

Packages that use BaseNCodecInputStream
org.apache.commons.codec.binary Base64, Base32, Binary, and Hexadecimal String encoding and decoding. 
 

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

Subclasses of BaseNCodecInputStream in org.apache.commons.codec.binary
 class Base32InputStream
          Provides Base32 encoding and decoding in a streaming fashion (unlimited size).
 class Base64InputStream
          Provides Base64 encoding and decoding in a streaming fashion (unlimited size).
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.