I/O
Synchronous byte I/O through BSD file descriptors.
Module: BSD
| Function | Description |
|---|---|
Close | Close a file descriptor. |
Read | Read bytes from a file descriptor. |
Write | Write bytes to a file descriptor. |
These thin wrappers do not buffer data, retry interrupted operations, or guarantee that a requested byte count is transferred in one call.