writeBytes method

void writeBytes(
  1. List<int> bs
)
inherited

Implementation

void writeBytes(List<int> bs) {
  writeAll(bs, 0, bs.length);
}