|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArrayBuffer | |
|---|---|
| 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. |
| Uses of ArrayBuffer in com.gargoylesoftware.htmlunit.javascript.host.arrays |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host.arrays that return ArrayBuffer | |
|---|---|
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. |
| Methods in com.gargoylesoftware.htmlunit.javascript.host.arrays with parameters of type ArrayBuffer | |
|---|---|
protected void |
ArrayBufferView.constructor(ArrayBuffer buffer,
int byteOffset,
int length)
The constructor. |
protected void |
DataView.constructor(ArrayBuffer array,
int byteOffset,
Object length)
|
protected void |
ArrayBufferView.setBuffer(ArrayBuffer buffer)
Sets the buffer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||