AtomicBlob
Extends:
8-bit bytes of arbitrary binary data OSC Atomic Data Type
Test:
Constructor Summary
Public Constructor | ||
public |
constructor(value: Uint8Array) Create an AtomicBlob instance |
Member Summary
Public Members | ||
public |
|
|
public |
|
Method Summary
Public Methods | ||
public |
pack(): Uint8Array Interpret the given blob as packed binary data |
|
public |
Unpack binary data from DataView and read a blob |
Inherited Summary
From class Atomic | ||
public |
|
|
public |
value: * |
|
public |
pack(method: string, byteLength: number): Uint8Array Interpret the given value of this entity as packed binary data |
|
public |
unpackWithMethod(dataView: DataView, method: string, byteLength: number, initialOffset: number): number Unpack binary data from DataView according to the given format |
Public Constructors
public constructor(value: Uint8Array) source
Create an AtomicBlob instance
Override:
Atomic#constructorParams:
Name | Type | Attribute | Description |
value | Uint8Array |
|
Binary data |
Public Members
Public Methods
public pack(): Uint8Array source
Interpret the given blob as packed binary data