gmime.stream_mmap

Module for [StreamMmap] class

Types 3

A memory-mapped #GMimeStream.

Methods
GType _gType() @property
StreamMmap self()Returns `this`, for use in `with` statements.
StreamMmapGidBuilder builder()Get builder for [gmime.stream_mmap.StreamMmap] Returns: New builder object
gmime.stream_mmap.StreamMmap newWithBounds(int fd, int prot, int flags, long start, long end)Creates a new #GMimeStreamMmap object around fd with bounds start and end.
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.
Constructors
this(void * ptr, Flag!"Take" take)
this(int fd, int prot, int flags)Creates a new #GMimeStreamMmap object around fd.

Fluent builder for [gmime.stream_mmap.StreamMmap]

Methods