CompressionType
public enum CompressionType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case none = "NONE"
-
Undocumented
Declaration
Swift
case gzip = "GZIP"
-
Undocumented
Declaration
Swift
case bzip2 = "BZIP2"
-
Declaration
Swift
public var description: String { get }