Base32Alphabet

An alphabet that supports base 32 conversion.
trait Alphabet
class Object
trait Matchable
class Any
object Base32

Value members

Inherited methods

def ignore(c: Char): Boolean
Indicates whether the specified character should be ignored.
Inhertied from
Alphabet
def toChar(index: Int): Char
Converts the specified index to a character.
Throws
IndexOutOfBoundsException
IndexOutOfBoundsException
Inhertied from
Alphabet
def toIndex(c: Char): Int
Converts the specified char to an index.
Throws
IllegalArgumentException
IllegalArgumentException
Inhertied from
Alphabet

Inherited fields

val pad: Char
Padding character.
Inhertied from
PaddedAlphabet