fstrm
0.2.0
Frame Streams implementation in C
|
![]() | fstrm_control is an interface for encoding and decoding Frame Streams control frames |
![]() | fstrm_file contains interfaces for opening fstrm_reader or fstrm_writer objects that are backed by file I/O |
![]() | Library result codes |
![]() | 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 is an interface for abstracting the process of reading and writing data to byte streams |
![]() | fstrm_reader is an interface for reading Frame Streams data from a byte stream |
![]() | 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 is an interface for writing Frame Streams data into a byte stream |