fstrm
0.6.0
Frame Streams implementation in C
|
fstrm_control | fstrm_control is an interface for encoding and decoding Frame Streams control frames |
fstrm_file | fstrm_file contains interfaces for opening fstrm_reader or fstrm_writer objects that are backed by file I/O |
fstrm_res | Library result codes |
fstrm_iothr | The 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_rdwr | fstrm_rdwr is an interface for abstracting the process of reading and writing data to byte streams |
fstrm_reader | fstrm_reader is an interface for reading Frame Streams data from a byte stream |
fstrm_tcp_writer | fstrm_tcp_writer is an interface for opening an fstrm_writer object that is backed by I/O on a TCP socket |
fstrm_unix_writer | fstrm_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_writer | fstrm_writer is an interface for writing Frame Streams data into a byte stream |