Int8Array:
Filter:
Classes | Collections > Ordered

Int8Array : RawArray : ArrayedCollection : SequenceableCollection : Collection : Object

an array whose indexed slots are all of the same type

Description

These classes implement arrays whose indexed slots are all of the same type.

NOTE: The overflow behavior of an element in an Int8Array is undefined. This occurs whenever the result of an operation does not fit in the range of values supported by the return type, in this case, an 8-bit signed integer.

Class Methods

Inherited class methods

Instance Methods

.readFromStream(stream)

.parseOSC

Tries to interpret the bytes as an OSC message or OSC bundle. Throws an exception on failure. See also Array: -asRawOSC.

Inherited instance methods

Undocumented instance methods

.unarchive