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