- (read-bytevector! BYTEVECTOR [PORT START END])procedure
Read bytes from PORT into BYTEVECTOR. PORT defaults to the value of (current-input-port) and returns the actual number of bytes read.
START and END designate the range of bytes that should be filled with input from PORT. If END exceeeds the length of BYTEVECTOR only as much data is read as fits into the destination buffer.