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