Base32Crockford

scodec.bits.Bases$.Alphabets$.Base32Crockford$

Base 32 Crockford alphabet as defined by https://www.crockford.com/base32.html. Whitespace and hyphen is ignored.

Attributes

Source:
Bases.scala
Graph
Supertypes
trait Alphabet
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

Indicates whether the specified character should be ignored.

Indicates whether the specified character should be ignored.

Attributes

Source:
Bases.scala
def toChar(i: Int): Char

Converts the specified index to a character.

Converts the specified index to a character.

Attributes

Throws:
IndexOutOfBoundsException

if the specified byte is not supported by this alphabet

Source:
Bases.scala
def toIndex(c: Char): Int

Converts the specified char to an index.

Converts the specified char to an index.

Attributes

Throws:
IllegalArgumentException

if the specified char is not supported by this alphabet

Source:
Bases.scala

Concrete fields

val pad: Char

Padding character.

Padding character.

Attributes

Source:
Bases.scala