fstrm  0.6.1
Frame Streams implementation in C
Modules
Here is a list of all modules:
 fstrm_controlfstrm_control is an interface for encoding and decoding Frame Streams control frames
 fstrm_filefstrm_file contains interfaces for opening fstrm_reader or fstrm_writer objects that are backed by file I/O
 fstrm_resLibrary result codes
 fstrm_iothrThe fstrm_iothr interface creates a background I/O thread which writes Frame Streams encapsulated data frames into an output stream specified by an fstrm_writer object
 fstrm_rdwrfstrm_rdwr is an interface for abstracting the process of reading and writing data to byte streams
 fstrm_readerfstrm_reader is an interface for reading Frame Streams data from a byte stream
 fstrm_tcp_writerfstrm_tcp_writer is an interface for opening an fstrm_writer object that is backed by I/O on a TCP socket
 fstrm_unix_writerfstrm_unix_writer is an interface for opening an fstrm_writer object that is backed by I/O on a stream-oriented (SOCK_STREAM) Unix socket
 fstrm_writerfstrm_writer is an interface for writing Frame Streams data into a byte stream