scodec-bits
scodec-bits
scodec
scodec.bits
scodec-bits
/
scodec.bits
/
Bases
Bases
object
Bases
Provides types related to base conversion -- e.g., binary, hexadecimal, and base 64.
Graph
Super types
class
Object
trait
Matchable
class
Any
Type members
Type members
Classlikes
trait
Alphabet
Partial mapping between characters and indices used in base conversions.
trait
PaddedAlphabet
extends
Alphabet
An alphabet that supports padding with a pad character.
trait
BinaryAlphabet
extends
Alphabet
An alphabet that supports binary conversion.
trait
HexAlphabet
extends
Alphabet
An alphabet that supports hexadecimal conversion.
trait
Base32Alphabet
extends
PaddedAlphabet
An alphabet that supports base 32 conversion.
trait
Base64Alphabet
extends
PaddedAlphabet
An alphabet that supports base 64 conversion.
object
Alphabets
Predefined alphabets for use in base conversions.