write_n_bytes


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.

Also see:

write_byte
write_bytes
write_char
write_n_chars


Core Module Index | Contents