Branch
Hash :
d4dfedbd
Author :
Thomas de Grivel
Date :
2019-10-27T16:27:57
unistd streams are (unsigned-byte 8)
cl-stream streams
using unistd:read
, unistd:write
and unistd:close
to
operate on Unix file descriptors.
Depends on :
Base class for file descriptor streams.
Returns the file descriptor of UNISTD-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.