gmime.stream_null
Module for StreamNull class
Types 3
classStreamNull : gmime.stream.Stream
A #GMimeStream which has no backing store.
Methods
StreamNull self()Returns `this`, for use in `with` statements.StreamNullGidBuilder builder()Get builder for [gmime.stream_null.StreamNull] Returns: New builder objectbool 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.Fluent builder implementation template for gmime.stream_null.StreamNull
Fluent builder for gmime.stream_null.StreamNull
Methods
StreamNull build()Create object from builder. Returns: New object