gmime.stream_mmap
Module for [StreamMmap] class
Types 3
classStreamMmap : gmime.stream.Stream
A memory-mapped #GMimeStream.
Methods
StreamMmap self()Returns `this`, for use in `with` statements.StreamMmapGidBuilder builder()Get builder for [gmime.stream_mmap.StreamMmap] Returns: New builder objectgmime.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.Fluent builder for [gmime.stream_mmap.StreamMmap]
Methods