Base16RFC4648

fmgp.multibase.Base16RFC4648
sealed class Base16RFC4648(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 Base16
object Base16Upper

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