Fd Stream Interface

DESCRIPTION

Implementation of SILC File Descriptor Stream. The file descriptor stream can be used read from and write to a file descriptor. This interface should be used only with real file descriptors, not with sockets. Use the SILC Socket Stream for sockets.

SILC File Descriptor Stream is not thread-safe. If same stream must be used in multithreaded environment concurrency control must be employed.

TABLE OF CONTENTS