|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseNCodec | |
---|---|
org.apache.commons.codec.binary | 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.binary | |
---|---|
class |
Base32
Provides Base32 encoding and decoding as defined by RFC 4648. |
class |
Base64
Provides Base64 encoding and decoding as defined by RFC 2045. |
Constructors in org.apache.commons.codec.binary with parameters of type BaseNCodec | |
---|---|
BaseNCodecInputStream(InputStream in,
BaseNCodec baseNCodec,
boolean doEncode)
|
|
BaseNCodecOutputStream(OutputStream out,
BaseNCodec basedCodec,
boolean doEncode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |