fd-stream streams are (unsigned-byte 8)
cl-stream streams
using unistd:read
, unistd:write
and unistd:close
to
operate on Unix file descriptors.
See https://github.com/cl-stream/cl-stream .
Base class for file descriptor streams.
Returns the file descriptor of FD-STREAM.
A buffered input stream using UNISTD:READ.
Creates a buffered input stream for file descriptor fd.
A buffered output stream using UNISTD:WRITE.
Creates a buffered output stream for file descriptor fd.
A buffered input/output stream using UNISTD:READ and UNISTD:WRITE.
Creates a buffered input/output stream for file descriptor fd.