Blob:getI16
EditReturns signed 16-bit integers from the data in the Blob.
... = Blob:getI16(offset, count)
Arguments
Name | Type | Default | Description |
offset | number | 0 | A non-negative byte offset to read from. |
count | number | 1 | The number of integers to read. |
Returns
Name | Type | Description |
... | number |
count signed 16-bit integers, from -32768 to 32767.
|