exip
Alpha 0.5.4
|
Representation of an Input/Output Stream.
#include <procTypes.h>
Data Fields | |
size_t(* | readWriteToStream )(void *buf, size_t size, void *stream) |
When parsing: A function pointer used to fill the EXI buffer when emptied by reading from "stream" "size" number of bytes When serializing: A function pointer used to write "size" number of bytes of the buffer to the stream Return the number of bytes read/write. More... | |
void * | stream |
The input stream to be passed to the readInput function pointer. More... | |
Definition at line 1148 of file bin/headers/procTypes.h.
size_t(* ioStream::readWriteToStream)(void *buf, size_t size, void *stream) |
Definition at line 1155 of file bin/headers/procTypes.h.
void * ioStream::stream |
Definition at line 1159 of file bin/headers/procTypes.h.