gmime.stream_mmap
Module for [StreamMmap] class
Types 3
classStreamMmap : gmime.stream.Stream
A memory-mapped #GMimeStream.
Methods
StreamMmapGidBuilder builder() static nothrowGet builder for [gmime.stream_mmap.StreamMmap] Returns: New builder objectgmime.stream_mmap.StreamMmap newWithBounds(int fd, int prot, int flags, long start, long end) static nothrowCreates a new #GMimeStreamMmap object around fd with bounds start and end.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_mmap.StreamMmap
Fluent builder for gmime.stream_mmap.StreamMmap
Methods