Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.host.arrays |
Implementations of the JavaScript host objects for Typed Arrays - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
ArrayBuffer |
ArrayBufferView.getBuffer()
Returns the buffer this view references.
|
ArrayBuffer |
ArrayBuffer.slice(int begin,
Object end)
Returns a new ArrayBuffer whose contents are a copy of this ArrayBuffer's bytes
from begin, inclusive, up to end, exclusive.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ArrayBufferView.constructor(ArrayBuffer buffer,
int byteOffset,
int length)
The constructor.
|
void |
DataView.constructor(ArrayBuffer array,
int byteOffset,
Object length)
JavaScript constructor.
|
protected void |
ArrayBufferView.setBuffer(ArrayBuffer buffer)
Sets the buffer.
|
Copyright © 2002–2017 Gargoyle Software Inc.. All rights reserved.