Base32Alphabet

An alphabet that supports base 32 conversion.

trait Alphabet
class Object
trait Matchable
class Any
object Base32.type
object Base32Crockford.type

Value members

Inherited methods

Indicates whether the specified character should be ignored.

Indicates whether the specified character should be ignored.

Inherited from:
Alphabet
def toChar(index: Int): Char

Converts the specified index to a character.

Converts the specified index to a character.

Throws:
IndexOutOfBoundsException

if the specified byte is not supported by this alphabet

Inherited from:
Alphabet
def toIndex(c: Char): Int

Converts the specified char to an index.

Converts the specified char to an index.

Throws:
IllegalArgumentException

if the specified char is not supported by this alphabet

Inherited from:
Alphabet

Inherited fields

val pad: Char

Padding character.

Padding character.

Inherited from:
PaddedAlphabet