next up previous contents
Next: 2.11 Running Programs from Up: 2 Design Choices and Previous: 2.9 The Reader

2.10 Stream Extensions

[Function]
extensions:read-n-bytes stream buffer start numbytes &optional eof-error-p

On streams that support it, this function reads multiple bytes of data into a buffer. The buffer must be a simple-string or (simple-array (unsigned-byte 8) (*)). The argument nbytes specifies the desired number of bytes, and the return value is the number of bytes actually read.



Raymond Toy
Mon Jul 14 09:11:27 EDT 1997