block-read

[procedure] block-read input-port string count

ChezScheme: read characters from input-port up to count and fill string with them.

Gauche has similar function read-block.

See also block-write