CompressionMethod public enum CompressionMethod : UInt16 The compression method of an Entry in a ZIP Archive. none Indicates that an Entry has no compression applied to its contents. Declaration Swift case none = 0 deflate Indicates that contents of an Entry have been compressed with a zlib compatible Deflate algorithm. Declaration Swift case deflate = 8 © 2024 IDmission. All rights reserved. (Last updated: 2024-08-27) Generated by jazzy ♪♫ v0.14.2, a Realm project.