gmime.stream_null

Module for [StreamNull] class

Types 3

A #GMimeStream which has no backing store.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
StreamNull self() nothrowReturns `this`, for use in `with` statements.
StreamNullGidBuilder builder() static nothrowGet builder for [gmime.stream_null.StreamNull] Returns: New builder object
bool getCountNewlines() nothrowGets 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) nothrowSets 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
StreamNull build() nothrowCreate object from builder. Returns: New object