gmime.filter_gzip

Module for [FilterGZip] class

Types 3

A filter for compresing or decompressing a gzip stream.

Methods
GType _gType() @property
FilterGZip self()Returns `this`, for use in `with` statements.
FilterGZipGidBuilder builder()Get builder for [gmime.filter_gzip.FilterGZip] Returns: New builder object
string getComment()Gets the comment that was either previously set or retrieved when decoding a gzip stream. Returns: a string containing the comment.
string getFilename()Gets the filename that was either previously set or retrieved when decoding a gzip stream. Returns: a string containing th ename of the file.
void setComment(string comment)Sets the comment that should be used when generating the gzip header.
void setFilename(string filename)Sets the filename that should be used when generating the gzip header.
Constructors
this(void * ptr, Flag!"Take" take)
this(gmime.types.FilterGZipMode mode, int level)Creates a new gzip (or gunzip) filter.

Fluent builder for [gmime.filter_gzip.FilterGZip]

Methods