Constructor and Description |
---|
Base32Codec()
Creates a new instance using the RFC 4328 alphabet,
ABCDEFGHIJKLMNOPQRSTUVWXYZ234567 . |
Base32Codec(String alphabet)
Creates a new instance using the given 32-character alphabet.
|
Base32Codec(String alphabet,
boolean inputOutputPadding)
Creates a new instance using the given 32-character alphabet with option to enable/disable padding.
|
Modifier and Type | Method and Description |
---|---|
Decoder |
getDecoder() |
Encoder |
getEncoder() |
Decoder |
newDecoder() |
Encoder |
newEncoder() |
public Base32Codec()
ABCDEFGHIJKLMNOPQRSTUVWXYZ234567
.public Base32Codec(String alphabet)
alphabet
- 32-character alphabet to use.public Base32Codec(String alphabet, boolean inputOutputPadding)
alphabet
- 32-character alphabet to use.inputOutputPadding
- True to enable support for padding, false otherwise.public Encoder getEncoder()
getEncoder
in interface Codec
public Decoder getDecoder()
getDecoder
in interface Codec
public Encoder newEncoder()
newEncoder
in interface Codec
public Decoder newDecoder()
newDecoder
in interface Codec
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.