write_byte


write_byte(b, s = current_writer())
      

Write the byte b to the binary output-stream s. The byte must be a non-negative integer in the range 0 - 255.

Return void.

Also see:

write_n_bytes
write_bytes
write_char


Core Module Index | Contents