chickadee » byte-sequence » byte-sequence-read

byte-sequence-read PORT Nprocedure

Reads a byte-sequence of length N from the given port. Currently, the port must support the port->fileno procedure, which means that string ports are not supported (in that particular case, procedure string->byte-sequence can be used for converting strings to byte sequences).