Uses of Class
org.apache.commons.codec.binary.Base32InputStream.Builder
Packages that use Base32InputStream.Builder
Package
Description
Base64, Base32, Base16, BaseN, Binary, and Hexadecimal String encoding and decoding.
-
Uses of Base32InputStream.Builder in org.apache.commons.codec.binary
Subclasses with type arguments of type Base32InputStream.Builder in org.apache.commons.codec.binaryModifier and TypeClassDescriptionclassProvides Base32 decoding in a streaming fashion (unlimited size).static classBuilds instances of Base32InputStream.Methods in org.apache.commons.codec.binary that return Base32InputStream.BuilderModifier and TypeMethodDescriptionstatic Base32InputStream.BuilderBase32InputStream.builder()Constructs a new Builder.