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.
bytes
s
Bytes
Return the number of bytes written.
Core Module Index | Contents