Uses of Class
org.apache.commons.codec.binary.Base64OutputStream.Builder
-
Packages that use Base64OutputStream.Builder Package Description org.apache.commons.codec.binary Base64, Base32, Base16, BaseN, Binary, and Hexadecimal String encoding and decoding. -
-
Uses of Base64OutputStream.Builder in org.apache.commons.codec.binary
Methods in org.apache.commons.codec.binary that return Base64OutputStream.Builder Modifier and Type Method Description static Base64OutputStream.BuilderBase64OutputStream. builder()Constructs a new Builder.Constructors in org.apache.commons.codec.binary with parameters of type Base64OutputStream.Builder Constructor Description Base64OutputStream(Base64OutputStream.Builder builder)
-