public class Base32Encoder extends AbstractBaseNEncoder
lineLength| Constructor and Description |
|---|
Base32Encoder()
Creates a new instance that produces base 32-encoded output with no line breaks.
|
Base32Encoder(int charactersPerLine)
Creates a new instance that produces base 32-encoded output with the given number of characters per line in the
default character set.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getBitsPerChar() |
protected int |
getBlockLength() |
encode, finalize, outputSizepublic Base32Encoder()
public Base32Encoder(int charactersPerLine)
charactersPerLine - Number of characters per line. A zero or negative value disables line breaks.protected int getBlockLength()
getBlockLength in class AbstractBaseNEncoderprotected int getBitsPerChar()
getBitsPerChar in class AbstractBaseNEncoderCopyright © 2003-2015 Virginia Tech. All Rights Reserved.