ZlibDecompressor
open class ZlibDecompressor(pointer: <Error class: unknown class><<Error class: unknown class>>) : Converter
GZlibDecompressor
is an implementation of iface@Gio.Converter that decompresses data compressed with zlib.
Skipped during bindings generation
method
format
: 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
Retrieves the #GFileInfo constructed from the GZIP header data of compressed data processed by @compressor, or null if @decompressor's #GZlibDecompressor:format property is not %G_ZLIB_COMPRESSOR_FORMAT_GZIP, or the header data was not fully processed yet, or it not present in the data stream at all.