I/O
Synchronous byte I/O through Linux file descriptors.
Module: Linux
| 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.