chickadee » byte-sequence » byte-sequence-write

byte-sequence-write PORT BYTE-SEQUENCEprocedure

Writes the given byte-sequence to 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).