Next: stdlib io port textual output, Previous: stdlib io port output ports, Up: stdlib io port [Index]
Write octet to the output port and returns unspecified values.
start and count must be non–negative exact integer objects that default to 0 and:
(- (bytevector-length bytevector) start)
respectively. bytevector must have a length of at least
start+count. The put-bytevector
procedure writes the
count bytes of the bytevector bytevector starting at index
start to the output port. The put-bytevector
procedure
returns unspecified values.