gmime.filter_gzip
Module for [FilterGZip] class
Types 3
classFilterGZip : gmime.filter.Filter
A filter for compresing or decompressing a gzip stream.
Methods
FilterGZipGidBuilder builder() static nothrowGet builder for [gmime.filter_gzip.FilterGZip] Returns: New builder objectstring getComment() nothrowGets the comment that was either previously set or retrieved when decoding a gzip stream. Returns: a string containing the comment.string getFilename() nothrowGets 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) nothrowSets the comment that should be used when generating the gzip header.void setFilename(string filename) nothrowSets 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 implementation template for gmime.filter_gzip.FilterGZip
Fluent builder for gmime.filter_gzip.FilterGZip
Methods