Writes all the int at list as bytes.
int
list
int writeAll(List<int> list) => bytesIO.writeAll(list);