BlockSize
public enum BlockSize : Int
Represents the size of the blocks in which data is split during BZip2 compression.
-
100 KB.
Declaration
Swift
case one = 1 -
200 KB.
Declaration
Swift
case two = 2 -
300 KB.
Declaration
Swift
case three = 3 -
400 KB.
Declaration
Swift
case four = 4 -
500 KB.
Declaration
Swift
case five = 5 -
600 KB.
Declaration
Swift
case six = 6 -
700 KB.
Declaration
Swift
case seven = 7 -
800 KB.
Declaration
Swift
case eight = 8 -
900 KB.
Declaration
Swift
case nine = 9
View on GitHub
BlockSize Enumeration Reference