Next: SRFI-56 Predefined network encodings, Previous: SRFI-56 General writing, Up: SRFI-56
Write one byte to the current output port representing unsigned integer n. Signal error if n is negative. Optional second arg port specifies a port to write to, instead. Optional third arg endian is an endian symbol.
Write two bytes to the current output port representing unsigned integer n. Signal error if n is negative. Optional second arg port specifies a port to write to, instead. Optional third arg endian is an endian symbol.
Write four bytes to the current output port representing unsigned integer n. Signal error if n is negative. Optional second arg port specifies a port to write to, instead. Optional third arg endian is an endian symbol.
Write eight bytes to the current output port representing unsigned integer n. Signal error if n is negative. Optional second arg port specifies a port to write to, instead. Optional third arg endian is an endian symbol.
Write one byte to the current output port representing signed integer n. Optional second arg port specifies a port to write to, instead. Optional third arg endian is an endian symbol.
Write two bytes to the current output port representing signed integer n. Optional second arg port specifies a port to write to, instead. Optional third arg endian is an endian symbol.