public class Uint8Array extends TypedArray
Modifier and Type | Class and Description |
---|---|
static interface |
Uint8Array.ConstructorLengthUnionType |
static interface |
Uint8Array.FromMapFn |
TypedArray.EveryCallbackFn, TypedArray.FilterCallbackFn, TypedArray.FindCallbackFn, TypedArray.FindIndexCallbackFn, TypedArray.ForEachCallbackFn, TypedArray.MapCallbackFn, TypedArray.ReduceCallbackFn<INIT,RET>, TypedArray.ReduceRightCallbackFn<INIT,RET>, TypedArray.SetArrayUnionType, TypedArray.SomeCallbackFn, TypedArray.SortCompareFunctionFn
Modifier and Type | Field and Description |
---|---|
static double |
BYTES_PER_ELEMENT |
length
buffer, byteLength, byteOffset
Constructor and Description |
---|
Uint8Array(ArrayBuffer length) |
Uint8Array(ArrayBuffer length,
int byteOffset) |
Uint8Array(ArrayBuffer length,
int byteOffset,
int length0) |
Uint8Array(ArrayBufferView length) |
Uint8Array(ArrayBufferView length,
int byteOffset) |
Uint8Array(ArrayBufferView length,
int byteOffset,
int length0) |
Uint8Array(int length) |
Uint8Array(int[] length) |
Uint8Array(int[] length,
int byteOffset) |
Uint8Array(int[] length,
int byteOffset,
int length0) |
Uint8Array(int length,
int byteOffset) |
Uint8Array(int length,
int byteOffset,
int length0) |
Uint8Array(SharedArrayBuffer length) |
Uint8Array(SharedArrayBuffer length,
int byteOffset) |
Uint8Array(SharedArrayBuffer length,
int byteOffset,
int length0) |
Uint8Array(Uint8Array.ConstructorLengthUnionType length) |
Uint8Array(Uint8Array.ConstructorLengthUnionType length,
int byteOffset) |
Uint8Array(Uint8Array.ConstructorLengthUnionType length,
int byteOffset,
int length0) |
Modifier and Type | Method and Description |
---|---|
static Uint8Array |
from(double[] source) |
static Uint8Array |
from(double[] source,
Uint8Array.FromMapFn mapFn) |
static <S> Uint8Array |
from(double[] source,
Uint8Array.FromMapFn mapFn,
S this_) |
static Uint8Array |
of(double... var_args) |
copyWithin, copyWithin, entries, every, every, fill, fill, fill, filter, filter, find, find, findIndex, findIndex, forEach, forEach, includes, includes, indexOf, indexOf, join, join, keys, lastIndexOf, lastIndexOf, map, map, reduce, reduce, reduceRight, reduceRight, reverse, set, set, set, set, set, set, slice, slice, slice, some, some, sort, sort, subarray, subarray, toLocaleString, toString_, values
public Uint8Array(ArrayBuffer length, int byteOffset, int length0)
public Uint8Array(ArrayBuffer length, int byteOffset)
public Uint8Array(ArrayBuffer length)
public Uint8Array(ArrayBufferView length, int byteOffset, int length0)
public Uint8Array(ArrayBufferView length, int byteOffset)
public Uint8Array(ArrayBufferView length)
public Uint8Array(Uint8Array.ConstructorLengthUnionType length, int byteOffset, int length0)
public Uint8Array(Uint8Array.ConstructorLengthUnionType length, int byteOffset)
public Uint8Array(Uint8Array.ConstructorLengthUnionType length)
public Uint8Array(SharedArrayBuffer length, int byteOffset, int length0)
public Uint8Array(SharedArrayBuffer length, int byteOffset)
public Uint8Array(SharedArrayBuffer length)
public Uint8Array(int length, int byteOffset, int length0)
public Uint8Array(int[] length, int byteOffset, int length0)
public Uint8Array(int length, int byteOffset)
public Uint8Array(int[] length, int byteOffset)
public Uint8Array(int length)
public Uint8Array(int[] length)
public static <S> Uint8Array from(double[] source, Uint8Array.FromMapFn mapFn, S this_)
public static Uint8Array from(double[] source, Uint8Array.FromMapFn mapFn)
public static Uint8Array from(double[] source)
public static Uint8Array of(double... var_args)