Uses of Class
org.apache.commons.codec.binary.BaseNCodecInputStream.AbstracBuilder
Packages that use BaseNCodecInputStream.AbstracBuilder
Package
Description
Base64, Base32, Base16, BaseN, Binary, and Hexadecimal String encoding and decoding.
-
Uses of BaseNCodecInputStream.AbstracBuilder in org.apache.commons.codec.binary
Classes in org.apache.commons.codec.binary with type parameters of type BaseNCodecInputStream.AbstracBuilderModifier and TypeClassDescriptionclassBaseNCodecInputStream<C extends BaseNCodec, T extends BaseNCodecInputStream<C,T, B>, B extends BaseNCodecInputStream.AbstracBuilder<T, C, B>> Abstracts Base-N input streams.Subclasses of BaseNCodecInputStream.AbstracBuilder in org.apache.commons.codec.binaryModifier and TypeClassDescriptionstatic classBuilds instances of Base16InputStream.static classBuilds instances of Base32InputStream.static classBuilds instances of Base64InputStream.Constructors in org.apache.commons.codec.binary with parameters of type BaseNCodecInputStream.AbstracBuilderModifierConstructorDescriptionprotectedConstructs a new instance.