public final class JSTypedArrayType
extends java.lang.Object
A constant identifying the Typed Array type of a JSObjectRef. [@constant] kJSTypedArrayTypeInt8Array Int8Array [@constant] kJSTypedArrayTypeInt16Array Int16Array [@constant] kJSTypedArrayTypeInt32Array Int32Array [@constant] kJSTypedArrayTypeUint8Array Uint8Array [@constant] kJSTypedArrayTypeUint8ClampedArray Uint8ClampedArray [@constant] kJSTypedArrayTypeUint16Array Uint16Array [@constant] kJSTypedArrayTypeUint32Array Uint32Array [@constant] kJSTypedArrayTypeFloat32Array Float32Array [@constant] kJSTypedArrayTypeFloat64Array Float64Array [@constant] kJSTypedArrayTypeBigInt64Array BigInt64Array [@constant] kJSTypedArrayTypeBigUint64Array BigUint64Array [@constant] kJSTypedArrayTypeArrayBuffer ArrayBuffer [@constant] kJSTypedArrayTypeNone Not a Typed Array
| Modifier and Type | Field and Description |
|---|---|
static int |
kJSTypedArrayTypeArrayBuffer |
static int |
kJSTypedArrayTypeBigInt64Array |
static int |
kJSTypedArrayTypeBigUint64Array |
static int |
kJSTypedArrayTypeFloat32Array |
static int |
kJSTypedArrayTypeFloat64Array |
static int |
kJSTypedArrayTypeInt16Array |
static int |
kJSTypedArrayTypeInt32Array |
static int |
kJSTypedArrayTypeInt8Array |
static int |
kJSTypedArrayTypeNone |
static int |
kJSTypedArrayTypeUint16Array |
static int |
kJSTypedArrayTypeUint32Array |
static int |
kJSTypedArrayTypeUint8Array |
static int |
kJSTypedArrayTypeUint8ClampedArray |
public static final int kJSTypedArrayTypeInt8Array
public static final int kJSTypedArrayTypeInt16Array
public static final int kJSTypedArrayTypeInt32Array
public static final int kJSTypedArrayTypeUint8Array
public static final int kJSTypedArrayTypeUint8ClampedArray
public static final int kJSTypedArrayTypeUint16Array
public static final int kJSTypedArrayTypeUint32Array
public static final int kJSTypedArrayTypeFloat32Array
public static final int kJSTypedArrayTypeFloat64Array
public static final int kJSTypedArrayTypeArrayBuffer
public static final int kJSTypedArrayTypeNone
public static final int kJSTypedArrayTypeBigInt64Array
public static final int kJSTypedArrayTypeBigUint64Array