The buffer to write to.
The integer to write.
The number of bytes to write.
The endianness of the data.
The signedness of the data. Defaults to false.
The offset to write to. Defaults to 0.
Optionaloptions: WriteSpecificIntTypeOptionsThe options to use.
The buffer from the buffer parameter.
If the value is out of range and options.wrap is false.
Writes an integer to a buffer.