write_n_bytes(bytes, start, end, s = current_writer())
Write the elements in the range start
to end
from bytes
to the binary
output-stream s
. Bytes
must be a
byte array of unsigned integers in the range 0 - 255.
Return the number of bytes written.