7.2 Input/Output system extensions
buffer-ref get-input-buffer get-input-buffer-no-hang get-output-buffer return-input-buffer return-output-bufferThe buffer is owned at all times by the stream. You cannot perform an I/O operation on the stream while you have the buffer checked out. You should not close the stream when the buffer is checked out unless you do not want to save the changes you have made to the buffer; in that case, you should invoke the Common Lisp function
close
on the stream and specify a non-nil
value for the:abort
keyword argument.
Generated with Harlequin WebMaker