枚举

GioZlibCompressorFormat

自从:2.24

声明

enum Gio.ZlibCompressorFormat

描述 [src]

用于选择用于 GZlibDecompressorGZlibCompressor 的数据格式的类型。

自从:2.24

成员

G_ZLIB_COMPRESSOR_FORMAT_ZLIB

使用 zlib 标头的 Deflate 压缩。

  • 值:0
  • 自从:2.24
G_ZLIB_COMPRESSOR_FORMAT_GZIP

Gzip 文件格式。

  • 值:1
  • 自从:2.24
G_ZLIB_COMPRESSOR_FORMAT_RAW

无头部的 Deflate 压缩。

  • 值:2
  • 自从:2.24