ZlibCompressor
open class ZlibCompressor(pointer: <Error class: unknown class><<Error class: unknown class>>) : Converter
GZlibCompressor
is an implementation of iface@Gio.Converter that compresses data using zlib.
Skipped during bindings generation
method
format
: Property has no getter nor settermethod
level
: Property has no getter nor setter
Constructors
Functions
Link copied to clipboard
open fun convertBytes(bytes: <Error class: unknown class>): <Error class: unknown class><<Error class: unknown class>>
Applies @converter to the data in @bytes.
Link copied to clipboard
Returns the #GZlibCompressor:file-info property.
Link copied to clipboard
Sets @file_info in @compressor. If non-null, and @compressor's #GZlibCompressor:format property is %G_ZLIB_COMPRESSOR_FORMAT_GZIP, it will be used to set the file name and modification time in the GZIP header of the compressed data.