HexUtil

org.mbari.vars.migration.util.HexUtil
object HexUtil

Attributes

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

Members list

Value members

Concrete methods

def fromHex(hex: String): Array[Byte]
def toHex(bytes: Array[Byte]): String