Uses of Class
org.apache.commons.codec.binary.BaseNCodecInputStream
-
Packages that use BaseNCodecInputStream Package Description 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 Modifier and Type Class Description classBase16InputStreamProvides Base16 encoding and decoding in a streaming fashion (unlimited size).classBase32InputStreamProvides Base32 encoding and decoding in a streaming fashion (unlimited size).classBase64InputStreamProvides Base64 encoding and decoding in a streaming fashion (unlimited size).
-