Bases

object Bases
Provides types related to base conversion -- e.g., binary, hexadecimal, and base 64.
class Object
trait Matchable
class Any

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.
An alphabet that supports base 32 conversion.
An alphabet that supports base 64 conversion.
object Alphabets
Predefined alphabets for use in base conversions.