Enumeration
GioZlibCompressorFormat
since: 2.24
Description
Used to select the type of data format to use for GZlibDecompressor
and GZlibCompressor
.
Available since: 2.24
Members
G_ZLIB_COMPRESSOR_FORMAT_ZLIB
-
Deflate compression with zlib header.
- Value:
0
- Nickname:
zlib
- Available since: 2.24
- Value:
G_ZLIB_COMPRESSOR_FORMAT_GZIP
-
Gzip file format.
- Value:
1
- Nickname:
gzip
- Available since: 2.24
- Value:
G_ZLIB_COMPRESSOR_FORMAT_RAW
-
Deflate compression with no header.
- Value:
2
- Nickname:
raw
- Available since: 2.24
- Value: