Hex

object Hex
class Object
trait Matchable
class Any
Hex.type

Value members

Concrete methods

def fromByte(value: Byte): String
def fromBytes(values: Array[Byte]): String
def toByte(hex: String): Option[Byte]
def toBytes(hex: String): Option[Array[Byte]]
def toDigit(hex: Char): Option[Int]