CamelStreamNull
CamelStream * camel_stream_null_new (void);
void
Returns a null stream. A null stream is always at eof, and always returns success for all reads and writes.
a new CamelStreamNull.
[transfer full]
gsize camel_stream_null_get_bytes_written (CamelStreamNull *stream_null);
CamelStreamNull *stream_null
stream_null
a CamelStreamNull
how many bytes had been written to the stream_null since it was created or rewind to the beginning.
Since: 3.24