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, outputSize
public 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 AbstractBaseNEncoder
protected int getBitsPerChar()
getBitsPerChar
in class AbstractBaseNEncoder
Copyright © 2003-2015 Virginia Tech. All Rights Reserved.