write_bytes


write_bytes(bytes, s = current_writer())
      

Write the elements 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_n_bytes
write_byte
write_char


Core Module Index | Contents