writeAll method

int writeAll(
  1. List<int> list
)

Writes all the int at list as bytes.

Implementation

int writeAll(List<int> list) => bytesIO.writeAll(list);