Package org.apache.commons.codec.binary
Class Base64.Builder
java.lang.Object
org.apache.commons.codec.binary.BaseNCodec.AbstractBuilder<Base64,Base64.Builder>
org.apache.commons.codec.binary.Base64.Builder
- Enclosing class:
- Base64
Builds
Base64
instances.- Since:
- 1.17.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget()
setUrlSafe
(boolean urlSafe) Sets the URL-safe encoding policy.Methods inherited from class org.apache.commons.codec.binary.BaseNCodec.AbstractBuilder
setDecodingPolicy, setEncodeTable, setLineLength, setLineSeparator, setPadding
-
Constructor Details
-
Builder
public Builder()Constructs a new instance.
-
-
Method Details
-
get
-
setUrlSafe
Sets the URL-safe encoding policy.- Parameters:
urlSafe
- URL-safe encoding policy, null resets to the default.- Returns:
this
instance.
-