Uses of Class
org.apache.commons.codec.binary.Base16.Builder
Packages that use Base16.Builder
Package
Description
Base64, Base32, Base16, BaseN, Binary, and Hexadecimal String encoding and decoding.
-
Uses of Base16.Builder in org.apache.commons.codec.binary
Subclasses with type arguments of type Base16.Builder in org.apache.commons.codec.binaryMethods in org.apache.commons.codec.binary that return Base16.BuilderModifier and TypeMethodDescriptionstatic Base16.BuilderBase16.builder()Constructs a new builder.Base16.Builder.setEncodeTable(byte... encodeTable) Base16.Builder.setLowerCase(boolean lowerCase) Sets whether to use the the lower-case Base16 alphabet.