gmime.stream_file
Module for [StreamFile] class
Types 3
classStreamFile : gmime.stream.Stream
A #GMimeStream wrapper around standard-c FILE pointers.
Methods
StreamFileGidBuilder builder() static nothrowGet builder for [gmime.stream_file.StreamFile] Returns: New builder objectgmime.stream_file.StreamFile newWithBounds(void * fp, long start, long end) static nothrowCreates a new #GMimeStreamFile object around fp with bounds start and end.gmime.stream.Stream open(string path, string mode) staticCreates a new #GMimeStreamFile object for the specified path.bool getOwner() nothrowGets whether or not stream owns the backend FILE pointer. Returns: true if stream owns the backend FILE pointer or false otherwise.Fluent builder implementation template for gmime.stream_file.StreamFile
Fluent builder for gmime.stream_file.StreamFile
Methods