BinaryJs

object BinaryJs extends BinaryJs
Companion:
class
trait BinaryJs
class Object
trait Matchable
class Any

Value members

Inherited methods

final def arrayBufferToBlob(a: ArrayBuffer): Blob
Inherited from:
BinaryJs
@inline
final def arrayBufferToByteBuffer(a: ArrayBuffer): ByteBuffer
Inherited from:
BinaryJs
final def base64ToByteBuffer(base64: String): ByteBuffer
Inherited from:
BinaryJs
final def blobToArrayBuffer(blob: Blob): ArrayBuffer
Inherited from:
BinaryJs
final def byteBufferToArrayBuffer(bb: ByteBuffer): ArrayBuffer
Inherited from:
BinaryJs
final def byteBufferToBlob(bb: ByteBuffer): Blob
Inherited from:
BinaryJs
final def byteBufferToInt8Array(bb: ByteBuffer): Int8Array
Inherited from:
BinaryJs
final def int8ArrayToArrayBuffer(v: Int8Array): ArrayBuffer
Inherited from:
BinaryJs
final def uint8ArrayToArrayBuffer(v: Uint8Array): ArrayBuffer
Inherited from:
BinaryJs