Package: alexandria

Function copy-stream

Lambda List

copy-stream (input output &key element-type buffer-size buffer start end finish-output)

Details

Reads data from INPUT and writes it to OUTPUT. Both INPUT and OUTPUT must be streams, they will be passed to READ-SEQUENCE and WRITE-SEQUENCE and must havecompatible element-types.