gmime.stream_null

Module for [StreamNull] class

Types 3

A #GMimeStream which has no backing store.

Methods
GType _gType() @property
StreamNull self()Returns `this`, for use in `with` statements.
StreamNullGidBuilder builder()Get builder for [gmime.stream_null.StreamNull] Returns: New builder object
bool getCountNewlines()Gets whether or not the stream should keep track of the number of newlines encountered. Returns: true if the stream should count the number of newlines or false otherwise.
void setCountNewlines(bool count)Sets whether or not the stream should keep track of the number of newlines encountered.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #GMimeStreamNull object. Returns: a new null stream (similar to /dev/null on Unix).

Fluent builder for [gmime.stream_null.StreamNull]

Methods