Uses of Class
com.gargoylesoftware.htmlunit.javascript.host.arrays.ArrayBuffer

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.
 void DataView.constructor(ArrayBuffer array, int byteOffset, Object length)
          JavaScript constructor.
protected  void ArrayBufferView.setBuffer(ArrayBuffer buffer)
          Sets the buffer.
 



Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.