public class Uint8Array extends TypedArray
Modifier and Type | Class and Description |
---|---|
static interface |
Uint8Array.ConstructorLengthUnionType |
static interface |
Uint8Array.FromMapCallbackFn |
TypedArray.EveryCallbackFn, TypedArray.FilterCallbackFn, TypedArray.FindCallbackFn, TypedArray.FindIndexCallbackFn, TypedArray.ForEachCallbackFn, TypedArray.MapCallbackFn, TypedArray.ReduceCallbackFn<RET,INIT>, TypedArray.ReduceRightCallbackFn<RET,INIT>, TypedArray.SetArrayUnionType, TypedArray.SomeCallbackFn, TypedArray.SortCompareFunctionCallbackFn
Modifier and Type | Field and Description |
---|---|
static double |
BYTES_PER_ELEMENT |
length
buffer, byteLength, byteOffset
Constructor and Description |
---|
Uint8Array(ArrayBuffer length) |
Uint8Array(ArrayBuffer length,
double byteOffset) |
Uint8Array(ArrayBuffer length,
double byteOffset,
double length0) |
Uint8Array(ArrayBufferView length) |
Uint8Array(ArrayBufferView length,
double byteOffset) |
Uint8Array(ArrayBufferView length,
double byteOffset,
double length0) |
Uint8Array(double length) |
Uint8Array(double[] length) |
Uint8Array(double[] length,
double byteOffset) |
Uint8Array(double[] length,
double byteOffset,
double length0) |
Uint8Array(double length,
double byteOffset) |
Uint8Array(double length,
double byteOffset,
double length0) |
Uint8Array(Uint8Array.ConstructorLengthUnionType length) |
Uint8Array(Uint8Array.ConstructorLengthUnionType length,
double byteOffset) |
Uint8Array(Uint8Array.ConstructorLengthUnionType length,
double byteOffset,
double length0) |
Modifier and Type | Method and Description |
---|---|
static Uint8Array |
from(double[] source) |
static Uint8Array |
from(double[] source,
Uint8Array.FromMapCallbackFn mapFn) |
static <S> Uint8Array |
from(double[] source,
Uint8Array.FromMapCallbackFn 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, double byteOffset, double length0)
public Uint8Array(ArrayBuffer length, double byteOffset)
public Uint8Array(ArrayBuffer length)
public Uint8Array(ArrayBufferView length, double byteOffset, double length0)
public Uint8Array(ArrayBufferView length, double byteOffset)
public Uint8Array(ArrayBufferView length)
public Uint8Array(Uint8Array.ConstructorLengthUnionType length, double byteOffset, double length0)
public Uint8Array(Uint8Array.ConstructorLengthUnionType length, double byteOffset)
public Uint8Array(Uint8Array.ConstructorLengthUnionType length)
public Uint8Array(double length, double byteOffset, double length0)
public Uint8Array(double[] length, double byteOffset, double length0)
public Uint8Array(double length, double byteOffset)
public Uint8Array(double[] length, double byteOffset)
public Uint8Array(double length)
public Uint8Array(double[] length)
public static <S> Uint8Array from(double[] source, Uint8Array.FromMapCallbackFn mapFn, S this_)
public static Uint8Array from(double[] source, Uint8Array.FromMapCallbackFn mapFn)
public static Uint8Array from(double[] source)
public static Uint8Array of(double... var_args)