gmime.stream_null
Module for [StreamNull] class
Types 3
classStreamNull : gmime.stream.Stream
A #GMimeStream which has no backing store.
Methods
StreamNullGidBuilder builder() static nothrowGet builder for [gmime.stream_null.StreamNull] Returns: New builder objectbool 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.Fluent builder implementation template for gmime.stream_null.StreamNull
Fluent builder for gmime.stream_null.StreamNull
Methods