Uses of Class
org.apache.commons.codec.binary.BaseNCodecOutputStream
-
Packages that use BaseNCodecOutputStream Package Description org.apache.commons.codec.binary Base64, Base32, Base16, BaseN, Binary, and Hexadecimal String encoding and decoding. -
-
Uses of BaseNCodecOutputStream in org.apache.commons.codec.binary
Classes in org.apache.commons.codec.binary with type parameters of type BaseNCodecOutputStream Modifier and Type Class Description classBaseNCodecOutputStream<C extends BaseNCodec,T extends BaseNCodecOutputStream<C,T,B>,B extends BaseNCodecOutputStream.AbstractBuilder<T,C,B>>Abstract superclass for Base-N output streams.Subclasses of BaseNCodecOutputStream in org.apache.commons.codec.binary Modifier and Type Class Description classBase16OutputStreamProvides Base16 encoding in a streaming fashion (unlimited size).classBase32OutputStreamProvides Base32 encoding in a streaming fashion (unlimited size).classBase64OutputStreamProvides Base64 encoding in a streaming fashion (unlimited size).
-