read-block

[procedure] read-block nbytes [input-port]

Gauche: reads octet stream from input-port up to nbytes.

ChezScheme has similar function block-read.