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.

Partial mapping between characters and indices used in base conversions.

object Alphabets

Predefined alphabets for use in base conversions.

Predefined alphabets for use in base conversions.

An alphabet that supports base 32 conversion.

An alphabet that supports base 32 conversion.

An alphabet that supports base 64 conversion.

An alphabet that supports base 64 conversion.

trait BinaryAlphabet extends Alphabet

An alphabet that supports binary conversion.

An alphabet that supports binary conversion.

trait HexAlphabet extends Alphabet

An alphabet that supports hexadecimal conversion.

An alphabet that supports hexadecimal conversion.

trait PaddedAlphabet extends Alphabet

An alphabet that supports padding with a pad character.

An alphabet that supports padding with a pad character.