Uses of Class
org.apache.commons.codec.binary.BaseNCodecOutputStream
Packages that use BaseNCodecOutputStream Package Description org.apache.commons.codec.binary Base64, Base32, Binary, and Hexadecimal String encoding and decoding.Uses of BaseNCodecOutputStream in org.apache.commons.codec.binary
Subclasses of BaseNCodecOutputStream in org.apache.commons.codec.binary Modifier and Type Class and Description class
Base32OutputStream
Provides Base32 encoding and decoding in a streaming fashion (unlimited size).class
Base64OutputStream
Provides Base64 encoding and decoding in a streaming fashion (unlimited size).
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.