binary-read

Name

binary-read -- Reads LENGTH bytes of binary data from PORT and return it as a string.

Synopsis

(binary-read length #&optional (port (current-input-port)))

Description

Reads LENGTH bytes of binary data from PORT and return it as a string.

Implementation Notes

Module: (app scwm bincomm)

Defined in scheme/bincomm.scm at line 175 (CVS log)