Writes raw bytes to the output buffer and returns the byte count.
int write(List<int> bytes) { _buf.write(String.fromCharCodes(bytes)); return bytes.length; }