scodec.bits.Bases.Alphabets
Binary alphabet that uses {0, 1} and allows whitespace and underscores for separation.
{0, 1}
Indicates whether the specified character should be ignored.
Converts the specified index to a character.
IndexOutOfBoundsException if the specified byte is not supported by this alphabet
IndexOutOfBoundsException
Converts the specified char to an index.
IllegalArgumentException if the specified char is not supported by this alphabet
IllegalArgumentException
Binary alphabet that uses
{0, 1}
and allows whitespace and underscores for separation.