Searched refs:StreamingDataView (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js212 function StreamingDataView(buffer, littleEndian, byteOffset, byteLength) class
223 StreamingDataView.prototype.rewind = function()
229 StreamingDataView.prototype.readInt8 = function()
235 StreamingDataView.prototype.readUint8 = function()
241 StreamingDataView.prototype.readInt16 = function()
249 StreamingDataView.prototype.readUint16 = function()
257 StreamingDataView.prototype.readInt32 = function()
265 StreamingDataView.prototype.readUint32 = function()
273 StreamingDataView.prototype.readFloat32 = function()
281 StreamingDataView
[all...]

Completed in 33 milliseconds