gmime.stream_fs
Module for [StreamFs] class
Types 3
classStreamFs : gmime.stream.Stream
A #GMimeStream wrapper around POSIX file descriptors.
Methods
StreamFsGidBuilder builder() static nothrowGet builder for [gmime.stream_fs.StreamFs] Returns: New builder objectgmime.stream_fs.StreamFs newWithBounds(int fd, long start, long end) static nothrowCreates a new #GMimeStreamFs object around fd with bounds start and end.gmime.stream.Stream open(string path, int flags, int mode) staticCreates a new #GMimeStreamFs object for the specified path.bool getOwner() nothrowGets whether or not stream owns the backend file descriptor. Returns: true if stream owns the backend file descriptor or false otherwise.Fluent builder implementation template for gmime.stream_fs.StreamFs
Fluent builder for gmime.stream_fs.StreamFs