HexCodec

object HexCodec
class Object
trait Matchable
class Any

Value members

Concrete methods

def lowerHexToUnsignedLong(lowerHex: String): Long

Parses a 1 to 32 character lower-hex string with no prefix into an unsigned long, tossing any bits higher than 64.

Parses a 1 to 32 character lower-hex string with no prefix into an unsigned long, tossing any bits higher than 64.

def toLowerHex(v: Long): String

Inspired by okio.Buffer.writeLong

Inspired by okio.Buffer.writeLong