gmime.filter_gzip
Module for [FilterGZip] class
Types 3
classFilterGZip : gmime.filter.Filter
A filter for compresing or decompressing a gzip stream.
Methods
FilterGZip self()Returns `this`, for use in `with` statements.FilterGZipGidBuilder builder()Get builder for [gmime.filter_gzip.FilterGZip] Returns: New builder objectstring 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(gmime.types.FilterGZipMode mode, int level)Creates a new gzip (or gunzip) filter.Fluent builder for [gmime.filter_gzip.FilterGZip]
Methods