Blob:setI8

Edit

Writes 8-bit signed integers to the Blob.



Arguments

NameTypeDescription
offsetnumber A non-negative byte offset to start writing at.
...number Numbers to write to the blob as 8-bit signed integers (each taking up 1 byte, ranging from -127 to 128).

Returns

Nothing

Arguments

NameTypeDescription
offsetnumber A non-negative byte offset to start writing at.
table{number} A table of numbers to write to the blob as 8-bit signed integers (each taking up 1 byte, ranging from -127 to 128).

Returns

Nothing

See also