gmime.stream_gio
Module for [StreamGIO] class
Types 3
classStreamGIO : gmime.stream.Stream
A #GMimeStream wrapper around GLib's GIO streams.
Methods
StreamGIOGidBuilder builder() static nothrowGet builder for [gmime.stream_gio.StreamGIO] Returns: New builder objectgmime.stream_gio.StreamGIO newWithBounds(gio.file.File file, long start, long end) static nothrowCreates a new #GMimeStreamGIO stream around a #GFile with bounds start and end.bool getOwner() nothrowGets whether or not stream owns the backend #GFile. Returns: true if stream owns the backend #GFile or false otherwise.Constructors
this(gio.file.File file)Creates a new #GMimeStreamGIO wrapper around a #GFile object.Fluent builder implementation template for gmime.stream_gio.StreamGIO
Fluent builder for gmime.stream_gio.StreamGIO