Enumerations

The following enumerations are available globally.

  • The level of zlib compression to apply. For more information, see zlib manual.

    See more

    Declaration

    Swift

    public enum CompressionLevel : Int32
  • The strategy parameter for zlib compression. The strategy is used to tune the compression algorithm, it affects the compression ratio but not the correctness of the compressed output. For more information, see zlib manual.

    See more

    Declaration

    Swift

    public enum CompressionStrategy : Int32