Uses of Class
org.apache.commons.codec.binary.BaseNCodec.AbstractBuilder
-
Packages that use BaseNCodec.AbstractBuilder Package Description org.apache.commons.codec.binary Base64, Base32, Base16, BaseN, Binary, and Hexadecimal String encoding and decoding. -
-
Uses of BaseNCodec.AbstractBuilder in org.apache.commons.codec.binary
Classes in org.apache.commons.codec.binary with type parameters of type BaseNCodec.AbstractBuilder Modifier and Type Class Description static classBaseNCodec.AbstractBuilder<T,B extends BaseNCodec.AbstractBuilder<T,B>>BuildsBase64instances.Subclasses of BaseNCodec.AbstractBuilder in org.apache.commons.codec.binary Modifier and Type Class Description static classBase16.BuilderBuildsBase16instances.static classBase32.BuilderBuildsBase32instances.static classBase64.BuilderBuildsBase64instances.Constructors in org.apache.commons.codec.binary with parameters of type BaseNCodec.AbstractBuilder Constructor Description BaseNCodec(BaseNCodec.AbstractBuilder<?,?> builder)Constructs a new instance for a subclass.
-