HexUppercase

scodec.bits.Bases.Alphabets.HexUppercase
object HexUppercase

Base 16 alphabet that uses {0-9, A-F}. Whitespace and underscores are ignored.

Attributes

Source
Bases.scala
Graph
Supertypes
trait HexAlphabet
trait Alphabet
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def toChar(i: Int): Char

Converts the specified index to a character.

Converts the specified index to a character.

Attributes

Throws

IndexOutOfBoundsException if the specified byte is not supported by this alphabet

Source
Bases.scala

Inherited methods

def ignore(c: Char): Boolean

Indicates whether the specified character should be ignored.

Indicates whether the specified character should be ignored.

Attributes

Inherited from:
LenientHex (hidden)
Source
Bases.scala
def toIndex(c: Char): Int

Converts the specified char to an index.

Converts the specified char to an index.

Attributes

Throws

IllegalArgumentException if the specified char is not supported by this alphabet

Inherited from:
LenientHex (hidden)
Source
Bases.scala