Uses of Class
org.mozilla.javascript.typedarrays.NativeArrayBuffer
Packages that use NativeArrayBuffer
-
Uses of NativeArrayBuffer in org.mozilla.javascript.typedarrays
Fields in org.mozilla.javascript.typedarrays declared as NativeArrayBufferModifier and TypeFieldDescriptionprotected final NativeArrayBufferNativeArrayBufferView.arrayBufferMany view objects can share the same backing arrayMethods in org.mozilla.javascript.typedarrays that return NativeArrayBufferModifier and TypeMethodDescriptionNativeArrayBufferView.getBuffer()Return the buffer that backs this view.NativeArrayBuffer.slice(double s, double e) Return a new buffer that represents a slice of this buffer's content, starting at position "start" and ending at position "end".Methods in org.mozilla.javascript.typedarrays with parameters of type NativeArrayBufferModifier and TypeMethodDescriptionprotected NativeFloat32ArrayNativeFloat32Array.construct(NativeArrayBuffer ab, int off, int len) protected NativeFloat64ArrayNativeFloat64Array.construct(NativeArrayBuffer ab, int off, int len) protected NativeInt16ArrayNativeInt16Array.construct(NativeArrayBuffer ab, int off, int len) protected NativeInt32ArrayNativeInt32Array.construct(NativeArrayBuffer ab, int off, int len) protected NativeInt8ArrayNativeInt8Array.construct(NativeArrayBuffer ab, int off, int len) protected abstract NativeTypedArrayView<T> NativeTypedArrayView.construct(NativeArrayBuffer ab, int off, int len) protected NativeUint16ArrayNativeUint16Array.construct(NativeArrayBuffer ab, int off, int len) protected NativeUint32ArrayNativeUint32Array.construct(NativeArrayBuffer ab, int off, int len) protected NativeUint8ArrayNativeUint8Array.construct(NativeArrayBuffer ab, int off, int len) protected NativeUint8ClampedArrayNativeUint8ClampedArray.construct(NativeArrayBuffer ab, int off, int len) Constructors in org.mozilla.javascript.typedarrays with parameters of type NativeArrayBufferModifierConstructorDescriptionprotectedNativeArrayBufferView(NativeArrayBuffer ab, int offset, int byteLength) NativeDataView(NativeArrayBuffer ab, int offset, int length) NativeFloat32Array(NativeArrayBuffer ab, int off, int len) NativeFloat64Array(NativeArrayBuffer ab, int off, int len) NativeInt16Array(NativeArrayBuffer ab, int off, int len) NativeInt32Array(NativeArrayBuffer ab, int off, int len) NativeInt8Array(NativeArrayBuffer ab, int off, int len) protectedNativeTypedArrayView(NativeArrayBuffer ab, int off, int len, int byteLen) NativeUint16Array(NativeArrayBuffer ab, int off, int len) NativeUint32Array(NativeArrayBuffer ab, int off, int len) NativeUint8Array(NativeArrayBuffer ab, int off, int len) NativeUint8ClampedArray(NativeArrayBuffer ab, int off, int len)