* Sets the DataView's byte order. */
| 117 | * Sets the DataView's byte order. |
| 118 | */ |
| 119 | void setByteOrder(ByteOrder order) { |
| 120 | _byteOrder = order; |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * Returns a boolean value from the bytes at the specified byte offset. A signed 8-bit integer is |