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