chickadee » chicken » io » write-bytevector

(write-bytevector BYTEVECTOR [PORT START END])procedure

Write bytes from BYTEVECTOR to PORT. PORT defaults to the value of (current-output-port).

START and END designate the range of bytes that should be written. If END exceeeds the length of BYTEVECTOR only as much data is written as is available.