Next: , Previous: SRFI-56 Predefined network encodings, Up: SRFI-56


39.18.9 SRFI-56 Bignum encodings

— Scheme Procedure: read-ber-integer [port]

Read a BER-integer from the current input port. Optional arg port specifies a port to read from, instead.

— Scheme Procedure: write-ber-integer n [port]

Write integer n as a BER-integer to the current output port. Optional second arg port specifies a port to write to, instead.