José
|
The interface for chained IO. More...
Data Fields | |
bool(* | feed )(jose_io_t *io, const void *in, size_t len) |
Pushes data into the IO chain. More... | |
bool(* | done )(jose_io_t *io) |
Completes the IO chain. More... | |
The interface for chained IO.
bool(* jose_io_t::feed) (jose_io_t *io, const void *in, size_t len) |
Pushes data into the IO chain.
io | The jose_io_t entity you are using. |
in | The input buffer. |
len | The length of the data in the input buffer. |