#include <dktypes.h>
Data Fields | |
dk_stream_api_t | api |
Data exchange with low-level function. | |
void * | data |
Stream target. | |
dk_stream_fct_t * | fct |
Low-level function. | |
unsigned long | bytes |
Number of bytes written to the stream. | |
int | flags |
Bit flags, used by Perl XS . | |
int | opt |
Options. |
This structure provides a generic API for I/O operations.
void* dk_stream_t::data |
Stream target.
I.e. FILE *...
Low-level function.
unsigned long dk_stream_t::bytes |
Number of bytes written to the stream.
Bit flags, used by Perl XS .
int dk_stream_t::opt |
Options.