Global Variables
The following global variables are available globally.
-
The default chunk size when reading entry data from an archive.
Declaration
Swift
public let defaultReadChunkSize: Int -
The default chunk size when writing entry data to an archive.
Declaration
Swift
public let defaultWriteChunkSize: Int -
The default permissions for newly added entries.
Declaration
Swift
public let defaultFilePermissions: UInt16 -
The default permissions for newly added directories.
Declaration
Swift
public let defaultDirectoryPermissions: UInt16
Global Variables Reference