| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript.typedarrays |
| Modifier and Type | Field and Description |
|---|---|
protected NativeArrayBuffer |
NativeArrayBufferView.arrayBuffer
Many view objects can share the same backing array
|
| Modifier and Type | Method and Description |
|---|---|
NativeArrayBuffer |
NativeArrayBufferView.getBuffer()
Return the buffer that backs this view.
|
NativeArrayBuffer |
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".
|
| Modifier and Type | Method and Description |
|---|---|
NativeTypedArrayView<?> |
NativeTypedArrayView.TypedArrayConstructable.construct(NativeArrayBuffer ab,
int off,
int len) |
Copyright © 2025 HtmlUnit. All rights reserved.