Next: SRFI-56 General writing, Previous: SRFI-56 General reading, Up: SRFI-56
Read an unsigned integer of one byte from the current input port. Optional arg port specifies a port to read from, instead. Optional second arg endian is a symbol. Return the eof object if not enough bytes are available.
Read an unsigned integer of two bytes from the current input port. Optional arg port specifies a port to read from, instead. Optional second arg endian is a symbol. Return the eof object if not enough bytes are available.
Read an unsigned integer of four bytes from the current input port. Optional arg port specifies a port to read from, instead. Optional second arg endian is a symbol. Return the eof object if not enough bytes are available.
Read an unsigned integer of eight bytes from the current input port. Optional arg port specifies a port to read from, instead. Optional second arg endian is a symbol. Return the eof object if not enough bytes are available.
Read a signed integer of one byte from the current input port. Optional arg port specifies the port to read, instead. Optional second arg endian is a symbol. Return the eof object if not enough bytes are available.
Read a signed integer of two bytes from the current input port. Optional arg port specifies the port to read, instead. Optional second arg endian is a symbol. Return the eof object if not enough bytes are available.