Writes the int at list as bytes, respecting offset and length parameters.
int
list
offset
length
int write(List<int> list, [int offset = 0, int? length]) => bytesIO.write(list, offset, length);