file-read

[procedure] file-read fileno size [buffer]

Chicken: low-level read(2) interface. See also file-open, port->fileno.

Some other implementation provides a way to read a chunk of data, bypassing buffering mechanism; see also block-read and read-block.