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