Uses of Class
org.apache.commons.codec.binary.BaseNCodec
Packages that use BaseNCodec
Package
Description
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
-
Uses of BaseNCodec in org.apache.commons.codec.binary
Subclasses of BaseNCodec in org.apache.commons.codec.binaryModifier and TypeClassDescriptionclass
Provides Base16 encoding and decoding.class
Provides Base32 encoding and decoding as defined by RFC 4648.class
Provides Base64 encoding and decoding as defined by RFC 2045.Fields in org.apache.commons.codec.binary declared as BaseNCodecModifier and TypeFieldDescriptionprivate final BaseNCodec
BaseNCodecInputStream.baseNCodec
private final BaseNCodec
BaseNCodecOutputStream.baseNCodec
Constructors in org.apache.commons.codec.binary with parameters of type BaseNCodecModifierConstructorDescriptionprotected
BaseNCodecInputStream
(InputStream inputStream, BaseNCodec baseNCodec, boolean doEncode) Create an instance.BaseNCodecOutputStream
(OutputStream outputStream, BaseNCodec basedCodec, boolean doEncode) TODO should this be protected?