public class Base32Decoder extends AbstractBaseNDecoder
| Constructor and Description |
|---|
Base32Decoder()
Creates a new instance using the RFC 4648 alphabet,
ABCDEFGHIJKLMNOPQRSTUVWXYZ234567, for decoding. |
Base32Decoder(String alphabet)
Creates a new instance using the given 32-character alphabet for decoding.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getBitsPerChar() |
protected int |
getBlockLength() |
decode, decodingTable, finalize, isPaddedInput, outputSize, setPaddedInputpublic Base32Decoder()
ABCDEFGHIJKLMNOPQRSTUVWXYZ234567, for decoding.public Base32Decoder(String alphabet)
alphabet - 32-character alphabet to use.protected int getBlockLength()
getBlockLength in class AbstractBaseNDecoderprotected int getBitsPerChar()
getBitsPerChar in class AbstractBaseNDecoderCopyright © 2003-2024 Virginia Tech. All Rights Reserved.