HexCodec

com.github.mauricio.async.db.util.HexCodec
object HexCodec

The code from this class was copied from the Hex class at commons-codec

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HexCodec.type

Members list

Value members

Concrete methods

def decode(value: CharSequence, start: Int): Array[Byte]

Turns a HEX based char sequence into a Byte array

Turns a HEX based char sequence into a Byte array

Attributes

def encode(bytes: Array[Byte], prefix: Array[Char]): String

Encodes a byte array into a String encoded with Hex values.

Encodes a byte array into a String encoded with Hex values.

Attributes