Uses of Class
org.apache.commons.codec.binary.BaseNCodec
Package
Description
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
-
Uses of BaseNCodec in org.apache.commons.codec.binary
Modifier and TypeClassDescriptionclass
Provides Base32 encoding and decoding as defined by RFC 4648 - 8.class
Provides Base32 encoding and decoding as defined by RFC 4648.class
Provides Base64 encoding and decoding as defined by RFC 2045.ModifierConstructorDescriptionprotected
BaseNCodecInputStream
(InputStream inputStream, BaseNCodec baseNCodec, boolean doEncode) Constructs a new instance.BaseNCodecOutputStream
(OutputStream outputStream, BaseNCodec basedCodec, boolean doEncode) Constructs a new instance.