DataView
js.lib.DataView (extern class)
Instance Members
getUint8(byteOffset: Int): Int
getInt16(byteOffset: Int, ?littleEndian: Bool): Int
Name |
Type |
Default |
byteOffset |
Int |
|
littleEndian |
Bool |
(optional) |
getUint16(byteOffset: Int, ?littleEndian: Bool): Int
Name |
Type |
Default |
byteOffset |
Int |
|
littleEndian |
Bool |
(optional) |
getInt32(byteOffset: Int, ?littleEndian: Bool): Int
Name |
Type |
Default |
byteOffset |
Int |
|
littleEndian |
Bool |
(optional) |
getUint32(byteOffset: Int, ?littleEndian: Bool): Int
Name |
Type |
Default |
byteOffset |
Int |
|
littleEndian |
Bool |
(optional) |
Name |
Type |
Default |
byteOffset |
Int |
|
littleEndian |
Bool |
(optional) |
Name |
Type |
Default |
byteOffset |
Int |
|
littleEndian |
Bool |
(optional) |
Name |
Type |
byteOffset |
Int |
value |
Int |
Name |
Type |
byteOffset |
Int |
value |
Int |
Name |
Type |
Default |
byteOffset |
Int |
|
value |
Int |
|
littleEndian |
Bool |
(optional) |
Name |
Type |
Default |
byteOffset |
Int |
|
value |
Int |
|
littleEndian |
Bool |
(optional) |
Name |
Type |
Default |
byteOffset |
Int |
|
value |
Int |
|
littleEndian |
Bool |
(optional) |
Name |
Type |
Default |
byteOffset |
Int |
|
value |
Int |
|
littleEndian |
Bool |
(optional) |
Name |
Type |
Default |
byteOffset |
Int |
|
value |
Float |
|
littleEndian |
Bool |
(optional) |
Name |
Type |
Default |
byteOffset |
Int |
|
value |
Float |
|
littleEndian |
Bool |
(optional) |
Name |
Type |
Default |
buffer |
ArrayBuffer |
|
byteOffset |
Int |
(optional) |
byteLength |
Int |
(optional) |