Base32RFC4648

fmgp.multibase.Base32RFC4648
sealed class Base32RFC4648(val name: String, val code: Char, val alphabet: String, val pad: Option[Char]) extends Base

Attributes

Graph
Supertypes
class Base
class Object
trait Matchable
class Any
Known subtypes
object Base32
object Base32Hex
object Base32HexPad
object Base32Pad
object Base32Upper
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Base

Attributes

Inherited from:
Base

Concrete fields

override val alphabet: String
override val code: Char
override val name: String
val pad: Option[Char]

Inherited fields

lazy val alphabetPos: Map[Char, Int]

Attributes

Inherited from:
Base