BinaryData

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def byte(b: Byte): BinaryData
def fromArray(a: Array[Byte]): BinaryData
def fromArraySeq(a: ArraySeq[Byte]): BinaryData
def fromBase64(base64: String): BinaryData
def fromByteBuffer(bb: ByteBuffer): BinaryData
def fromHex(hex: String): BinaryData
def fromStringAsUtf8(str: String): BinaryData
def unsafeFromArray(a: Array[Byte]): BinaryData

unsafe because the array could be modified later and affect the underlying array we use here

unsafe because the array could be modified later and affect the underlying array we use here

def unsafeFromByteBuffer(bb: ByteBuffer): BinaryData

unsafe because the ByteBuffer could be modified later and affect the underlying array we use here

unsafe because the ByteBuffer could be modified later and affect the underlying array we use here

Inherited methods

Concrete fields

Implicits

Implicits

implicit def univEq: UnivEq[BinaryData]