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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionget()setUrlSafe(boolean urlSafe) Sets the URL-safe encoding policy.Methods inherited from class org.apache.commons.codec.binary.BaseNCodec.AbstractBuildersetDecodingPolicy, setEncodeTable, setLineLength, setLineSeparator, setPadding
- 
Constructor Details- 
Builderpublic Builder()Constructs a new instance.
 
- 
- 
Method Details- 
get
- 
setUrlSafeSets the URL-safe encoding policy.- Parameters:
- urlSafe- URL-safe encoding policy, null resets to the default.
- Returns:
- thisinstance.
 
 
-