@@ -171,6 +171,42 @@ +
Decompressed data.
diff --git a/docs/Classes/Deflate.html b/docs/Classes/Deflate.html index 5249f2c9..a3e3f2c9 100644 --- a/docs/Classes/Deflate.html +++ b/docs/Classes/Deflate.html @@ -23,7 +23,7 @@ SWCompression Docs - (100% documented) + (69% documented)@@ -171,6 +171,42 @@ +
Decompressed data.
@@ -318,7 +354,7 @@ then static Huffman block will be created. diff --git a/docs/Classes/GzipArchive.html b/docs/Classes/GzipArchive.html index 294fad3e..5cc78676 100644 --- a/docs/Classes/GzipArchive.html +++ b/docs/Classes/GzipArchive.html @@ -23,7 +23,7 @@ SWCompression Docs - (100% documented) + (69% documented)@@ -171,6 +171,42 @@ +
Unarchived data.
@@ -311,7 +347,7 @@ Multi-member GZip archives are essentially several GZip archives following eachNote
wrongCRC error contains only last processed member’s data as their associated value
-instead of all successfully processed members.
+instead of all successfully processed members.
This is a known issue and it will be fixed in future major version
because solution requires backwards-incompatible API changes.
Unarchived data.
- Show on GitHub
+ Show on GitHub
diff --git a/docs/Classes/GzipArchive/Member.html b/docs/Classes/GzipArchive/Member.html
index 7ca6f68f..490f4932 100644
--- a/docs/Classes/GzipArchive/Member.html
+++ b/docs/Classes/GzipArchive/Member.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
@@ -248,7 +284,7 @@
diff --git a/docs/Classes/LZMA.html b/docs/Classes/LZMA.html
index c6b4748d..90e3bba9 100644
--- a/docs/Classes/LZMA.html
+++ b/docs/Classes/LZMA.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -249,7 +285,7 @@ It may indicate that either data is damaged or it might not be compressed with L
Decompressed data.
diff --git a/docs/Classes/LZMA2.html b/docs/Classes/LZMA2.html
index fe49a2ca..d3f54c7b 100644
--- a/docs/Classes/LZMA2.html
+++ b/docs/Classes/LZMA2.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -249,7 +285,7 @@ It may indicate that either data is damaged or it might not be compressed with L
Decompressed data.
diff --git a/docs/Classes/SevenZipContainer.html b/docs/Classes/SevenZipContainer.html
new file mode 100644
index 00000000..b982f506
--- /dev/null
+++ b/docs/Classes/SevenZipContainer.html
@@ -0,0 +1,290 @@
+
+
+
+ SevenZipContainer Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SevenZipContainer
+ Undocumented
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ open(container:)
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public static func open(container data: Data) throws -> [ContainerEntry]
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ info(container:)
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/Classes/SevenZipEntry.html b/docs/Classes/SevenZipEntry.html
new file mode 100644
index 00000000..45473155
--- /dev/null
+++ b/docs/Classes/SevenZipEntry.html
@@ -0,0 +1,472 @@
+
+
+
+ SevenZipEntry Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SevenZipEntry
+ Undocumented
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ info
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ name
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public var name: String
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ size
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public var size: Int
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ isDirectory
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public var isDirectory: Bool
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ isLink
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ linkPath
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ entryAttributes
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public var entryAttributes: [FileAttributeKey: Any]
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ dataIsAvailable
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ data()
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public func data() throws -> Data
+
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/Classes/TarContainer.html b/docs/Classes/TarContainer.html
index 34ff78bc..0eb9530f 100644
--- a/docs/Classes/TarContainer.html
+++ b/docs/Classes/TarContainer.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -254,7 +290,7 @@ but one SHOULD NOT rely on any particular order.
Array of TarEntry as an array of ContainerEntry.
diff --git a/docs/Classes/TarEntry.html b/docs/Classes/TarEntry.html
index 67dd00cc..325864d6 100644
--- a/docs/Classes/TarEntry.html
+++ b/docs/Classes/TarEntry.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -224,7 +260,7 @@
@@ -254,7 +290,7 @@
@@ -284,7 +320,7 @@
@@ -314,7 +350,7 @@
@@ -365,7 +401,7 @@
@@ -400,7 +436,7 @@
@@ -435,7 +471,7 @@
@@ -470,7 +506,7 @@
@@ -505,7 +541,7 @@
@@ -540,7 +576,7 @@
@@ -575,7 +611,7 @@
@@ -610,7 +646,7 @@
@@ -640,7 +676,7 @@
@@ -670,7 +706,7 @@
@@ -700,7 +736,7 @@
@@ -730,7 +766,7 @@
@@ -760,7 +796,7 @@
@@ -790,7 +826,7 @@
@@ -820,7 +856,7 @@
diff --git a/docs/Classes/TarEntry/EntryType.html b/docs/Classes/TarEntry/EntryType.html
index 8a71e54e..00d06bbb 100644
--- a/docs/Classes/TarEntry/EntryType.html
+++ b/docs/Classes/TarEntry/EntryType.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -223,7 +259,7 @@
@@ -257,7 +293,7 @@
@@ -291,7 +327,7 @@
@@ -325,7 +361,7 @@
@@ -359,7 +395,7 @@
@@ -393,7 +429,7 @@
@@ -427,7 +463,7 @@
@@ -461,7 +497,7 @@
@@ -495,7 +531,7 @@
@@ -529,7 +565,7 @@
@@ -563,7 +599,7 @@
diff --git a/docs/Classes/XZArchive.html b/docs/Classes/XZArchive.html
index 2900306c..f918811f 100644
--- a/docs/Classes/XZArchive.html
+++ b/docs/Classes/XZArchive.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -254,7 +290,7 @@ It may indicate that either the archive is damaged or it might not be compressed
Unarchived data.
@@ -322,7 +358,7 @@ it might not be archived with XZ or LZMA(2) at all.
Unarchived data.
diff --git a/docs/Classes/ZipContainer.html b/docs/Classes/ZipContainer.html
index 890fb0c7..83f816b8 100644
--- a/docs/Classes/ZipContainer.html
+++ b/docs/Classes/ZipContainer.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -256,7 +292,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
Array of ZipEntry as an array of ContainerEntry.
diff --git a/docs/Classes/ZipEntry.html b/docs/Classes/ZipEntry.html
index f489e549..3c9c2ff1 100644
--- a/docs/Classes/ZipEntry.html
+++ b/docs/Classes/ZipEntry.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
@@ -248,7 +284,7 @@
@@ -283,7 +319,7 @@
@@ -313,7 +349,7 @@
@@ -345,7 +381,7 @@ Otherwise, it is true if size of data is 0 AND last character of entry’s n
@@ -390,7 +426,7 @@ Otherwise, it is true if size of data is 0 AND last character of entry’s n
@@ -426,7 +462,7 @@ depending on the type of the problem. An error can indicate that container is da
diff --git a/docs/Classes/ZlibArchive.html b/docs/Classes/ZlibArchive.html
index 622802b1..72ca9fce 100644
--- a/docs/Classes/ZlibArchive.html
+++ b/docs/Classes/ZlibArchive.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -257,7 +293,7 @@ it might not be archived with Zlib or compressed with Deflate at all.
Unarchived data.
@@ -275,7 +311,7 @@ it might not be archived with Zlib or compressed with Deflate at all.
- Archives data into Zlib archive.
+
Archives data into Zlib archive.
Data will be also compressed with Deflate algorithm.
It will also be specified in archive’s header that the compressor used the slowest Deflate algorithm.
@@ -324,7 +360,7 @@ It will also be specified in archive’s header that the compressor used the
Resulting archive’s data.
diff --git a/docs/Compression.html b/docs/Compression.html
index 521d454f..c873767f 100644
--- a/docs/Compression.html
+++ b/docs/Compression.html
@@ -22,7 +22,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -170,6 +170,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -211,7 +247,7 @@
@@ -246,7 +282,7 @@
@@ -281,7 +317,7 @@
@@ -316,7 +352,7 @@
diff --git a/docs/Containers.html b/docs/Containers.html
index 9aca31f2..2648e7f9 100644
--- a/docs/Containers.html
+++ b/docs/Containers.html
@@ -22,7 +22,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -170,6 +170,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -211,7 +247,7 @@
@@ -246,7 +282,7 @@
@@ -281,7 +317,7 @@
@@ -316,7 +352,7 @@
diff --git a/docs/Enums/BZip2Error.html b/docs/Enums/BZip2Error.html
index 26a2eaf1..d80052fb 100644
--- a/docs/Enums/BZip2Error.html
+++ b/docs/Enums/BZip2Error.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -253,7 +289,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -287,7 +323,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -321,7 +357,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -355,7 +391,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -389,7 +425,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -423,7 +459,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -457,7 +493,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -491,7 +527,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -526,7 +562,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/Enums/DeflateError.html b/docs/Enums/DeflateError.html
index e636f345..b67fdde7 100644
--- a/docs/Enums/DeflateError.html
+++ b/docs/Enums/DeflateError.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -253,7 +289,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -287,7 +323,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -321,7 +357,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
diff --git a/docs/Enums/GzipError.html b/docs/Enums/GzipError.html
index d01cc672..86326f92 100644
--- a/docs/Enums/GzipError.html
+++ b/docs/Enums/GzipError.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
@@ -253,7 +289,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
@@ -288,7 +324,7 @@ that archive uses a newer version of GZip format.
@@ -322,7 +358,7 @@ that archive uses a newer version of GZip format.
@@ -357,7 +393,7 @@ Associated value of the error contains already decompressed data.
@@ -391,7 +427,7 @@ Associated value of the error contains already decompressed data.
@@ -425,7 +461,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/Enums/LZMA2Error.html b/docs/Enums/LZMA2Error.html
index 2cdbab12..7c9814e3 100644
--- a/docs/Enums/LZMA2Error.html
+++ b/docs/Enums/LZMA2Error.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -253,7 +289,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -287,7 +323,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -321,7 +357,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -356,7 +392,7 @@ amount of compressed data read is different from the one stored in LZMA2 packet.
diff --git a/docs/Enums/LZMAError.html b/docs/Enums/LZMAError.html
index b123e567..b27dda47 100644
--- a/docs/Enums/LZMAError.html
+++ b/docs/Enums/LZMAError.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -253,7 +289,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -287,7 +323,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -321,7 +357,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -355,7 +391,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -389,7 +425,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -423,7 +459,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -457,7 +493,7 @@ It may indicate that either data is damaged or it might not be compressed with L
diff --git a/docs/Enums/SevenZipError.html b/docs/Enums/SevenZipError.html
new file mode 100644
index 00000000..c8380857
--- /dev/null
+++ b/docs/Enums/SevenZipError.html
@@ -0,0 +1,1093 @@
+
+
+
+ SevenZipError Enum Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SevenZipError
+ Undocumented
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongSignature
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongVersion
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongStartHeaderCRC
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongHeaderSize
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongPropertyID
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongHeaderCRC
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongExternal
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ reservedCodecFlags
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ unknownNumFolders
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongEnd
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ externalNotSupported
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ altMethodsNotSupported
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongStreamsNumber
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ multiStreamNotSupported
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ compressionNotSupported
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongDataSize
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongCRC
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongCoderProperties
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ noPackInfo
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongFileProperty
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongFileNameLength
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongFileNames
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ startPosNotSupported
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ incompleteProperty
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ additionalStreamsNotSupported
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ noFileSize
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ notEnoughFolders
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ notEnoughStreams
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ noStreamFound
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ noPackInfoFound
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ streamOverread
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ dataIsUnavailable
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ encryptionNotSupported
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/Enums/TarError.html b/docs/Enums/TarError.html
index 09096368..c49caf2c 100644
--- a/docs/Enums/TarError.html
+++ b/docs/Enums/TarError.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -253,7 +289,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -287,7 +323,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -321,7 +357,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -355,7 +391,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -389,7 +425,7 @@ It may indicate that either container is damaged or it might not be TAR containe
diff --git a/docs/Enums/XZError.html b/docs/Enums/XZError.html
index 403c9e4d..23d9342e 100644
--- a/docs/Enums/XZError.html
+++ b/docs/Enums/XZError.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
@@ -253,7 +289,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
@@ -288,7 +324,7 @@ that archive uses a newer version of XZ format.
@@ -322,7 +358,7 @@ that archive uses a newer version of XZ format.
@@ -356,7 +392,7 @@ that archive uses a newer version of XZ format.
@@ -390,7 +426,7 @@ that archive uses a newer version of XZ format.
@@ -425,7 +461,7 @@ amount of compressed data read is different from the one stored in archive.
@@ -460,7 +496,7 @@ Associated value of the error contains already decompressed data.
@@ -494,7 +530,7 @@ Associated value of the error contains already decompressed data.
@@ -528,7 +564,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/Enums/ZipError.html b/docs/Enums/ZipError.html
index ec9230da..522eab01 100644
--- a/docs/Enums/ZipError.html
+++ b/docs/Enums/ZipError.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -253,7 +289,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -287,7 +323,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -321,7 +357,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -355,7 +391,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -389,7 +425,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -423,7 +459,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -457,7 +493,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -491,7 +527,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -526,7 +562,7 @@ Associated value of the error contains entry’s data.
@@ -560,7 +596,7 @@ Associated value of the error contains entry’s data.
diff --git a/docs/Enums/ZlibError.html b/docs/Enums/ZlibError.html
index 9dfa2b82..862450c9 100644
--- a/docs/Enums/ZlibError.html
+++ b/docs/Enums/ZlibError.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -253,7 +289,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -287,7 +323,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -321,7 +357,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -356,7 +392,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/Errors.html b/docs/Errors.html
index 8aba76a1..93205e9e 100644
--- a/docs/Errors.html
+++ b/docs/Errors.html
@@ -22,7 +22,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -170,6 +170,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -212,7 +248,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -248,7 +284,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -284,7 +320,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
@@ -320,7 +356,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -356,7 +392,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -399,7 +435,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -435,7 +471,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
@@ -471,7 +507,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -507,7 +543,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
diff --git a/docs/Other Classes.html b/docs/Other Classes.html
new file mode 100644
index 00000000..3025fcd6
--- /dev/null
+++ b/docs/Other Classes.html
@@ -0,0 +1,288 @@
+
+
+
+ Other Classes Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Other Classes
+ The following classes are available globally.
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ SevenZipContainer
+
+
+
+
+
+
+
+ Undocumented
+
+ See more
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ SevenZipEntry
+
+
+
+
+
+
+
+ Undocumented
+
+ See more
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/Other Enums.html b/docs/Other Enums.html
new file mode 100644
index 00000000..fa0b7d5a
--- /dev/null
+++ b/docs/Other Enums.html
@@ -0,0 +1,268 @@
+
+
+
+ Other Enums Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Other Enums
+ The following enums are available globally.
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ SevenZipError
+
+
+
+
+
+
+
+ Undocumented
+
+ See more
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/Other Structs.html b/docs/Other Structs.html
new file mode 100644
index 00000000..e66c7efa
--- /dev/null
+++ b/docs/Other Structs.html
@@ -0,0 +1,261 @@
+
+
+
+ Other Structs Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Other Structs
+ The following structs are available globally.
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ SevenZipEntryInfo
+
+
+
+
+
+
+
+ Undocumented
+
+ See more
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/Protocols.html b/docs/Protocols.html
index 485111bb..e5a834e4 100644
--- a/docs/Protocols.html
+++ b/docs/Protocols.html
@@ -22,7 +22,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -170,6 +170,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -211,7 +247,7 @@
@@ -242,7 +278,7 @@
@@ -273,7 +309,7 @@
@@ -304,7 +340,7 @@
diff --git a/docs/Protocols/Archive.html b/docs/Protocols/Archive.html
index 9eb2c704..23b10f1a 100644
--- a/docs/Protocols/Archive.html
+++ b/docs/Protocols/Archive.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
diff --git a/docs/Protocols/Container.html b/docs/Protocols/Container.html
index 7db7fa00..4dd22eed 100644
--- a/docs/Protocols/Container.html
+++ b/docs/Protocols/Container.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
diff --git a/docs/Protocols/ContainerEntry.html b/docs/Protocols/ContainerEntry.html
index 37460921..90114ac7 100644
--- a/docs/Protocols/ContainerEntry.html
+++ b/docs/Protocols/ContainerEntry.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
@@ -248,7 +284,7 @@
@@ -278,7 +314,7 @@
@@ -314,7 +350,7 @@
@@ -344,7 +380,7 @@
diff --git a/docs/Protocols/DecompressionAlgorithm.html b/docs/Protocols/DecompressionAlgorithm.html
index f6a8c7b7..bdf9b2e8 100644
--- a/docs/Protocols/DecompressionAlgorithm.html
+++ b/docs/Protocols/DecompressionAlgorithm.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
diff --git a/docs/Structs/GzipHeader.html b/docs/Structs/GzipHeader.html
index f8c38add..078ce590 100644
--- a/docs/Structs/GzipHeader.html
+++ b/docs/Structs/GzipHeader.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@
@@ -250,7 +286,7 @@
@@ -280,7 +316,7 @@
@@ -312,7 +348,7 @@ then this property is nil.
@@ -342,7 +378,7 @@ then this property is nil.
@@ -372,7 +408,7 @@ then this property is nil.
@@ -402,7 +438,7 @@ then this property is nil.
@@ -432,7 +468,7 @@ then this property is nil.
@@ -489,7 +525,7 @@ it might not be archived with GZip at all.
diff --git a/docs/Structs/GzipHeader/CompressionMethod.html b/docs/Structs/GzipHeader/CompressionMethod.html
index 25266d0f..1b9b44ce 100644
--- a/docs/Structs/GzipHeader/CompressionMethod.html
+++ b/docs/Structs/GzipHeader/CompressionMethod.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
diff --git a/docs/Structs/GzipHeader/FileSystemType.html b/docs/Structs/GzipHeader/FileSystemType.html
index 15a6aaa8..975b0103 100644
--- a/docs/Structs/GzipHeader/FileSystemType.html
+++ b/docs/Structs/GzipHeader/FileSystemType.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -223,7 +259,7 @@
@@ -257,7 +293,7 @@
@@ -291,7 +327,7 @@
@@ -325,7 +361,7 @@
@@ -359,7 +395,7 @@
diff --git a/docs/Structs/SevenZipEntryInfo.html b/docs/Structs/SevenZipEntryInfo.html
new file mode 100644
index 00000000..4e6b2cb2
--- /dev/null
+++ b/docs/Structs/SevenZipEntryInfo.html
@@ -0,0 +1,616 @@
+
+
+
+ SevenZipEntryInfo Struct Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SevenZipEntryInfo
+ Undocumented
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Permissions
+
+
+
+
+
+
+
+ Undocumented
+
+ See more
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ DosAttributes
+
+
+
+
+
+
+
+ Undocumented
+
+ See more
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ UnixType
+
+
+
+
+
+
+
+ Undocumented
+
+ See more
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ name
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ size
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ isDirectory
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ accessTime
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ creationTime
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ modificationTime
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ winAttributes
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ permissions
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ dosAttributes
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ unixType
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ hasStream
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ isEmpty
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ isAnti
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ crc
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/Structs/SevenZipEntryInfo/DosAttributes.html b/docs/Structs/SevenZipEntryInfo/DosAttributes.html
new file mode 100644
index 00000000..8bbf6334
--- /dev/null
+++ b/docs/Structs/SevenZipEntryInfo/DosAttributes.html
@@ -0,0 +1,448 @@
+
+
+
+ DosAttributes Struct Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DosAttributes
+ Undocumented
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ rawValue
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public let rawValue: UInt32
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ init(rawValue:)
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public init(rawValue: UInt32)
+
+
+
+
+ Parameters
+
+
+
+
+
+ rawValue
+
+
+
+
+
+
+
+
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ archive
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ directory
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ volume
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ system
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ hidden
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ readOnly
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/Structs/SevenZipEntryInfo/Permissions.html b/docs/Structs/SevenZipEntryInfo/Permissions.html
new file mode 100644
index 00000000..7c544fed
--- /dev/null
+++ b/docs/Structs/SevenZipEntryInfo/Permissions.html
@@ -0,0 +1,580 @@
+
+
+
+ Permissions Struct Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Permissions
+ Undocumented
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ rawValue
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public let rawValue: UInt32
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ init(rawValue:)
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public init(rawValue: UInt32)
+
+
+
+
+ Parameters
+
+
+
+
+
+ rawValue
+
+
+
+
+
+
+
+
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ setuid
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ setgid
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ sticky
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ readOwner
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ writeOwner
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ executeOwner
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ readGroup
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ writeGroup
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ executeGroup
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ readOther
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ writeOther
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ executeOther
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/Structs/SevenZipEntryInfo/UnixType.html b/docs/Structs/SevenZipEntryInfo/UnixType.html
new file mode 100644
index 00000000..a903618c
--- /dev/null
+++ b/docs/Structs/SevenZipEntryInfo/UnixType.html
@@ -0,0 +1,417 @@
+
+
+
+ UnixType Enum Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UnixType
+ Undocumented
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ fifo
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ characterSpecial
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ directory
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ blockSpecial
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ regular
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ symbolicLink
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ socket
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/Structs/ZlibHeader.html b/docs/Structs/ZlibHeader.html
index f5be602a..8db9e350 100644
--- a/docs/Structs/ZlibHeader.html
+++ b/docs/Structs/ZlibHeader.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@
@@ -250,7 +286,7 @@
@@ -280,7 +316,7 @@
@@ -310,7 +346,7 @@
@@ -340,7 +376,7 @@
@@ -397,7 +433,7 @@ it might not be archived with Zlib at all.
diff --git a/docs/Structs/ZlibHeader/CompressionLevel.html b/docs/Structs/ZlibHeader/CompressionLevel.html
index b90a15be..d2762e15 100644
--- a/docs/Structs/ZlibHeader/CompressionLevel.html
+++ b/docs/Structs/ZlibHeader/CompressionLevel.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
@@ -252,7 +288,7 @@
@@ -286,7 +322,7 @@
@@ -320,7 +356,7 @@
diff --git a/docs/Structs/ZlibHeader/CompressionMethod.html b/docs/Structs/ZlibHeader/CompressionMethod.html
index 104b27e1..564e63ca 100644
--- a/docs/Structs/ZlibHeader/CompressionMethod.html
+++ b/docs/Structs/ZlibHeader/CompressionMethod.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
diff --git a/docs/badge.svg b/docs/badge.svg
index 2606d804..9ec9bd92 100644
--- a/docs/badge.svg
+++ b/docs/badge.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Archives.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Archives.html
index 90a5b9c6..e9b526cb 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Archives.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Archives.html
@@ -22,7 +22,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -170,6 +170,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -211,7 +247,7 @@
@@ -246,7 +282,7 @@
@@ -281,7 +317,7 @@
@@ -316,7 +352,7 @@
@@ -351,7 +387,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/BZip2.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/BZip2.html
index 87b6742c..4368d429 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/BZip2.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/BZip2.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -249,7 +285,7 @@ It may indicate that either data is damaged or it might not be compressed with B
Decompressed data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/Deflate.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/Deflate.html
index 5249f2c9..a3e3f2c9 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/Deflate.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/Deflate.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -254,7 +290,7 @@ It may indicate that either data is damaged or it might not be compressed with D
Decompressed data.
@@ -318,7 +354,7 @@ then static Huffman block will be created.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive.html
index 294fad3e..5cc78676 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@
@@ -288,7 +324,7 @@ it might not be archived with GZip or compressed with Deflate at all.
Unarchived data.
@@ -311,7 +347,7 @@ Multi-member GZip archives are essentially several GZip archives following each
Note
wrongCRC error contains only last processed member’s data as their associated value
-instead of all successfully processed members.
+instead of all successfully processed members.
This is a known issue and it will be fixed in future major version
because solution requires backwards-incompatible API changes.
@@ -357,7 +393,7 @@ it might not be archived with GZip or compressed with Deflate at all.
Unarchived data.
@@ -500,7 +536,7 @@ then
- Show on GitHub
+ Show on GitHub
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive/Member.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive/Member.html
index 7ca6f68f..490f4932 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive/Member.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive/Member.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
@@ -248,7 +284,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA.html
index c6b4748d..90e3bba9 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -249,7 +285,7 @@ It may indicate that either data is damaged or it might not be compressed with L
Decompressed data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA2.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA2.html
index fe49a2ca..d3f54c7b 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA2.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA2.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -249,7 +285,7 @@ It may indicate that either data is damaged or it might not be compressed with L
Decompressed data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/SevenZipContainer.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/SevenZipContainer.html
new file mode 100644
index 00000000..b982f506
--- /dev/null
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/SevenZipContainer.html
@@ -0,0 +1,290 @@
+
+
+
+ SevenZipContainer Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SevenZipContainer
+ Undocumented
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ open(container:)
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public static func open(container data: Data) throws -> [ContainerEntry]
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ info(container:)
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/SevenZipEntry.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/SevenZipEntry.html
new file mode 100644
index 00000000..45473155
--- /dev/null
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/SevenZipEntry.html
@@ -0,0 +1,472 @@
+
+
+
+ SevenZipEntry Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SevenZipEntry
+ Undocumented
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ info
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ name
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public var name: String
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ size
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public var size: Int
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ isDirectory
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public var isDirectory: Bool
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ isLink
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ linkPath
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ entryAttributes
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public var entryAttributes: [FileAttributeKey: Any]
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ dataIsAvailable
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ data()
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public func data() throws -> Data
+
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarContainer.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarContainer.html
index 34ff78bc..0eb9530f 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarContainer.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarContainer.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -254,7 +290,7 @@ but one SHOULD NOT rely on any particular order.
Array of TarEntry as an array of ContainerEntry.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry.html
index 67dd00cc..325864d6 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -224,7 +260,7 @@
@@ -254,7 +290,7 @@
@@ -284,7 +320,7 @@
@@ -314,7 +350,7 @@
@@ -365,7 +401,7 @@
@@ -400,7 +436,7 @@
@@ -435,7 +471,7 @@
@@ -470,7 +506,7 @@
@@ -505,7 +541,7 @@
@@ -540,7 +576,7 @@
@@ -575,7 +611,7 @@
@@ -610,7 +646,7 @@
@@ -640,7 +676,7 @@
@@ -670,7 +706,7 @@
@@ -700,7 +736,7 @@
@@ -730,7 +766,7 @@
@@ -760,7 +796,7 @@
@@ -790,7 +826,7 @@
@@ -820,7 +856,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry/EntryType.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry/EntryType.html
index 8a71e54e..00d06bbb 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry/EntryType.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/TarEntry/EntryType.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -223,7 +259,7 @@
@@ -257,7 +293,7 @@
@@ -291,7 +327,7 @@
@@ -325,7 +361,7 @@
@@ -359,7 +395,7 @@
@@ -393,7 +429,7 @@
@@ -427,7 +463,7 @@
@@ -461,7 +497,7 @@
@@ -495,7 +531,7 @@
@@ -529,7 +565,7 @@
@@ -563,7 +599,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/XZArchive.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/XZArchive.html
index 2900306c..f918811f 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/XZArchive.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/XZArchive.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -254,7 +290,7 @@ It may indicate that either the archive is damaged or it might not be compressed
Unarchived data.
@@ -322,7 +358,7 @@ it might not be archived with XZ or LZMA(2) at all.
Unarchived data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipContainer.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipContainer.html
index 890fb0c7..83f816b8 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipContainer.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipContainer.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -256,7 +292,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
Array of ZipEntry as an array of ContainerEntry.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipEntry.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipEntry.html
index f489e549..3c9c2ff1 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipEntry.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipEntry.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
@@ -248,7 +284,7 @@
@@ -283,7 +319,7 @@
@@ -313,7 +349,7 @@
@@ -345,7 +381,7 @@ Otherwise, it is true if size of data is 0 AND last character of entry’s n
@@ -390,7 +426,7 @@ Otherwise, it is true if size of data is 0 AND last character of entry’s n
@@ -426,7 +462,7 @@ depending on the type of the problem. An error can indicate that container is da
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZlibArchive.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZlibArchive.html
index 622802b1..72ca9fce 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZlibArchive.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZlibArchive.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -257,7 +293,7 @@ it might not be archived with Zlib or compressed with Deflate at all.
Unarchived data.
@@ -275,7 +311,7 @@ it might not be archived with Zlib or compressed with Deflate at all.
- Archives data into Zlib archive.
+
Archives data into Zlib archive.
Data will be also compressed with Deflate algorithm.
It will also be specified in archive’s header that the compressor used the slowest Deflate algorithm.
@@ -324,7 +360,7 @@ It will also be specified in archive’s header that the compressor used the
Resulting archive’s data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Compression.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Compression.html
index 521d454f..c873767f 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Compression.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Compression.html
@@ -22,7 +22,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -170,6 +170,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -211,7 +247,7 @@
@@ -246,7 +282,7 @@
@@ -281,7 +317,7 @@
@@ -316,7 +352,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Containers.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Containers.html
index 9aca31f2..2648e7f9 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Containers.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Containers.html
@@ -22,7 +22,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -170,6 +170,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -211,7 +247,7 @@
@@ -246,7 +282,7 @@
@@ -281,7 +317,7 @@
@@ -316,7 +352,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/BZip2Error.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/BZip2Error.html
index 26a2eaf1..d80052fb 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/BZip2Error.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/BZip2Error.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -253,7 +289,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -287,7 +323,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -321,7 +357,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -355,7 +391,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -389,7 +425,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -423,7 +459,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -457,7 +493,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -491,7 +527,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -526,7 +562,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/DeflateError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/DeflateError.html
index e636f345..b67fdde7 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/DeflateError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/DeflateError.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -253,7 +289,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -287,7 +323,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -321,7 +357,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/GzipError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/GzipError.html
index d01cc672..86326f92 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/GzipError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/GzipError.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
@@ -253,7 +289,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
@@ -288,7 +324,7 @@ that archive uses a newer version of GZip format.
@@ -322,7 +358,7 @@ that archive uses a newer version of GZip format.
@@ -357,7 +393,7 @@ Associated value of the error contains already decompressed data.
@@ -391,7 +427,7 @@ Associated value of the error contains already decompressed data.
@@ -425,7 +461,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMA2Error.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMA2Error.html
index 2cdbab12..7c9814e3 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMA2Error.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMA2Error.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -253,7 +289,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -287,7 +323,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -321,7 +357,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -356,7 +392,7 @@ amount of compressed data read is different from the one stored in LZMA2 packet.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMAError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMAError.html
index b123e567..b27dda47 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMAError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMAError.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -253,7 +289,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -287,7 +323,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -321,7 +357,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -355,7 +391,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -389,7 +425,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -423,7 +459,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -457,7 +493,7 @@ It may indicate that either data is damaged or it might not be compressed with L
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/SevenZipError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/SevenZipError.html
new file mode 100644
index 00000000..c8380857
--- /dev/null
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/SevenZipError.html
@@ -0,0 +1,1093 @@
+
+
+
+ SevenZipError Enum Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SevenZipError
+ Undocumented
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongSignature
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongVersion
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongStartHeaderCRC
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongHeaderSize
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongPropertyID
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongHeaderCRC
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongExternal
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ reservedCodecFlags
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ unknownNumFolders
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongEnd
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ externalNotSupported
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ altMethodsNotSupported
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongStreamsNumber
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ multiStreamNotSupported
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ compressionNotSupported
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongDataSize
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongCRC
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongCoderProperties
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ noPackInfo
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongFileProperty
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongFileNameLength
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ wrongFileNames
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ startPosNotSupported
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ incompleteProperty
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ additionalStreamsNotSupported
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ noFileSize
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ notEnoughFolders
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ notEnoughStreams
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ noStreamFound
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ noPackInfoFound
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ streamOverread
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ dataIsUnavailable
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ encryptionNotSupported
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/TarError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/TarError.html
index 09096368..c49caf2c 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/TarError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/TarError.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -253,7 +289,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -287,7 +323,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -321,7 +357,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -355,7 +391,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -389,7 +425,7 @@ It may indicate that either container is damaged or it might not be TAR containe
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/XZError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/XZError.html
index 403c9e4d..23d9342e 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/XZError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/XZError.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
@@ -253,7 +289,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
@@ -288,7 +324,7 @@ that archive uses a newer version of XZ format.
@@ -322,7 +358,7 @@ that archive uses a newer version of XZ format.
@@ -356,7 +392,7 @@ that archive uses a newer version of XZ format.
@@ -390,7 +426,7 @@ that archive uses a newer version of XZ format.
@@ -425,7 +461,7 @@ amount of compressed data read is different from the one stored in archive.
@@ -460,7 +496,7 @@ Associated value of the error contains already decompressed data.
@@ -494,7 +530,7 @@ Associated value of the error contains already decompressed data.
@@ -528,7 +564,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZipError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZipError.html
index ec9230da..522eab01 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZipError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZipError.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -253,7 +289,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -287,7 +323,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -321,7 +357,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -355,7 +391,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -389,7 +425,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -423,7 +459,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -457,7 +493,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -491,7 +527,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -526,7 +562,7 @@ Associated value of the error contains entry’s data.
@@ -560,7 +596,7 @@ Associated value of the error contains entry’s data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZlibError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZlibError.html
index 9dfa2b82..862450c9 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZlibError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZlibError.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -253,7 +289,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -287,7 +323,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -321,7 +357,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
@@ -356,7 +392,7 @@ Associated value of the error contains already decompressed data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Errors.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Errors.html
index 8aba76a1..93205e9e 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Errors.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Errors.html
@@ -22,7 +22,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -170,6 +170,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -212,7 +248,7 @@ It may indicate that either data is damaged or it might not be compressed with B
@@ -248,7 +284,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -284,7 +320,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
@@ -320,7 +356,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -356,7 +392,7 @@ It may indicate that either data is damaged or it might not be compressed with L
@@ -399,7 +435,7 @@ It may indicate that either container is damaged or it might not be TAR containe
@@ -435,7 +471,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
@@ -471,7 +507,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
@@ -507,7 +543,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Other Classes.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Other Classes.html
new file mode 100644
index 00000000..3025fcd6
--- /dev/null
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Other Classes.html
@@ -0,0 +1,288 @@
+
+
+
+ Other Classes Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Other Classes
+ The following classes are available globally.
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ SevenZipContainer
+
+
+
+
+
+
+
+ Undocumented
+
+ See more
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ SevenZipEntry
+
+
+
+
+
+
+
+ Undocumented
+
+ See more
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Other Enums.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Other Enums.html
new file mode 100644
index 00000000..fa0b7d5a
--- /dev/null
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Other Enums.html
@@ -0,0 +1,268 @@
+
+
+
+ Other Enums Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Other Enums
+ The following enums are available globally.
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ SevenZipError
+
+
+
+
+
+
+
+ Undocumented
+
+ See more
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Other Structs.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Other Structs.html
new file mode 100644
index 00000000..e66c7efa
--- /dev/null
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Other Structs.html
@@ -0,0 +1,261 @@
+
+
+
+ Other Structs Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Other Structs
+ The following structs are available globally.
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ SevenZipEntryInfo
+
+
+
+
+
+
+
+ Undocumented
+
+ See more
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html
index 485111bb..e5a834e4 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html
@@ -22,7 +22,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -170,6 +170,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -211,7 +247,7 @@
@@ -242,7 +278,7 @@
@@ -273,7 +309,7 @@
@@ -304,7 +340,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Archive.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Archive.html
index 9eb2c704..23b10f1a 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Archive.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Archive.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Container.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Container.html
index 7db7fa00..4dd22eed 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Container.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Container.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/ContainerEntry.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/ContainerEntry.html
index 37460921..90114ac7 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/ContainerEntry.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/ContainerEntry.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
@@ -248,7 +284,7 @@
@@ -278,7 +314,7 @@
@@ -314,7 +350,7 @@
@@ -344,7 +380,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/DecompressionAlgorithm.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/DecompressionAlgorithm.html
index f6a8c7b7..bdf9b2e8 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/DecompressionAlgorithm.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/DecompressionAlgorithm.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader.html
index f8c38add..078ce590 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@
@@ -250,7 +286,7 @@
@@ -280,7 +316,7 @@
@@ -312,7 +348,7 @@ then this property is nil.
@@ -342,7 +378,7 @@ then this property is nil.
@@ -372,7 +408,7 @@ then this property is nil.
@@ -402,7 +438,7 @@ then this property is nil.
@@ -432,7 +468,7 @@ then this property is nil.
@@ -489,7 +525,7 @@ it might not be archived with GZip at all.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/CompressionMethod.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/CompressionMethod.html
index 25266d0f..1b9b44ce 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/CompressionMethod.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/CompressionMethod.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/FileSystemType.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/FileSystemType.html
index 15a6aaa8..975b0103 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/FileSystemType.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader/FileSystemType.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -223,7 +259,7 @@
@@ -257,7 +293,7 @@
@@ -291,7 +327,7 @@
@@ -325,7 +361,7 @@
@@ -359,7 +395,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/SevenZipEntryInfo.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/SevenZipEntryInfo.html
new file mode 100644
index 00000000..4e6b2cb2
--- /dev/null
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/SevenZipEntryInfo.html
@@ -0,0 +1,616 @@
+
+
+
+ SevenZipEntryInfo Struct Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SevenZipEntryInfo
+ Undocumented
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Permissions
+
+
+
+
+
+
+
+ Undocumented
+
+ See more
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ DosAttributes
+
+
+
+
+
+
+
+ Undocumented
+
+ See more
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ UnixType
+
+
+
+
+
+
+
+ Undocumented
+
+ See more
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ name
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ size
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ isDirectory
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ accessTime
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ creationTime
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ modificationTime
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ winAttributes
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ permissions
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ dosAttributes
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ unixType
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ hasStream
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ isEmpty
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ isAnti
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ crc
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/SevenZipEntryInfo/DosAttributes.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/SevenZipEntryInfo/DosAttributes.html
new file mode 100644
index 00000000..8bbf6334
--- /dev/null
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/SevenZipEntryInfo/DosAttributes.html
@@ -0,0 +1,448 @@
+
+
+
+ DosAttributes Struct Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DosAttributes
+ Undocumented
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ rawValue
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public let rawValue: UInt32
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ init(rawValue:)
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public init(rawValue: UInt32)
+
+
+
+
+ Parameters
+
+
+
+
+
+ rawValue
+
+
+
+
+
+
+
+
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ archive
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ directory
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ volume
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ system
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ hidden
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ readOnly
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/SevenZipEntryInfo/Permissions.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/SevenZipEntryInfo/Permissions.html
new file mode 100644
index 00000000..7c544fed
--- /dev/null
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/SevenZipEntryInfo/Permissions.html
@@ -0,0 +1,580 @@
+
+
+
+ Permissions Struct Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Permissions
+ Undocumented
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ rawValue
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public let rawValue: UInt32
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ init(rawValue:)
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+ Swift
+ public init(rawValue: UInt32)
+
+
+
+
+ Parameters
+
+
+
+
+
+ rawValue
+
+
+
+
+
+
+
+
+
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ setuid
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ setgid
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ sticky
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ readOwner
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ writeOwner
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ executeOwner
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ readGroup
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ writeGroup
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ executeGroup
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ readOther
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ writeOther
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+ -
+
+
+
+
+ executeOther
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/SevenZipEntryInfo/UnixType.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/SevenZipEntryInfo/UnixType.html
new file mode 100644
index 00000000..a903618c
--- /dev/null
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/SevenZipEntryInfo/UnixType.html
@@ -0,0 +1,417 @@
+
+
+
+ UnixType Enum Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWCompression Docs
+
+ (69% documented)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UnixType
+ Undocumented
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ fifo
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ characterSpecial
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ directory
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ blockSpecial
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ regular
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ symbolicLink
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ socket
+
+
+
+
+
+
+
+ Undocumented
+
+
+
+ Show on GitHub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader.html
index f5be602a..8db9e350 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -219,7 +255,7 @@
@@ -250,7 +286,7 @@
@@ -280,7 +316,7 @@
@@ -310,7 +346,7 @@
@@ -340,7 +376,7 @@
@@ -397,7 +433,7 @@ it might not be archived with Zlib at all.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionLevel.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionLevel.html
index b90a15be..d2762e15 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionLevel.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionLevel.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
@@ -252,7 +288,7 @@
@@ -286,7 +322,7 @@
@@ -320,7 +356,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionMethod.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionMethod.html
index 104b27e1..564e63ca 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionMethod.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader/CompressionMethod.html
@@ -23,7 +23,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -171,6 +171,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -218,7 +254,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/index.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/index.html
index e34c3c87..1a654460 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/index.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/index.html
@@ -22,7 +22,7 @@
SWCompression Docs
- (100% documented)
+ (69% documented)
@@ -170,6 +170,42 @@
+
+ Other Classes
+
+
+
+ Other Enums
+
+
+
+ Other Structs
+
+
@@ -183,7 +219,7 @@
-
+
@@ -395,6 +431,7 @@ It is intended to fix this problem, but solution requires backwards-incompatible
Wikipedia article about TAR
Pax specification
Basic TAR specification
+Apache Commons Compress
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/search.json b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/search.json
index b4c2e00e..b0ad85e4 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/search.json
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/search.json
@@ -1 +1 @@
-{"Protocols/DecompressionAlgorithm.html#/s:ZFP13SWCompression22DecompressionAlgorithm10decompressFzT4dataV10Foundation4Data_S2_":{"name":"decompress(data:)","abstract":"Decompress data compressed with particular algorithm.
","parent_name":"DecompressionAlgorithm"},"Protocols/ContainerEntry.html#/s:vP13SWCompression14ContainerEntry4nameSS":{"name":"name","abstract":"Retrieve name of the entry from the container.
","parent_name":"ContainerEntry"},"Protocols/ContainerEntry.html#/s:vP13SWCompression14ContainerEntry4sizeSi":{"name":"size","abstract":"Retrieve size of the entry’s data from the container.
","parent_name":"ContainerEntry"},"Protocols/ContainerEntry.html#/s:vP13SWCompression14ContainerEntry11isDirectorySb":{"name":"isDirectory","abstract":"Check if entry is a directory.
","parent_name":"ContainerEntry"},"Protocols/ContainerEntry.html#/s:vP13SWCompression14ContainerEntry15entryAttributesGVs10DictionaryVSC16FileAttributeKeyP__":{"name":"entryAttributes","abstract":"Provides a dictionary with various attributes of the entry.","parent_name":"ContainerEntry"},"Protocols/ContainerEntry.html#/s:FP13SWCompression14ContainerEntry4dataFzT_V10Foundation4Data":{"name":"data()","abstract":"
Retrieve entry’s data from the container.
","parent_name":"ContainerEntry"},"Protocols/Container.html#/s:ZFP13SWCompression9Container4openFzT9containerV10Foundation4Data_GSaPS_14ContainerEntry__":{"name":"open(container:)","abstract":"Retrieve all the entries from the container.
","parent_name":"Container"},"Protocols/Archive.html#/s:ZFP13SWCompression7Archive9unarchiveFzT7archiveV10Foundation4Data_S2_":{"name":"unarchive(archive:)","abstract":"Unarchive data from the archive.
","parent_name":"Archive"},"Protocols/Archive.html":{"name":"Archive","abstract":"A type that represents an archive.
"},"Protocols/Container.html":{"name":"Container","abstract":"A type that represents a container of files, directories and/or other data.
"},"Protocols/ContainerEntry.html":{"name":"ContainerEntry","abstract":"A type that represents an entry from a container (file or directory) with attributes.
"},"Protocols/DecompressionAlgorithm.html":{"name":"DecompressionAlgorithm","abstract":"A type that provides an implementation of a particular decompression algorithm.
"},"Enums/ZlibError.html#/s:FO13SWCompression9ZlibError22wrongCompressionMethodFMS0_S0_":{"name":"wrongCompressionMethod","abstract":"Compression method used in archive is different from Deflate, which is the only supported one.
","parent_name":"ZlibError"},"Enums/ZlibError.html#/s:FO13SWCompression9ZlibError20wrongCompressionInfoFMS0_S0_":{"name":"wrongCompressionInfo","abstract":"Compression info has value incompatible with Deflate compression method.
","parent_name":"ZlibError"},"Enums/ZlibError.html#/s:FO13SWCompression9ZlibError11wrongFcheckFMS0_S0_":{"name":"wrongFcheck","abstract":"First two bytes of archive’s flags are inconsistent with each other.
","parent_name":"ZlibError"},"Enums/ZlibError.html#/s:FO13SWCompression9ZlibError21wrongCompressionLevelFMS0_S0_":{"name":"wrongCompressionLevel","abstract":"Compression level has value, which is different from the supported ones.
","parent_name":"ZlibError"},"Enums/ZlibError.html#/s:FO13SWCompression9ZlibError12wrongAdler32FMS0_FV10Foundation4DataS0_":{"name":"wrongAdler32","abstract":"Computed checksum of uncompressed data doesn’t match the value stored in archive.","parent_name":"ZlibError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError27notFoundCentralDirectoryEndFMS0_S0_":{"name":"notFoundCentralDirectoryEnd","abstract":"
End of Central Directoty record wasn’t found.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError14wrongSignatureFMS0_S0_":{"name":"wrongSignature","abstract":"Wrong signature of one of container’s structures.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError9wrongSizeFMS0_S0_":{"name":"wrongSize","abstract":"Wrong either compressed or uncompressed size of a container’s entry.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError12wrongVersionFMS0_S0_":{"name":"wrongVersion","abstract":"Version needed to process container is unsupported.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError24multiVolumesNotSupportedFMS0_S0_":{"name":"multiVolumesNotSupported","abstract":"Container is either spanned or consists of several volumes. These features aren’t supported.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError22encryptionNotSupportedFMS0_S0_":{"name":"encryptionNotSupported","abstract":"Entry or record is encrypted. This feature isn’t supported.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError20patchingNotSupportedFMS0_S0_":{"name":"patchingNotSupported","abstract":"Entry contains patched data. This feature isn’t supported.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError23compressionNotSupportedFMS0_S0_":{"name":"compressionNotSupported","abstract":"Entry is compressed using unsupported compression method.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError16wrongLocalHeaderFMS0_S0_":{"name":"wrongLocalHeader","abstract":"Local header of an entry is inconsistent with Central Directory.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError10wrongCRC32FMS0_FV10Foundation4DataS0_":{"name":"wrongCRC32","abstract":"Computed checksum of entry’s data doesn’t match the value stored in container.","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError14wrongTextFieldFMS0_S0_":{"name":"wrongTextField","abstract":"
Either entry’s comment or file name cannot be processed using UTF-8 encoding.
","parent_name":"ZipError"},"Enums/XZError.html#/s:FO13SWCompression7XZError10wrongMagicFMS0_S0_":{"name":"wrongMagic","abstract":"Either ‘magic’ number in header or footer isn’t equal to a predefined value.
","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError15wrongFieldValueFMS0_S0_":{"name":"wrongFieldValue","abstract":"One of the fields in archive has an incorrect value.
","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError18fieldReservedValueFMS0_S0_":{"name":"fieldReservedValue","abstract":"One of the reserved fields in archive has an unexpected value, which can also mean (apart from damaged archive),","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError12wrongInfoCRCFMS0_S0_":{"name":"wrongInfoCRC","abstract":"
Checksum of one of the fields of archive doesn’t match the value stored in archive.
","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError13wrongFilterIDFMS0_S0_":{"name":"wrongFilterID","abstract":"Filter used in archvie is unsupported.
","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError15checkTypeSHA256FMS0_S0_":{"name":"checkTypeSHA256","abstract":"Archive uses SHA-256 checksum which is unsupported.
","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError13wrongDataSizeFMS0_S0_":{"name":"wrongDataSize","abstract":"Either size of decompressed data isn’t equal to the one specified in archive or","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError10wrongCheckFMS0_FV10Foundation4DataS0_":{"name":"wrongCheck","abstract":"
Computed checksum of uncompressed data doesn’t match the value stored in the archive.","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError12wrongPaddingFMS0_S0_":{"name":"wrongPadding","abstract":"
Padding (null-bytes appended to an archive’s structure) is incorrect.
","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError21multiByteIntegerErrorFMS0_S0_":{"name":"multiByteIntegerError","abstract":"Either null byte encountered or exceeded maximum amount bytes during reading multi byte number.
","parent_name":"XZError"},"Enums/TarError.html#/s:FO13SWCompression8TarError20tooSmallFileIsPassedFMS0_S0_":{"name":"tooSmallFileIsPassed","abstract":"Size of data is too small, even to contain only one header.
","parent_name":"TarError"},"Enums/TarError.html#/s:FO13SWCompression8TarError16fieldIsNotNumberFMS0_S0_":{"name":"fieldIsNotNumber","abstract":"Failed to process a field as a number.
","parent_name":"TarError"},"Enums/TarError.html#/s:FO13SWCompression8TarError19wrongHeaderChecksumFMS0_S0_":{"name":"wrongHeaderChecksum","abstract":"Computed checksum of a header doesn’t match the value stored in container.
","parent_name":"TarError"},"Enums/TarError.html#/s:FO13SWCompression8TarError17wrongUstarVersionFMS0_S0_":{"name":"wrongUstarVersion","abstract":"Unsupported version of USTAR format.
","parent_name":"TarError"},"Enums/TarError.html#/s:FO13SWCompression8TarError19wrongPaxHeaderEntryFMS0_S0_":{"name":"wrongPaxHeaderEntry","abstract":"Entry from PAX extended header is in incorrect format.
","parent_name":"TarError"},"Enums/TarError.html#/s:FO13SWCompression8TarError14notAsciiStringFMS0_S0_":{"name":"notAsciiString","abstract":"Failed to process a field as an ASCII string.
","parent_name":"TarError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError15wrongPropertiesFMS0_S0_":{"name":"wrongProperties","abstract":"Properties’ byte is greater than 225.
","parent_name":"LZMAError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError21rangeDecoderInitErrorFMS0_S0_":{"name":"rangeDecoderInitError","abstract":"Unable to initialize RanderDecorer.
","parent_name":"LZMAError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError24exceededUncompressedSizeFMS0_S0_":{"name":"exceededUncompressedSize","abstract":"Size of uncompressed data hit specified limit in the middle of decoding.
","parent_name":"LZMAError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError13windowIsEmptyFMS0_S0_":{"name":"windowIsEmpty","abstract":"Unable to perfrom repeat-distance decoding because there is nothing to repeat.
","parent_name":"LZMAError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError23rangeDecoderFinishErrorFMS0_S0_":{"name":"rangeDecoderFinishError","abstract":"End of stream marker is reached, but range decoder is in incorrect state.
","parent_name":"LZMAError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError16repeatWillExceedFMS0_S0_":{"name":"repeatWillExceed","abstract":"The number of bytes to repeat is greater than the amount bytes that is left to decode.
","parent_name":"LZMAError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError17notEnoughToRepeatFMS0_S0_":{"name":"notEnoughToRepeat","abstract":"The amount of already decoded bytes is smaller than repeat length.
","parent_name":"LZMAError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError23decoderIsNotInitialisedFMS0_S0_":{"name":"decoderIsNotInitialised","abstract":"LZMADecoder wasn’t properly initialized before decoding data.
","parent_name":"LZMAError"},"Enums/LZMA2Error.html#/s:FO13SWCompression10LZMA2Error15wrongPropertiesFMS0_S0_":{"name":"wrongProperties","abstract":"Reserved bits of LZMA2 properties’ byte aren’t equal to zero.
","parent_name":"LZMA2Error"},"Enums/LZMA2Error.html#/s:FO13SWCompression10LZMA2Error19wrongDictionarySizeFMS0_S0_":{"name":"wrongDictionarySize","abstract":"Dictionary size is too big.
","parent_name":"LZMA2Error"},"Enums/LZMA2Error.html#/s:FO13SWCompression10LZMA2Error16wrongControlByteFMS0_S0_":{"name":"wrongControlByte","abstract":"Unknown conrol byte value of LZMA2 packet.
","parent_name":"LZMA2Error"},"Enums/LZMA2Error.html#/s:FO13SWCompression10LZMA2Error10wrongResetFMS0_S0_":{"name":"wrongReset","abstract":"Unknown reset instruction encountered in LZMA2 packet.
","parent_name":"LZMA2Error"},"Enums/LZMA2Error.html#/s:FO13SWCompression10LZMA2Error10wrongSizesFMS0_S0_":{"name":"wrongSizes","abstract":"Either size of decompressed data isn’t equal to the one specified in LZMA2 packet or","parent_name":"LZMA2Error"},"Enums/GzipError.html#/s:FO13SWCompression9GzipError10wrongMagicFMS0_S0_":{"name":"wrongMagic","abstract":"
First two bytes (‘magic’ number) of archive isn’t 31 and 139.
","parent_name":"GzipError"},"Enums/GzipError.html#/s:FO13SWCompression9GzipError22wrongCompressionMethodFMS0_S0_":{"name":"wrongCompressionMethod","abstract":"Compression method used in archive is different from Deflate, which is the only supported one.
","parent_name":"GzipError"},"Enums/GzipError.html#/s:FO13SWCompression9GzipError10wrongFlagsFMS0_S0_":{"name":"wrongFlags","abstract":"One of the reserved fields in archive has an unexpected value, which can also mean (apart from damaged archive),","parent_name":"GzipError"},"Enums/GzipError.html#/s:FO13SWCompression9GzipError14wrongHeaderCRCFMS0_S0_":{"name":"wrongHeaderCRC","abstract":"
Computed CRC of archive’s header doesn’t match the value stored in archive.
","parent_name":"GzipError"},"Enums/GzipError.html#/s:FO13SWCompression9GzipError8wrongCRCFMS0_FV10Foundation4DataS0_":{"name":"wrongCRC","abstract":"Computed checksum of uncompressed data doesn’t match the value stored in archive.","parent_name":"GzipError"},"Enums/GzipError.html#/s:FO13SWCompression9GzipError10wrongISizeFMS0_S0_":{"name":"wrongISize","abstract":"
Computed ‘isize’ didn’t match the value stored in the archive.
","parent_name":"GzipError"},"Enums/GzipError.html#/s:FO13SWCompression9GzipError21cannotEncodeISOLatin1FMS0_S0_":{"name":"cannotEncodeISOLatin1","abstract":"Either specified file name or comment cannot be encoded using ISO Latin-1 encoding.
","parent_name":"GzipError"},"Enums/DeflateError.html#/s:FO13SWCompression12DeflateError29wrongUncompressedBlockLengthsFMS0_S0_":{"name":"wrongUncompressedBlockLengths","abstract":"Uncompressed block’s length and nlength bytes isn’t consistent with each other.
","parent_name":"DeflateError"},"Enums/DeflateError.html#/s:FO13SWCompression12DeflateError14wrongBlockTypeFMS0_S0_":{"name":"wrongBlockType","abstract":"Unknown block type (not 0, 1 or 2).
","parent_name":"DeflateError"},"Enums/DeflateError.html#/s:FO13SWCompression12DeflateError11wrongSymbolFMS0_S0_":{"name":"wrongSymbol","abstract":"Decoded symbol was found in Huffman tree but is unknown.
","parent_name":"DeflateError"},"Enums/DeflateError.html#/s:FO13SWCompression12DeflateError14symbolNotFoundFMS0_S0_":{"name":"symbolNotFound","abstract":"Symbol wasn’t found in Huffman tree.
","parent_name":"DeflateError"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error10wrongMagicFMS0_S0_":{"name":"wrongMagic","abstract":"‘Magic’ number is not 0x425a.
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error22wrongCompressionMethodFMS0_S0_":{"name":"wrongCompressionMethod","abstract":"Compression method is not type ‘h’ (not Huffman).
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error14wrongBlockSizeFMS0_S0_":{"name":"wrongBlockSize","abstract":"Unsupported block size (not from ‘0’ to ‘9’).
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error14wrongBlockTypeFMS0_S0_":{"name":"wrongBlockType","abstract":"Unsupported block type (is neither ‘pi’ nor ‘sqrt(pi)’).
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error15randomizedBlockFMS0_S0_":{"name":"randomizedBlock","abstract":"Block is randomized.
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error18wrongHuffmanGroupsFMS0_S0_":{"name":"wrongHuffmanGroups","abstract":"Wrong number of Huffman tables/groups (should be between 2 and 6).
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error13wrongSelectorFMS0_S0_":{"name":"wrongSelector","abstract":"Selector is greater than the total number of Huffman tables/groups.
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error22wrongHuffmanLengthCodeFMS0_S0_":{"name":"wrongHuffmanLengthCode","abstract":"Wrong code of Huffman length (should be between 0 and 20).
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error14symbolNotFoundFMS0_S0_":{"name":"symbolNotFound","abstract":"Symbol wasn’t found in Huffman tree.
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error8wrongCRCFMS0_FV10Foundation4DataS0_":{"name":"wrongCRC","abstract":"Computed checksum of uncompressed data doesn’t match the value stored in archive.","parent_name":"BZip2Error"},"Enums/BZip2Error.html":{"name":"BZip2Error","abstract":"
Represents an error, which happened during BZip2 decompression."},"Enums/DeflateError.html":{"name":"DeflateError","abstract":"
Represents an error, which happened during Deflate compression or decompression."},"Enums/GzipError.html":{"name":"GzipError","abstract":"
Represents an error, which happened during processing GZip archive."},"Enums/LZMA2Error.html":{"name":"LZMA2Error","abstract":"
Represents an error, which happened during LZMA2 decompression."},"Enums/LZMAError.html":{"name":"LZMAError","abstract":"
Represents an error, which happened during LZMA decompression."},"Enums/TarError.html":{"name":"TarError","abstract":"
Represents an error, which happened during processing TAR container."},"Enums/XZError.html":{"name":"XZError","abstract":"
Represents an error, which happened during unarchiving XZ archive."},"Enums/ZipError.html":{"name":"ZipError","abstract":"
Represents an error, which happened during processing ZIP container."},"Enums/ZlibError.html":{"name":"ZlibError","abstract":"
Represents an error, which happened during processing Zlib archive."},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType6normalFMS1_S1_":{"name":"normal","abstract":"
Normal file.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType8hardLinkFMS1_S1_":{"name":"hardLink","abstract":"Hard linked entry.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType12symbolicLinkFMS1_S1_":{"name":"symbolicLink","abstract":"Symbolically linked entry.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType16characterSpecialFMS1_S1_":{"name":"characterSpecial","abstract":"Character special file.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType12blockSpecialFMS1_S1_":{"name":"blockSpecial","abstract":"Block special file.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType9directoryFMS1_S1_":{"name":"directory","abstract":"Directory.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType4fifoFMS1_S1_":{"name":"fifo","abstract":"FIFO special file.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType10contiguousFMS1_S1_":{"name":"contiguous","abstract":"Contiguous file.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType20globalExtendedHeaderFMS1_S1_":{"name":"globalExtendedHeader","abstract":"PAX global extended header. (Should not be encountered separately).
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType19localExtendedHeaderFMS1_S1_":{"name":"localExtendedHeader","abstract":"PAX local extended header. (Should not be encountered separately).
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType23vendorUnknownOrReservedFMS1_S1_":{"name":"vendorUnknownOrReserved","abstract":"Either unknown type, vendor specific or reserved value.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html":{"name":"EntryType","abstract":"Represents a type of an entry.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry4nameSS":{"name":"name","abstract":"Name of the file or directory.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry11isDirectorySb":{"name":"isDirectory","abstract":"True, if an entry is a directory.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry4sizeSi":{"name":"size","abstract":"Size of the data associated with the entry.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry15entryAttributesGVs10DictionaryVSC16FileAttributeKeyP__":{"name":"entryAttributes","abstract":"Provides a dictionary with various attributes of the entry.","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry4modeGSqSi_":{"name":"mode","abstract":"
File mode.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry7ownerIDGSqSi_":{"name":"ownerID","abstract":"Owner’s ID.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry7groupIDGSqSi_":{"name":"groupID","abstract":"Owner’s group ID.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry16modificationTimeV10Foundation4Date":{"name":"modificationTime","abstract":"The most recent modification time of the original file or directory.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry4typeOS0_9EntryType":{"name":"type","abstract":"Type of entry.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry13ownerUserNameGSqSS_":{"name":"ownerUserName","abstract":"Owner’s user name.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry14ownerGroupNameGSqSS_":{"name":"ownerGroupName","abstract":"Owner’s group name.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry10accessTimeGSqV10Foundation4Date_":{"name":"accessTime","abstract":"The most recent access time of the original file or directory (PAX only).
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry12creationTimeGSqV10Foundation4Date_":{"name":"creationTime","abstract":"The creation time of the original file or directory (PAX only).
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry7charsetGSqSS_":{"name":"charset","abstract":"Name of the character set used to encode entry’s data (PAX only).
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry7commentGSqSS_":{"name":"comment","abstract":"Comment associated with the entry (PAX only).
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry8linkPathGSqSS_":{"name":"linkPath","abstract":"Path to a linked file.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry28unknownExtendedHeaderEntriesGVs10DictionarySSSS_":{"name":"unknownExtendedHeaderEntries","abstract":"Other entries from PAX extended headers.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:FC13SWCompression8TarEntry4dataFT_V10Foundation4Data":{"name":"data()","abstract":"Returns data associated with this entry.
","parent_name":"TarEntry"},"Classes/TarContainer.html#/s:ZFC13SWCompression12TarContainer4openFzT9containerV10Foundation4Data_GSaPS_14ContainerEntry__":{"name":"open(container:)","abstract":"Processes TAR container and returns an array of ContainerEntries (which are actually TarEntries).
","parent_name":"TarContainer"},"Classes/ZipEntry.html#/s:vC13SWCompression8ZipEntry4nameSS":{"name":"name","abstract":"Name of the file or directory.
","parent_name":"ZipEntry"},"Classes/ZipEntry.html#/s:vC13SWCompression8ZipEntry7commentGSqSS_":{"name":"comment","abstract":"Comment associated with the entry.
","parent_name":"ZipEntry"},"Classes/ZipEntry.html#/s:vC13SWCompression8ZipEntry10attributesVs6UInt32":{"name":"attributes","abstract":"File or directory attributes related to the file system of the container’s creator.
","parent_name":"ZipEntry"},"Classes/ZipEntry.html#/s:vC13SWCompression8ZipEntry4sizeSi":{"name":"size","abstract":"Size of the data associated with the entry.
","parent_name":"ZipEntry"},"Classes/ZipEntry.html#/s:vC13SWCompression8ZipEntry11isDirectorySb":{"name":"isDirectory","abstract":"True, if an entry is a directory.","parent_name":"ZipEntry"},"Classes/ZipEntry.html#/s:vC13SWCompression8ZipEntry15entryAttributesGVs10DictionaryVSC16FileAttributeKeyP__":{"name":"entryAttributes","abstract":"
Provides a dictionary with various attributes of the entry.","parent_name":"ZipEntry"},"Classes/ZipEntry.html#/s:FC13SWCompression8ZipEntry4dataFzT_V10Foundation4Data":{"name":"data()","abstract":"
Returns data associated with this entry.
","parent_name":"ZipEntry"},"Classes/ZipContainer.html#/s:ZFC13SWCompression12ZipContainer4openFzT9containerV10Foundation4Data_GSaPS_14ContainerEntry__":{"name":"open(container:)","abstract":"Processes ZIP container and returns an array of ContainerEntries (which are actually ZipEntries).
","parent_name":"ZipContainer"},"Classes/ZipContainer.html":{"name":"ZipContainer","abstract":"Provides open function for ZIP containers.
"},"Classes/ZipEntry.html":{"name":"ZipEntry","abstract":"Represents either a file or directory entry in ZIP container.
"},"Classes/TarContainer.html":{"name":"TarContainer","abstract":"Provides open function for TAR containers.
"},"Classes/TarEntry.html":{"name":"TarEntry","abstract":"Represents either a file or directory entry in TAR container.
"},"Classes/XZArchive.html#/s:ZFC13SWCompression9XZArchive9unarchiveFzT7archiveV10Foundation4Data_S2_":{"name":"unarchive(archive:)","abstract":"Unarchives XZ archive.
","parent_name":"XZArchive"},"Classes/XZArchive.html#/s:ZFC13SWCompression9XZArchive14multiUnarchiveFzT7archiveV10Foundation4Data_GSaS2__":{"name":"multiUnarchive(archive:)","abstract":"Unarchives XZ archive which contains one or more streams.
","parent_name":"XZArchive"},"Structs/ZlibHeader/CompressionLevel.html#/s:FOV13SWCompression10ZlibHeader16CompressionLevel16fastestAlgorithmFMS1_S1_":{"name":"fastestAlgorithm","abstract":"Fastest algorithm.
","parent_name":"CompressionLevel"},"Structs/ZlibHeader/CompressionLevel.html#/s:FOV13SWCompression10ZlibHeader16CompressionLevel13fastAlgorithmFMS1_S1_":{"name":"fastAlgorithm","abstract":"Fast algorithm.
","parent_name":"CompressionLevel"},"Structs/ZlibHeader/CompressionLevel.html#/s:FOV13SWCompression10ZlibHeader16CompressionLevel16defaultAlgorithmFMS1_S1_":{"name":"defaultAlgorithm","abstract":"Default algorithm.
","parent_name":"CompressionLevel"},"Structs/ZlibHeader/CompressionLevel.html#/s:FOV13SWCompression10ZlibHeader16CompressionLevel13slowAlgorithmFMS1_S1_":{"name":"slowAlgorithm","abstract":"Slowest algorithm but with maximum compression.
","parent_name":"CompressionLevel"},"Structs/ZlibHeader/CompressionMethod.html#/s:FOV13SWCompression10ZlibHeader17CompressionMethod7deflateFMS1_S1_":{"name":"deflate","abstract":"The only one supported compression method (Deflate).
","parent_name":"CompressionMethod"},"Structs/ZlibHeader/CompressionMethod.html":{"name":"CompressionMethod","abstract":"Supported compression methods in zlib archive.
","parent_name":"ZlibHeader"},"Structs/ZlibHeader/CompressionLevel.html":{"name":"CompressionLevel","abstract":"Levels of compression which can be used to create Zlib archive.
","parent_name":"ZlibHeader"},"Structs/ZlibHeader.html#/s:vV13SWCompression10ZlibHeader17compressionMethodOS0_17CompressionMethod":{"name":"compressionMethod","abstract":"Compression method of archive. Currently, always equals to .deflate.
","parent_name":"ZlibHeader"},"Structs/ZlibHeader.html#/s:vV13SWCompression10ZlibHeader16compressionLevelOS0_16CompressionLevel":{"name":"compressionLevel","abstract":"Level of compression used in archive.
","parent_name":"ZlibHeader"},"Structs/ZlibHeader.html#/s:vV13SWCompression10ZlibHeader10windowSizeSi":{"name":"windowSize","abstract":"Size of ‘window’: moving interval of data which was used to make archive.
","parent_name":"ZlibHeader"},"Structs/ZlibHeader.html#/s:FV13SWCompression10ZlibHeadercFzT7archiveV10Foundation4Data_S0_":{"name":"init(archive:)","abstract":"Initializes the structure with the values from Zlib archive.
","parent_name":"ZlibHeader"},"Classes/ZlibArchive.html#/s:ZFC13SWCompression11ZlibArchive9unarchiveFzT7archiveV10Foundation4Data_S2_":{"name":"unarchive(archive:)","abstract":"Unarchives Zlib archive.
","parent_name":"ZlibArchive"},"Classes/ZlibArchive.html#/s:ZFC13SWCompression11ZlibArchive7archiveFzT4dataV10Foundation4Data_S2_":{"name":"archive(data:)","abstract":"Archives data into Zlib archive.","parent_name":"ZlibArchive"},"Structs/GzipHeader/FileSystemType.html#/s:FOV13SWCompression10GzipHeader14FileSystemType4unixFMS1_S1_":{"name":"unix","abstract":"
One of many UNIX-like systems.
","parent_name":"FileSystemType"},"Structs/GzipHeader/FileSystemType.html#/s:FOV13SWCompression10GzipHeader14FileSystemType9macintoshFMS1_S1_":{"name":"macintosh","abstract":"Older Macintosh systems.
","parent_name":"FileSystemType"},"Structs/GzipHeader/FileSystemType.html#/s:FOV13SWCompression10GzipHeader14FileSystemType4ntfsFMS1_S1_":{"name":"ntfs","abstract":"File system used in Microsoft™®© Windows™®©.
","parent_name":"FileSystemType"},"Structs/GzipHeader/FileSystemType.html#/s:FOV13SWCompression10GzipHeader14FileSystemType7unknownFMS1_S1_":{"name":"unknown","abstract":"File system was unknown to the archiver.
","parent_name":"FileSystemType"},"Structs/GzipHeader/FileSystemType.html#/s:FOV13SWCompression10GzipHeader14FileSystemType5otherFMS1_S1_":{"name":"other","abstract":"File system is one of the rare systems.
","parent_name":"FileSystemType"},"Structs/GzipHeader/CompressionMethod.html#/s:FOV13SWCompression10GzipHeader17CompressionMethod7deflateFMS1_S1_":{"name":"deflate","abstract":"The only one supported compression method (Deflate).
","parent_name":"CompressionMethod"},"Structs/GzipHeader/CompressionMethod.html":{"name":"CompressionMethod","abstract":"Supported compression methods in GZip archive.
","parent_name":"GzipHeader"},"Structs/GzipHeader/FileSystemType.html":{"name":"FileSystemType","abstract":"Type of file system on which GZip archive was created.
","parent_name":"GzipHeader"},"Structs/GzipHeader.html#/s:vV13SWCompression10GzipHeader17compressionMethodOS0_17CompressionMethod":{"name":"compressionMethod","abstract":"Compression method of archive. Currently, always equals to .deflate.
","parent_name":"GzipHeader"},"Structs/GzipHeader.html#/s:vV13SWCompression10GzipHeader16modificationTimeGSqV10Foundation4Date_":{"name":"modificationTime","abstract":"The most recent modification time of the original file.","parent_name":"GzipHeader"},"Structs/GzipHeader.html#/s:vV13SWCompression10GzipHeader6osTypeOS0_14FileSystemType":{"name":"osType","abstract":"
Type of file system on which archivation took place.
","parent_name":"GzipHeader"},"Structs/GzipHeader.html#/s:vV13SWCompression10GzipHeader8fileNameGSqSS_":{"name":"fileName","abstract":"Name of the original file. If archive doesn’t contain file’s name, then nil.
","parent_name":"GzipHeader"},"Structs/GzipHeader.html#/s:vV13SWCompression10GzipHeader7commentGSqSS_":{"name":"comment","abstract":"Comment stored in archive. If archive doesn’t contain any comment, then nil.
","parent_name":"GzipHeader"},"Structs/GzipHeader.html#/s:vV13SWCompression10GzipHeader10isTextFileSb":{"name":"isTextFile","abstract":"Check if file is likely to be text file or ASCII-file.
","parent_name":"GzipHeader"},"Structs/GzipHeader.html#/s:FV13SWCompression10GzipHeadercFzT7archiveV10Foundation4Data_S0_":{"name":"init(archive:)","abstract":"Initializes the structure with the values from the first ‘member’ of GZip archive.
","parent_name":"GzipHeader"},"Classes/GzipArchive/Member.html#/s:vVC13SWCompression11GzipArchive6Member6headerVS_10GzipHeader":{"name":"header","abstract":"GZip header of a member.
","parent_name":"Member"},"Classes/GzipArchive/Member.html#/s:vVC13SWCompression11GzipArchive6Member4dataV10Foundation4Data":{"name":"data","abstract":"Unarchived data from a member.
","parent_name":"Member"},"Classes/GzipArchive/Member.html":{"name":"Member","abstract":"Represents a member of multi-member of GZip archive.
","parent_name":"GzipArchive"},"Classes/GzipArchive.html#/s:ZFC13SWCompression11GzipArchive9unarchiveFzT7archiveV10Foundation4Data_S2_":{"name":"unarchive(archive:)","abstract":"Unarchives GZip archive.
","parent_name":"GzipArchive"},"Classes/GzipArchive.html#/s:ZFC13SWCompression11GzipArchive14multiUnarchiveFzT7archiveV10Foundation4Data_GSaVS0_6Member_":{"name":"multiUnarchive(archive:)","abstract":"Unarchives multi-member GZip archive.","parent_name":"GzipArchive"},"Classes/GzipArchive.html#/s:ZFC13SWCompression11GzipArchive7archiveFzT4dataV10Foundation4Data7commentGSqSS_8fileNameGSqSS_14writeHeaderCRCSb10isTextFileSb6osTypeGSqOVS_10GzipHeader14FileSystemType_16modificationTimeGSqVS1_4Date__S2_":{"name":"archive(data:comment:fileName:writeHeaderCRC:isTextFile:osType:modificationTime:)","abstract":"
Archives data into GZip archive, using various specified options.","parent_name":"GzipArchive"},"Classes/GzipArchive.html":{"name":"GzipArchive","abstract":"
Provides unarchive and archive functions for GZip archives.
"},"Structs/GzipHeader.html":{"name":"GzipHeader","abstract":"Represents a GZip archive’s header.
"},"Classes/ZlibArchive.html":{"name":"ZlibArchive","abstract":"Provides unarchive and archive functions for Zlib archives.
"},"Structs/ZlibHeader.html":{"name":"ZlibHeader","abstract":"Represents a Zlib archive’s header.
"},"Classes/XZArchive.html":{"name":"XZArchive","abstract":"Provides unarchive function for XZ archives.
"},"Classes/LZMA2.html#/s:ZFC13SWCompression5LZMA210decompressFzT4dataV10Foundation4Data_S2_":{"name":"decompress(data:)","abstract":"Decompresses data using LZMA2 algortihm.
","parent_name":"LZMA2"},"Classes/LZMA.html#/s:ZFC13SWCompression4LZMA10decompressFzT4dataV10Foundation4Data_S2_":{"name":"decompress(data:)","abstract":"Decompresses data using LZMA algortihm.
","parent_name":"LZMA"},"Classes/Deflate.html#/s:ZFC13SWCompression7Deflate10decompressFzT4dataV10Foundation4Data_S2_":{"name":"decompress(data:)","abstract":"Decompresses data using Deflate algortihm.
","parent_name":"Deflate"},"Classes/Deflate.html#/s:ZFC13SWCompression7Deflate8compressFzT4dataV10Foundation4Data_S2_":{"name":"compress(data:)","abstract":"Compresses data with Deflate algortihm.
","parent_name":"Deflate"},"Classes/BZip2.html#/s:ZFC13SWCompression5BZip210decompressFzT4dataV10Foundation4Data_S2_":{"name":"decompress(data:)","abstract":"Decompresses data using BZip2 algortihm.
","parent_name":"BZip2"},"Classes/BZip2.html":{"name":"BZip2","abstract":"Provides decompression function for BZip2 algorithm.
"},"Classes/Deflate.html":{"name":"Deflate","abstract":"Provides compression and decompression functions for Deflate algorithm.
"},"Classes/LZMA.html":{"name":"LZMA","abstract":"Provides decompression function for LZMA algorithm.
"},"Classes/LZMA2.html":{"name":"LZMA2","abstract":"Provides decompression function for LZMA2 algorithm.
"},"Compression.html":{"name":"Compression"},"Archives.html":{"name":"Archives"},"Containers.html":{"name":"Containers"},"Errors.html":{"name":"Errors"},"Protocols.html":{"name":"Protocols"}}
\ No newline at end of file
+{"Structs/SevenZipEntryInfo/UnixType.html#/s:FOV13SWCompression17SevenZipEntryInfo8UnixType4fifoFMS1_S1_":{"name":"fifo","abstract":"Undocumented
","parent_name":"UnixType"},"Structs/SevenZipEntryInfo/UnixType.html#/s:FOV13SWCompression17SevenZipEntryInfo8UnixType16characterSpecialFMS1_S1_":{"name":"characterSpecial","abstract":"Undocumented
","parent_name":"UnixType"},"Structs/SevenZipEntryInfo/UnixType.html#/s:FOV13SWCompression17SevenZipEntryInfo8UnixType9directoryFMS1_S1_":{"name":"directory","abstract":"Undocumented
","parent_name":"UnixType"},"Structs/SevenZipEntryInfo/UnixType.html#/s:FOV13SWCompression17SevenZipEntryInfo8UnixType12blockSpecialFMS1_S1_":{"name":"blockSpecial","abstract":"Undocumented
","parent_name":"UnixType"},"Structs/SevenZipEntryInfo/UnixType.html#/s:FOV13SWCompression17SevenZipEntryInfo8UnixType7regularFMS1_S1_":{"name":"regular","abstract":"Undocumented
","parent_name":"UnixType"},"Structs/SevenZipEntryInfo/UnixType.html#/s:FOV13SWCompression17SevenZipEntryInfo8UnixType12symbolicLinkFMS1_S1_":{"name":"symbolicLink","abstract":"Undocumented
","parent_name":"UnixType"},"Structs/SevenZipEntryInfo/UnixType.html#/s:FOV13SWCompression17SevenZipEntryInfo8UnixType6socketFMS1_S1_":{"name":"socket","abstract":"Undocumented
","parent_name":"UnixType"},"Structs/SevenZipEntryInfo/DosAttributes.html#/s:vPs16RawRepresentable8rawValuewx8RawValue":{"name":"rawValue","parent_name":"DosAttributes"},"Structs/SevenZipEntryInfo/DosAttributes.html#/s:FPs9OptionSetcFT8rawValuewx8RawValue_x":{"name":"init(rawValue:)","parent_name":"DosAttributes"},"Structs/SevenZipEntryInfo/DosAttributes.html#/s:ZvVV13SWCompression17SevenZipEntryInfo13DosAttributes7archiveS1_":{"name":"archive","abstract":"Undocumented
","parent_name":"DosAttributes"},"Structs/SevenZipEntryInfo/DosAttributes.html#/s:ZvVV13SWCompression17SevenZipEntryInfo13DosAttributes9directoryS1_":{"name":"directory","abstract":"Undocumented
","parent_name":"DosAttributes"},"Structs/SevenZipEntryInfo/DosAttributes.html#/s:ZvVV13SWCompression17SevenZipEntryInfo13DosAttributes6volumeS1_":{"name":"volume","abstract":"Undocumented
","parent_name":"DosAttributes"},"Structs/SevenZipEntryInfo/DosAttributes.html#/s:ZvVV13SWCompression17SevenZipEntryInfo13DosAttributes6systemS1_":{"name":"system","abstract":"Undocumented
","parent_name":"DosAttributes"},"Structs/SevenZipEntryInfo/DosAttributes.html#/s:ZvVV13SWCompression17SevenZipEntryInfo13DosAttributes6hiddenS1_":{"name":"hidden","abstract":"Undocumented
","parent_name":"DosAttributes"},"Structs/SevenZipEntryInfo/DosAttributes.html#/s:ZvVV13SWCompression17SevenZipEntryInfo13DosAttributes8readOnlyS1_":{"name":"readOnly","abstract":"Undocumented
","parent_name":"DosAttributes"},"Structs/SevenZipEntryInfo/Permissions.html#/s:vPs16RawRepresentable8rawValuewx8RawValue":{"name":"rawValue","parent_name":"Permissions"},"Structs/SevenZipEntryInfo/Permissions.html#/s:FPs9OptionSetcFT8rawValuewx8RawValue_x":{"name":"init(rawValue:)","parent_name":"Permissions"},"Structs/SevenZipEntryInfo/Permissions.html#/s:ZvVV13SWCompression17SevenZipEntryInfo11Permissions6setuidS1_":{"name":"setuid","abstract":"Undocumented
","parent_name":"Permissions"},"Structs/SevenZipEntryInfo/Permissions.html#/s:ZvVV13SWCompression17SevenZipEntryInfo11Permissions6setgidS1_":{"name":"setgid","abstract":"Undocumented
","parent_name":"Permissions"},"Structs/SevenZipEntryInfo/Permissions.html#/s:ZvVV13SWCompression17SevenZipEntryInfo11Permissions6stickyS1_":{"name":"sticky","abstract":"Undocumented
","parent_name":"Permissions"},"Structs/SevenZipEntryInfo/Permissions.html#/s:ZvVV13SWCompression17SevenZipEntryInfo11Permissions9readOwnerS1_":{"name":"readOwner","abstract":"Undocumented
","parent_name":"Permissions"},"Structs/SevenZipEntryInfo/Permissions.html#/s:ZvVV13SWCompression17SevenZipEntryInfo11Permissions10writeOwnerS1_":{"name":"writeOwner","abstract":"Undocumented
","parent_name":"Permissions"},"Structs/SevenZipEntryInfo/Permissions.html#/s:ZvVV13SWCompression17SevenZipEntryInfo11Permissions12executeOwnerS1_":{"name":"executeOwner","abstract":"Undocumented
","parent_name":"Permissions"},"Structs/SevenZipEntryInfo/Permissions.html#/s:ZvVV13SWCompression17SevenZipEntryInfo11Permissions9readGroupS1_":{"name":"readGroup","abstract":"Undocumented
","parent_name":"Permissions"},"Structs/SevenZipEntryInfo/Permissions.html#/s:ZvVV13SWCompression17SevenZipEntryInfo11Permissions10writeGroupS1_":{"name":"writeGroup","abstract":"Undocumented
","parent_name":"Permissions"},"Structs/SevenZipEntryInfo/Permissions.html#/s:ZvVV13SWCompression17SevenZipEntryInfo11Permissions12executeGroupS1_":{"name":"executeGroup","abstract":"Undocumented
","parent_name":"Permissions"},"Structs/SevenZipEntryInfo/Permissions.html#/s:ZvVV13SWCompression17SevenZipEntryInfo11Permissions9readOtherS1_":{"name":"readOther","abstract":"Undocumented
","parent_name":"Permissions"},"Structs/SevenZipEntryInfo/Permissions.html#/s:ZvVV13SWCompression17SevenZipEntryInfo11Permissions10writeOtherS1_":{"name":"writeOther","abstract":"Undocumented
","parent_name":"Permissions"},"Structs/SevenZipEntryInfo/Permissions.html#/s:ZvVV13SWCompression17SevenZipEntryInfo11Permissions12executeOtherS1_":{"name":"executeOther","abstract":"Undocumented
","parent_name":"Permissions"},"Structs/SevenZipEntryInfo/Permissions.html":{"name":"Permissions","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo/DosAttributes.html":{"name":"DosAttributes","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo/UnixType.html":{"name":"UnixType","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo.html#/s:vV13SWCompression17SevenZipEntryInfo4nameGSqSS_":{"name":"name","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo.html#/s:vV13SWCompression17SevenZipEntryInfo4sizeGSqSi_":{"name":"size","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo.html#/s:vV13SWCompression17SevenZipEntryInfo11isDirectorySb":{"name":"isDirectory","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo.html#/s:vV13SWCompression17SevenZipEntryInfo10accessTimeGSqV10Foundation4Date_":{"name":"accessTime","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo.html#/s:vV13SWCompression17SevenZipEntryInfo12creationTimeGSqV10Foundation4Date_":{"name":"creationTime","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo.html#/s:vV13SWCompression17SevenZipEntryInfo16modificationTimeGSqV10Foundation4Date_":{"name":"modificationTime","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo.html#/s:vV13SWCompression17SevenZipEntryInfo13winAttributesGSqVs6UInt32_":{"name":"winAttributes","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo.html#/s:vV13SWCompression17SevenZipEntryInfo11permissionsGSqVS0_11Permissions_":{"name":"permissions","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo.html#/s:vV13SWCompression17SevenZipEntryInfo13dosAttributesGSqVS0_13DosAttributes_":{"name":"dosAttributes","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo.html#/s:vV13SWCompression17SevenZipEntryInfo8unixTypeGSqOS0_8UnixType_":{"name":"unixType","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo.html#/s:vV13SWCompression17SevenZipEntryInfo9hasStreamSb":{"name":"hasStream","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo.html#/s:vV13SWCompression17SevenZipEntryInfo7isEmptySb":{"name":"isEmpty","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo.html#/s:vV13SWCompression17SevenZipEntryInfo6isAntiSb":{"name":"isAnti","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo.html#/s:vV13SWCompression17SevenZipEntryInfo3crcGSqVs6UInt32_":{"name":"crc","abstract":"Undocumented
","parent_name":"SevenZipEntryInfo"},"Structs/SevenZipEntryInfo.html":{"name":"SevenZipEntryInfo","abstract":"Undocumented
"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError14wrongSignatureFMS0_S0_":{"name":"wrongSignature","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError12wrongVersionFMS0_S0_":{"name":"wrongVersion","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError19wrongStartHeaderCRCFMS0_S0_":{"name":"wrongStartHeaderCRC","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError15wrongHeaderSizeFMS0_S0_":{"name":"wrongHeaderSize","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError15wrongPropertyIDFMS0_S0_":{"name":"wrongPropertyID","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError14wrongHeaderCRCFMS0_S0_":{"name":"wrongHeaderCRC","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError13wrongExternalFMS0_S0_":{"name":"wrongExternal","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError18reservedCodecFlagsFMS0_S0_":{"name":"reservedCodecFlags","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError17unknownNumFoldersFMS0_S0_":{"name":"unknownNumFolders","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError8wrongEndFMS0_S0_":{"name":"wrongEnd","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError20externalNotSupportedFMS0_S0_":{"name":"externalNotSupported","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError22altMethodsNotSupportedFMS0_S0_":{"name":"altMethodsNotSupported","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError18wrongStreamsNumberFMS0_S0_":{"name":"wrongStreamsNumber","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError23multiStreamNotSupportedFMS0_S0_":{"name":"multiStreamNotSupported","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError23compressionNotSupportedFMS0_S0_":{"name":"compressionNotSupported","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError13wrongDataSizeFMS0_S0_":{"name":"wrongDataSize","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError8wrongCRCFMS0_S0_":{"name":"wrongCRC","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError20wrongCoderPropertiesFMS0_S0_":{"name":"wrongCoderProperties","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError10noPackInfoFMS0_S0_":{"name":"noPackInfo","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError17wrongFilePropertyFMS0_S0_":{"name":"wrongFileProperty","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError19wrongFileNameLengthFMS0_S0_":{"name":"wrongFileNameLength","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError14wrongFileNamesFMS0_S0_":{"name":"wrongFileNames","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError20startPosNotSupportedFMS0_S0_":{"name":"startPosNotSupported","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError18incompletePropertyFMS0_S0_":{"name":"incompleteProperty","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError29additionalStreamsNotSupportedFMS0_S0_":{"name":"additionalStreamsNotSupported","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError10noFileSizeFMS0_S0_":{"name":"noFileSize","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError16notEnoughFoldersFMS0_S0_":{"name":"notEnoughFolders","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError16notEnoughStreamsFMS0_S0_":{"name":"notEnoughStreams","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError13noStreamFoundFMS0_S0_":{"name":"noStreamFound","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError15noPackInfoFoundFMS0_S0_":{"name":"noPackInfoFound","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError14streamOverreadFMS0_S0_":{"name":"streamOverread","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError17dataIsUnavailableFMS0_S0_":{"name":"dataIsUnavailable","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html#/s:FO13SWCompression13SevenZipError22encryptionNotSupportedFMS0_S0_":{"name":"encryptionNotSupported","abstract":"Undocumented
","parent_name":"SevenZipError"},"Enums/SevenZipError.html":{"name":"SevenZipError","abstract":"Undocumented
"},"Classes/SevenZipEntry.html#/s:vC13SWCompression13SevenZipEntry4infoVS_17SevenZipEntryInfo":{"name":"info","abstract":"Undocumented
","parent_name":"SevenZipEntry"},"Classes/SevenZipEntry.html#/s:vP13SWCompression14ContainerEntry4nameSS":{"name":"name","parent_name":"SevenZipEntry"},"Classes/SevenZipEntry.html#/s:vP13SWCompression14ContainerEntry4sizeSi":{"name":"size","parent_name":"SevenZipEntry"},"Classes/SevenZipEntry.html#/s:vP13SWCompression14ContainerEntry11isDirectorySb":{"name":"isDirectory","parent_name":"SevenZipEntry"},"Classes/SevenZipEntry.html#/s:vC13SWCompression13SevenZipEntry6isLinkSb":{"name":"isLink","abstract":"Undocumented
","parent_name":"SevenZipEntry"},"Classes/SevenZipEntry.html#/s:vC13SWCompression13SevenZipEntry8linkPathGSqSS_":{"name":"linkPath","abstract":"Undocumented
","parent_name":"SevenZipEntry"},"Classes/SevenZipEntry.html#/s:vP13SWCompression14ContainerEntry15entryAttributesGVs10DictionaryVSC16FileAttributeKeyP__":{"name":"entryAttributes","parent_name":"SevenZipEntry"},"Classes/SevenZipEntry.html#/s:vC13SWCompression13SevenZipEntry15dataIsAvailableSb":{"name":"dataIsAvailable","abstract":"Undocumented
","parent_name":"SevenZipEntry"},"Classes/SevenZipEntry.html#/s:FP13SWCompression14ContainerEntry4dataFzT_V10Foundation4Data":{"name":"data()","parent_name":"SevenZipEntry"},"Classes/SevenZipContainer.html#/s:ZFP13SWCompression9Container4openFzT9containerV10Foundation4Data_GSaPS_14ContainerEntry__":{"name":"open(container:)","parent_name":"SevenZipContainer"},"Classes/SevenZipContainer.html#/s:ZFC13SWCompression17SevenZipContainer4infoFzT9containerV10Foundation4Data_GSaVS_17SevenZipEntryInfo_":{"name":"info(container:)","abstract":"Undocumented
","parent_name":"SevenZipContainer"},"Classes/SevenZipContainer.html":{"name":"SevenZipContainer","abstract":"Undocumented
"},"Classes/SevenZipEntry.html":{"name":"SevenZipEntry","abstract":"Undocumented
"},"Protocols/DecompressionAlgorithm.html#/s:ZFP13SWCompression22DecompressionAlgorithm10decompressFzT4dataV10Foundation4Data_S2_":{"name":"decompress(data:)","abstract":"Decompress data compressed with particular algorithm.
","parent_name":"DecompressionAlgorithm"},"Protocols/ContainerEntry.html#/s:vP13SWCompression14ContainerEntry4nameSS":{"name":"name","abstract":"Retrieve name of the entry from the container.
","parent_name":"ContainerEntry"},"Protocols/ContainerEntry.html#/s:vP13SWCompression14ContainerEntry4sizeSi":{"name":"size","abstract":"Retrieve size of the entry’s data from the container.
","parent_name":"ContainerEntry"},"Protocols/ContainerEntry.html#/s:vP13SWCompression14ContainerEntry11isDirectorySb":{"name":"isDirectory","abstract":"Check if entry is a directory.
","parent_name":"ContainerEntry"},"Protocols/ContainerEntry.html#/s:vP13SWCompression14ContainerEntry15entryAttributesGVs10DictionaryVSC16FileAttributeKeyP__":{"name":"entryAttributes","abstract":"Provides a dictionary with various attributes of the entry.","parent_name":"ContainerEntry"},"Protocols/ContainerEntry.html#/s:FP13SWCompression14ContainerEntry4dataFzT_V10Foundation4Data":{"name":"data()","abstract":"
Retrieve entry’s data from the container.
","parent_name":"ContainerEntry"},"Protocols/Container.html#/s:ZFP13SWCompression9Container4openFzT9containerV10Foundation4Data_GSaPS_14ContainerEntry__":{"name":"open(container:)","abstract":"Retrieve all the entries from the container.
","parent_name":"Container"},"Protocols/Archive.html#/s:ZFP13SWCompression7Archive9unarchiveFzT7archiveV10Foundation4Data_S2_":{"name":"unarchive(archive:)","abstract":"Unarchive data from the archive.
","parent_name":"Archive"},"Protocols/Archive.html":{"name":"Archive","abstract":"A type that represents an archive.
"},"Protocols/Container.html":{"name":"Container","abstract":"A type that represents a container of files, directories and/or other data.
"},"Protocols/ContainerEntry.html":{"name":"ContainerEntry","abstract":"A type that represents an entry from a container (file or directory) with attributes.
"},"Protocols/DecompressionAlgorithm.html":{"name":"DecompressionAlgorithm","abstract":"A type that provides an implementation of a particular decompression algorithm.
"},"Enums/ZlibError.html#/s:FO13SWCompression9ZlibError22wrongCompressionMethodFMS0_S0_":{"name":"wrongCompressionMethod","abstract":"Compression method used in archive is different from Deflate, which is the only supported one.
","parent_name":"ZlibError"},"Enums/ZlibError.html#/s:FO13SWCompression9ZlibError20wrongCompressionInfoFMS0_S0_":{"name":"wrongCompressionInfo","abstract":"Compression info has value incompatible with Deflate compression method.
","parent_name":"ZlibError"},"Enums/ZlibError.html#/s:FO13SWCompression9ZlibError11wrongFcheckFMS0_S0_":{"name":"wrongFcheck","abstract":"First two bytes of archive’s flags are inconsistent with each other.
","parent_name":"ZlibError"},"Enums/ZlibError.html#/s:FO13SWCompression9ZlibError21wrongCompressionLevelFMS0_S0_":{"name":"wrongCompressionLevel","abstract":"Compression level has value, which is different from the supported ones.
","parent_name":"ZlibError"},"Enums/ZlibError.html#/s:FO13SWCompression9ZlibError12wrongAdler32FMS0_FV10Foundation4DataS0_":{"name":"wrongAdler32","abstract":"Computed checksum of uncompressed data doesn’t match the value stored in archive.","parent_name":"ZlibError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError27notFoundCentralDirectoryEndFMS0_S0_":{"name":"notFoundCentralDirectoryEnd","abstract":"
End of Central Directoty record wasn’t found.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError14wrongSignatureFMS0_S0_":{"name":"wrongSignature","abstract":"Wrong signature of one of container’s structures.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError9wrongSizeFMS0_S0_":{"name":"wrongSize","abstract":"Wrong either compressed or uncompressed size of a container’s entry.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError12wrongVersionFMS0_S0_":{"name":"wrongVersion","abstract":"Version needed to process container is unsupported.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError24multiVolumesNotSupportedFMS0_S0_":{"name":"multiVolumesNotSupported","abstract":"Container is either spanned or consists of several volumes. These features aren’t supported.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError22encryptionNotSupportedFMS0_S0_":{"name":"encryptionNotSupported","abstract":"Entry or record is encrypted. This feature isn’t supported.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError20patchingNotSupportedFMS0_S0_":{"name":"patchingNotSupported","abstract":"Entry contains patched data. This feature isn’t supported.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError23compressionNotSupportedFMS0_S0_":{"name":"compressionNotSupported","abstract":"Entry is compressed using unsupported compression method.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError16wrongLocalHeaderFMS0_S0_":{"name":"wrongLocalHeader","abstract":"Local header of an entry is inconsistent with Central Directory.
","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError10wrongCRC32FMS0_FV10Foundation4DataS0_":{"name":"wrongCRC32","abstract":"Computed checksum of entry’s data doesn’t match the value stored in container.","parent_name":"ZipError"},"Enums/ZipError.html#/s:FO13SWCompression8ZipError14wrongTextFieldFMS0_S0_":{"name":"wrongTextField","abstract":"
Either entry’s comment or file name cannot be processed using UTF-8 encoding.
","parent_name":"ZipError"},"Enums/XZError.html#/s:FO13SWCompression7XZError10wrongMagicFMS0_S0_":{"name":"wrongMagic","abstract":"Either ‘magic’ number in header or footer isn’t equal to a predefined value.
","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError15wrongFieldValueFMS0_S0_":{"name":"wrongFieldValue","abstract":"One of the fields in archive has an incorrect value.
","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError18fieldReservedValueFMS0_S0_":{"name":"fieldReservedValue","abstract":"One of the reserved fields in archive has an unexpected value, which can also mean (apart from damaged archive),","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError12wrongInfoCRCFMS0_S0_":{"name":"wrongInfoCRC","abstract":"
Checksum of one of the fields of archive doesn’t match the value stored in archive.
","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError13wrongFilterIDFMS0_S0_":{"name":"wrongFilterID","abstract":"Filter used in archvie is unsupported.
","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError15checkTypeSHA256FMS0_S0_":{"name":"checkTypeSHA256","abstract":"Archive uses SHA-256 checksum which is unsupported.
","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError13wrongDataSizeFMS0_S0_":{"name":"wrongDataSize","abstract":"Either size of decompressed data isn’t equal to the one specified in archive or","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError10wrongCheckFMS0_FV10Foundation4DataS0_":{"name":"wrongCheck","abstract":"
Computed checksum of uncompressed data doesn’t match the value stored in the archive.","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError12wrongPaddingFMS0_S0_":{"name":"wrongPadding","abstract":"
Padding (null-bytes appended to an archive’s structure) is incorrect.
","parent_name":"XZError"},"Enums/XZError.html#/s:FO13SWCompression7XZError21multiByteIntegerErrorFMS0_S0_":{"name":"multiByteIntegerError","abstract":"Either null byte encountered or exceeded maximum amount bytes during reading multi byte number.
","parent_name":"XZError"},"Enums/TarError.html#/s:FO13SWCompression8TarError20tooSmallFileIsPassedFMS0_S0_":{"name":"tooSmallFileIsPassed","abstract":"Size of data is too small, even to contain only one header.
","parent_name":"TarError"},"Enums/TarError.html#/s:FO13SWCompression8TarError16fieldIsNotNumberFMS0_S0_":{"name":"fieldIsNotNumber","abstract":"Failed to process a field as a number.
","parent_name":"TarError"},"Enums/TarError.html#/s:FO13SWCompression8TarError19wrongHeaderChecksumFMS0_S0_":{"name":"wrongHeaderChecksum","abstract":"Computed checksum of a header doesn’t match the value stored in container.
","parent_name":"TarError"},"Enums/TarError.html#/s:FO13SWCompression8TarError17wrongUstarVersionFMS0_S0_":{"name":"wrongUstarVersion","abstract":"Unsupported version of USTAR format.
","parent_name":"TarError"},"Enums/TarError.html#/s:FO13SWCompression8TarError19wrongPaxHeaderEntryFMS0_S0_":{"name":"wrongPaxHeaderEntry","abstract":"Entry from PAX extended header is in incorrect format.
","parent_name":"TarError"},"Enums/TarError.html#/s:FO13SWCompression8TarError14notAsciiStringFMS0_S0_":{"name":"notAsciiString","abstract":"Failed to process a field as an ASCII string.
","parent_name":"TarError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError15wrongPropertiesFMS0_S0_":{"name":"wrongProperties","abstract":"Properties’ byte is greater than 225.
","parent_name":"LZMAError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError21rangeDecoderInitErrorFMS0_S0_":{"name":"rangeDecoderInitError","abstract":"Unable to initialize RanderDecorer.
","parent_name":"LZMAError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError24exceededUncompressedSizeFMS0_S0_":{"name":"exceededUncompressedSize","abstract":"Size of uncompressed data hit specified limit in the middle of decoding.
","parent_name":"LZMAError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError13windowIsEmptyFMS0_S0_":{"name":"windowIsEmpty","abstract":"Unable to perfrom repeat-distance decoding because there is nothing to repeat.
","parent_name":"LZMAError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError23rangeDecoderFinishErrorFMS0_S0_":{"name":"rangeDecoderFinishError","abstract":"End of stream marker is reached, but range decoder is in incorrect state.
","parent_name":"LZMAError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError16repeatWillExceedFMS0_S0_":{"name":"repeatWillExceed","abstract":"The number of bytes to repeat is greater than the amount bytes that is left to decode.
","parent_name":"LZMAError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError17notEnoughToRepeatFMS0_S0_":{"name":"notEnoughToRepeat","abstract":"The amount of already decoded bytes is smaller than repeat length.
","parent_name":"LZMAError"},"Enums/LZMAError.html#/s:FO13SWCompression9LZMAError23decoderIsNotInitialisedFMS0_S0_":{"name":"decoderIsNotInitialised","abstract":"LZMADecoder wasn’t properly initialized before decoding data.
","parent_name":"LZMAError"},"Enums/LZMA2Error.html#/s:FO13SWCompression10LZMA2Error15wrongPropertiesFMS0_S0_":{"name":"wrongProperties","abstract":"Reserved bits of LZMA2 properties’ byte aren’t equal to zero.
","parent_name":"LZMA2Error"},"Enums/LZMA2Error.html#/s:FO13SWCompression10LZMA2Error19wrongDictionarySizeFMS0_S0_":{"name":"wrongDictionarySize","abstract":"Dictionary size is too big.
","parent_name":"LZMA2Error"},"Enums/LZMA2Error.html#/s:FO13SWCompression10LZMA2Error16wrongControlByteFMS0_S0_":{"name":"wrongControlByte","abstract":"Unknown conrol byte value of LZMA2 packet.
","parent_name":"LZMA2Error"},"Enums/LZMA2Error.html#/s:FO13SWCompression10LZMA2Error10wrongResetFMS0_S0_":{"name":"wrongReset","abstract":"Unknown reset instruction encountered in LZMA2 packet.
","parent_name":"LZMA2Error"},"Enums/LZMA2Error.html#/s:FO13SWCompression10LZMA2Error10wrongSizesFMS0_S0_":{"name":"wrongSizes","abstract":"Either size of decompressed data isn’t equal to the one specified in LZMA2 packet or","parent_name":"LZMA2Error"},"Enums/GzipError.html#/s:FO13SWCompression9GzipError10wrongMagicFMS0_S0_":{"name":"wrongMagic","abstract":"
First two bytes (‘magic’ number) of archive isn’t 31 and 139.
","parent_name":"GzipError"},"Enums/GzipError.html#/s:FO13SWCompression9GzipError22wrongCompressionMethodFMS0_S0_":{"name":"wrongCompressionMethod","abstract":"Compression method used in archive is different from Deflate, which is the only supported one.
","parent_name":"GzipError"},"Enums/GzipError.html#/s:FO13SWCompression9GzipError10wrongFlagsFMS0_S0_":{"name":"wrongFlags","abstract":"One of the reserved fields in archive has an unexpected value, which can also mean (apart from damaged archive),","parent_name":"GzipError"},"Enums/GzipError.html#/s:FO13SWCompression9GzipError14wrongHeaderCRCFMS0_S0_":{"name":"wrongHeaderCRC","abstract":"
Computed CRC of archive’s header doesn’t match the value stored in archive.
","parent_name":"GzipError"},"Enums/GzipError.html#/s:FO13SWCompression9GzipError8wrongCRCFMS0_FV10Foundation4DataS0_":{"name":"wrongCRC","abstract":"Computed checksum of uncompressed data doesn’t match the value stored in archive.","parent_name":"GzipError"},"Enums/GzipError.html#/s:FO13SWCompression9GzipError10wrongISizeFMS0_S0_":{"name":"wrongISize","abstract":"
Computed ‘isize’ didn’t match the value stored in the archive.
","parent_name":"GzipError"},"Enums/GzipError.html#/s:FO13SWCompression9GzipError21cannotEncodeISOLatin1FMS0_S0_":{"name":"cannotEncodeISOLatin1","abstract":"Either specified file name or comment cannot be encoded using ISO Latin-1 encoding.
","parent_name":"GzipError"},"Enums/DeflateError.html#/s:FO13SWCompression12DeflateError29wrongUncompressedBlockLengthsFMS0_S0_":{"name":"wrongUncompressedBlockLengths","abstract":"Uncompressed block’s length and nlength bytes isn’t consistent with each other.
","parent_name":"DeflateError"},"Enums/DeflateError.html#/s:FO13SWCompression12DeflateError14wrongBlockTypeFMS0_S0_":{"name":"wrongBlockType","abstract":"Unknown block type (not 0, 1 or 2).
","parent_name":"DeflateError"},"Enums/DeflateError.html#/s:FO13SWCompression12DeflateError11wrongSymbolFMS0_S0_":{"name":"wrongSymbol","abstract":"Decoded symbol was found in Huffman tree but is unknown.
","parent_name":"DeflateError"},"Enums/DeflateError.html#/s:FO13SWCompression12DeflateError14symbolNotFoundFMS0_S0_":{"name":"symbolNotFound","abstract":"Symbol wasn’t found in Huffman tree.
","parent_name":"DeflateError"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error10wrongMagicFMS0_S0_":{"name":"wrongMagic","abstract":"‘Magic’ number is not 0x425a.
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error22wrongCompressionMethodFMS0_S0_":{"name":"wrongCompressionMethod","abstract":"Compression method is not type ‘h’ (not Huffman).
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error14wrongBlockSizeFMS0_S0_":{"name":"wrongBlockSize","abstract":"Unsupported block size (not from ‘0’ to ‘9’).
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error14wrongBlockTypeFMS0_S0_":{"name":"wrongBlockType","abstract":"Unsupported block type (is neither ‘pi’ nor ‘sqrt(pi)’).
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error15randomizedBlockFMS0_S0_":{"name":"randomizedBlock","abstract":"Block is randomized.
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error18wrongHuffmanGroupsFMS0_S0_":{"name":"wrongHuffmanGroups","abstract":"Wrong number of Huffman tables/groups (should be between 2 and 6).
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error13wrongSelectorFMS0_S0_":{"name":"wrongSelector","abstract":"Selector is greater than the total number of Huffman tables/groups.
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error22wrongHuffmanLengthCodeFMS0_S0_":{"name":"wrongHuffmanLengthCode","abstract":"Wrong code of Huffman length (should be between 0 and 20).
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error14symbolNotFoundFMS0_S0_":{"name":"symbolNotFound","abstract":"Symbol wasn’t found in Huffman tree.
","parent_name":"BZip2Error"},"Enums/BZip2Error.html#/s:FO13SWCompression10BZip2Error8wrongCRCFMS0_FV10Foundation4DataS0_":{"name":"wrongCRC","abstract":"Computed checksum of uncompressed data doesn’t match the value stored in archive.","parent_name":"BZip2Error"},"Enums/BZip2Error.html":{"name":"BZip2Error","abstract":"
Represents an error, which happened during BZip2 decompression."},"Enums/DeflateError.html":{"name":"DeflateError","abstract":"
Represents an error, which happened during Deflate compression or decompression."},"Enums/GzipError.html":{"name":"GzipError","abstract":"
Represents an error, which happened during processing GZip archive."},"Enums/LZMA2Error.html":{"name":"LZMA2Error","abstract":"
Represents an error, which happened during LZMA2 decompression."},"Enums/LZMAError.html":{"name":"LZMAError","abstract":"
Represents an error, which happened during LZMA decompression."},"Enums/TarError.html":{"name":"TarError","abstract":"
Represents an error, which happened during processing TAR container."},"Enums/XZError.html":{"name":"XZError","abstract":"
Represents an error, which happened during unarchiving XZ archive."},"Enums/ZipError.html":{"name":"ZipError","abstract":"
Represents an error, which happened during processing ZIP container."},"Enums/ZlibError.html":{"name":"ZlibError","abstract":"
Represents an error, which happened during processing Zlib archive."},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType6normalFMS1_S1_":{"name":"normal","abstract":"
Normal file.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType8hardLinkFMS1_S1_":{"name":"hardLink","abstract":"Hard linked entry.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType12symbolicLinkFMS1_S1_":{"name":"symbolicLink","abstract":"Symbolically linked entry.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType16characterSpecialFMS1_S1_":{"name":"characterSpecial","abstract":"Character special file.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType12blockSpecialFMS1_S1_":{"name":"blockSpecial","abstract":"Block special file.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType9directoryFMS1_S1_":{"name":"directory","abstract":"Directory.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType4fifoFMS1_S1_":{"name":"fifo","abstract":"FIFO special file.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType10contiguousFMS1_S1_":{"name":"contiguous","abstract":"Contiguous file.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType20globalExtendedHeaderFMS1_S1_":{"name":"globalExtendedHeader","abstract":"PAX global extended header. (Should not be encountered separately).
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType19localExtendedHeaderFMS1_S1_":{"name":"localExtendedHeader","abstract":"PAX local extended header. (Should not be encountered separately).
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html#/s:FOC13SWCompression8TarEntry9EntryType23vendorUnknownOrReservedFMS1_S1_":{"name":"vendorUnknownOrReserved","abstract":"Either unknown type, vendor specific or reserved value.
","parent_name":"EntryType"},"Classes/TarEntry/EntryType.html":{"name":"EntryType","abstract":"Represents a type of an entry.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry4nameSS":{"name":"name","abstract":"Name of the file or directory.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry11isDirectorySb":{"name":"isDirectory","abstract":"True, if an entry is a directory.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry4sizeSi":{"name":"size","abstract":"Size of the data associated with the entry.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry15entryAttributesGVs10DictionaryVSC16FileAttributeKeyP__":{"name":"entryAttributes","abstract":"Provides a dictionary with various attributes of the entry.","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry4modeGSqSi_":{"name":"mode","abstract":"
File mode.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry7ownerIDGSqSi_":{"name":"ownerID","abstract":"Owner’s ID.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry7groupIDGSqSi_":{"name":"groupID","abstract":"Owner’s group ID.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry16modificationTimeV10Foundation4Date":{"name":"modificationTime","abstract":"The most recent modification time of the original file or directory.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry4typeOS0_9EntryType":{"name":"type","abstract":"Type of entry.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry13ownerUserNameGSqSS_":{"name":"ownerUserName","abstract":"Owner’s user name.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry14ownerGroupNameGSqSS_":{"name":"ownerGroupName","abstract":"Owner’s group name.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry10accessTimeGSqV10Foundation4Date_":{"name":"accessTime","abstract":"The most recent access time of the original file or directory (PAX only).
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry12creationTimeGSqV10Foundation4Date_":{"name":"creationTime","abstract":"The creation time of the original file or directory (PAX only).
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry7charsetGSqSS_":{"name":"charset","abstract":"Name of the character set used to encode entry’s data (PAX only).
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry7commentGSqSS_":{"name":"comment","abstract":"Comment associated with the entry (PAX only).
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry8linkPathGSqSS_":{"name":"linkPath","abstract":"Path to a linked file.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:vC13SWCompression8TarEntry28unknownExtendedHeaderEntriesGVs10DictionarySSSS_":{"name":"unknownExtendedHeaderEntries","abstract":"Other entries from PAX extended headers.
","parent_name":"TarEntry"},"Classes/TarEntry.html#/s:FC13SWCompression8TarEntry4dataFT_V10Foundation4Data":{"name":"data()","abstract":"Returns data associated with this entry.
","parent_name":"TarEntry"},"Classes/TarContainer.html#/s:ZFC13SWCompression12TarContainer4openFzT9containerV10Foundation4Data_GSaPS_14ContainerEntry__":{"name":"open(container:)","abstract":"Processes TAR container and returns an array of ContainerEntries (which are actually TarEntries).
","parent_name":"TarContainer"},"Classes/ZipEntry.html#/s:vC13SWCompression8ZipEntry4nameSS":{"name":"name","abstract":"Name of the file or directory.
","parent_name":"ZipEntry"},"Classes/ZipEntry.html#/s:vC13SWCompression8ZipEntry7commentGSqSS_":{"name":"comment","abstract":"Comment associated with the entry.
","parent_name":"ZipEntry"},"Classes/ZipEntry.html#/s:vC13SWCompression8ZipEntry10attributesVs6UInt32":{"name":"attributes","abstract":"File or directory attributes related to the file system of the container’s creator.
","parent_name":"ZipEntry"},"Classes/ZipEntry.html#/s:vC13SWCompression8ZipEntry4sizeSi":{"name":"size","abstract":"Size of the data associated with the entry.
","parent_name":"ZipEntry"},"Classes/ZipEntry.html#/s:vC13SWCompression8ZipEntry11isDirectorySb":{"name":"isDirectory","abstract":"True, if an entry is a directory.","parent_name":"ZipEntry"},"Classes/ZipEntry.html#/s:vC13SWCompression8ZipEntry15entryAttributesGVs10DictionaryVSC16FileAttributeKeyP__":{"name":"entryAttributes","abstract":"
Provides a dictionary with various attributes of the entry.","parent_name":"ZipEntry"},"Classes/ZipEntry.html#/s:FC13SWCompression8ZipEntry4dataFzT_V10Foundation4Data":{"name":"data()","abstract":"
Returns data associated with this entry.
","parent_name":"ZipEntry"},"Classes/ZipContainer.html#/s:ZFC13SWCompression12ZipContainer4openFzT9containerV10Foundation4Data_GSaPS_14ContainerEntry__":{"name":"open(container:)","abstract":"Processes ZIP container and returns an array of ContainerEntries (which are actually ZipEntries).
","parent_name":"ZipContainer"},"Classes/ZipContainer.html":{"name":"ZipContainer","abstract":"Provides open function for ZIP containers.
"},"Classes/ZipEntry.html":{"name":"ZipEntry","abstract":"Represents either a file or directory entry in ZIP container.
"},"Classes/TarContainer.html":{"name":"TarContainer","abstract":"Provides open function for TAR containers.
"},"Classes/TarEntry.html":{"name":"TarEntry","abstract":"Represents either a file or directory entry in TAR container.
"},"Classes/XZArchive.html#/s:ZFC13SWCompression9XZArchive9unarchiveFzT7archiveV10Foundation4Data_S2_":{"name":"unarchive(archive:)","abstract":"Unarchives XZ archive.
","parent_name":"XZArchive"},"Classes/XZArchive.html#/s:ZFC13SWCompression9XZArchive14multiUnarchiveFzT7archiveV10Foundation4Data_GSaS2__":{"name":"multiUnarchive(archive:)","abstract":"Unarchives XZ archive which contains one or more streams.
","parent_name":"XZArchive"},"Structs/ZlibHeader/CompressionLevel.html#/s:FOV13SWCompression10ZlibHeader16CompressionLevel16fastestAlgorithmFMS1_S1_":{"name":"fastestAlgorithm","abstract":"Fastest algorithm.
","parent_name":"CompressionLevel"},"Structs/ZlibHeader/CompressionLevel.html#/s:FOV13SWCompression10ZlibHeader16CompressionLevel13fastAlgorithmFMS1_S1_":{"name":"fastAlgorithm","abstract":"Fast algorithm.
","parent_name":"CompressionLevel"},"Structs/ZlibHeader/CompressionLevel.html#/s:FOV13SWCompression10ZlibHeader16CompressionLevel16defaultAlgorithmFMS1_S1_":{"name":"defaultAlgorithm","abstract":"Default algorithm.
","parent_name":"CompressionLevel"},"Structs/ZlibHeader/CompressionLevel.html#/s:FOV13SWCompression10ZlibHeader16CompressionLevel13slowAlgorithmFMS1_S1_":{"name":"slowAlgorithm","abstract":"Slowest algorithm but with maximum compression.
","parent_name":"CompressionLevel"},"Structs/ZlibHeader/CompressionMethod.html#/s:FOV13SWCompression10ZlibHeader17CompressionMethod7deflateFMS1_S1_":{"name":"deflate","abstract":"The only one supported compression method (Deflate).
","parent_name":"CompressionMethod"},"Structs/ZlibHeader/CompressionMethod.html":{"name":"CompressionMethod","abstract":"Supported compression methods in zlib archive.
","parent_name":"ZlibHeader"},"Structs/ZlibHeader/CompressionLevel.html":{"name":"CompressionLevel","abstract":"Levels of compression which can be used to create Zlib archive.
","parent_name":"ZlibHeader"},"Structs/ZlibHeader.html#/s:vV13SWCompression10ZlibHeader17compressionMethodOS0_17CompressionMethod":{"name":"compressionMethod","abstract":"Compression method of archive. Currently, always equals to .deflate.
","parent_name":"ZlibHeader"},"Structs/ZlibHeader.html#/s:vV13SWCompression10ZlibHeader16compressionLevelOS0_16CompressionLevel":{"name":"compressionLevel","abstract":"Level of compression used in archive.
","parent_name":"ZlibHeader"},"Structs/ZlibHeader.html#/s:vV13SWCompression10ZlibHeader10windowSizeSi":{"name":"windowSize","abstract":"Size of ‘window’: moving interval of data which was used to make archive.
","parent_name":"ZlibHeader"},"Structs/ZlibHeader.html#/s:FV13SWCompression10ZlibHeadercFzT7archiveV10Foundation4Data_S0_":{"name":"init(archive:)","abstract":"Initializes the structure with the values from Zlib archive.
","parent_name":"ZlibHeader"},"Classes/ZlibArchive.html#/s:ZFC13SWCompression11ZlibArchive9unarchiveFzT7archiveV10Foundation4Data_S2_":{"name":"unarchive(archive:)","abstract":"Unarchives Zlib archive.
","parent_name":"ZlibArchive"},"Classes/ZlibArchive.html#/s:ZFC13SWCompression11ZlibArchive7archiveFzT4dataV10Foundation4Data_S2_":{"name":"archive(data:)","abstract":"Archives data into Zlib archive.","parent_name":"ZlibArchive"},"Structs/GzipHeader/FileSystemType.html#/s:FOV13SWCompression10GzipHeader14FileSystemType4unixFMS1_S1_":{"name":"unix","abstract":"
One of many UNIX-like systems.
","parent_name":"FileSystemType"},"Structs/GzipHeader/FileSystemType.html#/s:FOV13SWCompression10GzipHeader14FileSystemType9macintoshFMS1_S1_":{"name":"macintosh","abstract":"Older Macintosh systems.
","parent_name":"FileSystemType"},"Structs/GzipHeader/FileSystemType.html#/s:FOV13SWCompression10GzipHeader14FileSystemType4ntfsFMS1_S1_":{"name":"ntfs","abstract":"File system used in Microsoft™®© Windows™®©.
","parent_name":"FileSystemType"},"Structs/GzipHeader/FileSystemType.html#/s:FOV13SWCompression10GzipHeader14FileSystemType7unknownFMS1_S1_":{"name":"unknown","abstract":"File system was unknown to the archiver.
","parent_name":"FileSystemType"},"Structs/GzipHeader/FileSystemType.html#/s:FOV13SWCompression10GzipHeader14FileSystemType5otherFMS1_S1_":{"name":"other","abstract":"File system is one of the rare systems.
","parent_name":"FileSystemType"},"Structs/GzipHeader/CompressionMethod.html#/s:FOV13SWCompression10GzipHeader17CompressionMethod7deflateFMS1_S1_":{"name":"deflate","abstract":"The only one supported compression method (Deflate).
","parent_name":"CompressionMethod"},"Structs/GzipHeader/CompressionMethod.html":{"name":"CompressionMethod","abstract":"Supported compression methods in GZip archive.
","parent_name":"GzipHeader"},"Structs/GzipHeader/FileSystemType.html":{"name":"FileSystemType","abstract":"Type of file system on which GZip archive was created.
","parent_name":"GzipHeader"},"Structs/GzipHeader.html#/s:vV13SWCompression10GzipHeader17compressionMethodOS0_17CompressionMethod":{"name":"compressionMethod","abstract":"Compression method of archive. Currently, always equals to .deflate.
","parent_name":"GzipHeader"},"Structs/GzipHeader.html#/s:vV13SWCompression10GzipHeader16modificationTimeGSqV10Foundation4Date_":{"name":"modificationTime","abstract":"The most recent modification time of the original file.","parent_name":"GzipHeader"},"Structs/GzipHeader.html#/s:vV13SWCompression10GzipHeader6osTypeOS0_14FileSystemType":{"name":"osType","abstract":"
Type of file system on which archivation took place.
","parent_name":"GzipHeader"},"Structs/GzipHeader.html#/s:vV13SWCompression10GzipHeader8fileNameGSqSS_":{"name":"fileName","abstract":"Name of the original file. If archive doesn’t contain file’s name, then nil.
","parent_name":"GzipHeader"},"Structs/GzipHeader.html#/s:vV13SWCompression10GzipHeader7commentGSqSS_":{"name":"comment","abstract":"Comment stored in archive. If archive doesn’t contain any comment, then nil.
","parent_name":"GzipHeader"},"Structs/GzipHeader.html#/s:vV13SWCompression10GzipHeader10isTextFileSb":{"name":"isTextFile","abstract":"Check if file is likely to be text file or ASCII-file.
","parent_name":"GzipHeader"},"Structs/GzipHeader.html#/s:FV13SWCompression10GzipHeadercFzT7archiveV10Foundation4Data_S0_":{"name":"init(archive:)","abstract":"Initializes the structure with the values from the first ‘member’ of GZip archive.
","parent_name":"GzipHeader"},"Classes/GzipArchive/Member.html#/s:vVC13SWCompression11GzipArchive6Member6headerVS_10GzipHeader":{"name":"header","abstract":"GZip header of a member.
","parent_name":"Member"},"Classes/GzipArchive/Member.html#/s:vVC13SWCompression11GzipArchive6Member4dataV10Foundation4Data":{"name":"data","abstract":"Unarchived data from a member.
","parent_name":"Member"},"Classes/GzipArchive/Member.html":{"name":"Member","abstract":"Represents a member of multi-member of GZip archive.
","parent_name":"GzipArchive"},"Classes/GzipArchive.html#/s:ZFC13SWCompression11GzipArchive9unarchiveFzT7archiveV10Foundation4Data_S2_":{"name":"unarchive(archive:)","abstract":"Unarchives GZip archive.
","parent_name":"GzipArchive"},"Classes/GzipArchive.html#/s:ZFC13SWCompression11GzipArchive14multiUnarchiveFzT7archiveV10Foundation4Data_GSaVS0_6Member_":{"name":"multiUnarchive(archive:)","abstract":"Unarchives multi-member GZip archive.","parent_name":"GzipArchive"},"Classes/GzipArchive.html#/s:ZFC13SWCompression11GzipArchive7archiveFzT4dataV10Foundation4Data7commentGSqSS_8fileNameGSqSS_14writeHeaderCRCSb10isTextFileSb6osTypeGSqOVS_10GzipHeader14FileSystemType_16modificationTimeGSqVS1_4Date__S2_":{"name":"archive(data:comment:fileName:writeHeaderCRC:isTextFile:osType:modificationTime:)","abstract":"
Archives data into GZip archive, using various specified options.","parent_name":"GzipArchive"},"Classes/GzipArchive.html":{"name":"GzipArchive","abstract":"
Provides unarchive and archive functions for GZip archives.
"},"Structs/GzipHeader.html":{"name":"GzipHeader","abstract":"Represents a GZip archive’s header.
"},"Classes/ZlibArchive.html":{"name":"ZlibArchive","abstract":"Provides unarchive and archive functions for Zlib archives.
"},"Structs/ZlibHeader.html":{"name":"ZlibHeader","abstract":"Represents a Zlib archive’s header.
"},"Classes/XZArchive.html":{"name":"XZArchive","abstract":"Provides unarchive function for XZ archives.
"},"Classes/LZMA2.html#/s:ZFC13SWCompression5LZMA210decompressFzT4dataV10Foundation4Data_S2_":{"name":"decompress(data:)","abstract":"Decompresses data using LZMA2 algortihm.
","parent_name":"LZMA2"},"Classes/LZMA.html#/s:ZFC13SWCompression4LZMA10decompressFzT4dataV10Foundation4Data_S2_":{"name":"decompress(data:)","abstract":"Decompresses data using LZMA algortihm.
","parent_name":"LZMA"},"Classes/Deflate.html#/s:ZFC13SWCompression7Deflate10decompressFzT4dataV10Foundation4Data_S2_":{"name":"decompress(data:)","abstract":"Decompresses data using Deflate algortihm.
","parent_name":"Deflate"},"Classes/Deflate.html#/s:ZFC13SWCompression7Deflate8compressFzT4dataV10Foundation4Data_S2_":{"name":"compress(data:)","abstract":"Compresses data with Deflate algortihm.
","parent_name":"Deflate"},"Classes/BZip2.html#/s:ZFC13SWCompression5BZip210decompressFzT4dataV10Foundation4Data_S2_":{"name":"decompress(data:)","abstract":"Decompresses data using BZip2 algortihm.
","parent_name":"BZip2"},"Classes/BZip2.html":{"name":"BZip2","abstract":"Provides decompression function for BZip2 algorithm.
"},"Classes/Deflate.html":{"name":"Deflate","abstract":"Provides compression and decompression functions for Deflate algorithm.
"},"Classes/LZMA.html":{"name":"LZMA","abstract":"Provides decompression function for LZMA algorithm.
"},"Classes/LZMA2.html":{"name":"LZMA2","abstract":"Provides decompression function for LZMA2 algorithm.
"},"Compression.html":{"name":"Compression"},"Archives.html":{"name":"Archives"},"Containers.html":{"name":"Containers"},"Errors.html":{"name":"Errors"},"Protocols.html":{"name":"Protocols"},"Other Classes.html":{"name":"Other Classes","abstract":"The following classes are available globally.
"},"Other Enums.html":{"name":"Other Enums","abstract":"The following enums are available globally.
"},"Other Structs.html":{"name":"Other Structs","abstract":"The following structs are available globally.
"}}
\ No newline at end of file
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/docSet.dsidx b/docs/docsets/SWCompression.docset/Contents/Resources/docSet.dsidx
index e2ce9798b7544b5b5935f324cc59ffbc0e510dd0..b4120e97826f11b78211981e96c2d969034ebd8c 100644
GIT binary patch
literal 81920
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%0A@})mX!`>Pvy&4ea#4$KR!W
zuh!}NRo~(88$wSvzppV%W}6QMKN-vfeURsGTs^M_m0uyBFX8||7BThIsLGNbCwTfh
zan%QI1y%p7F`e?Jf4EdENfPb>!k^0Hk`HP}@)Gp!X}U`>H~6YY6T)&JHaVfrC6cL3
zA)B8agUD%+p_6JEnN~zq$xf9ByjtaDo&47dX>r94x@i$jRx4AJ|3UADaamDbc{+`x
zBU62Sljch|b>Y2#&$HTouv4n~^`x#(=~HJJZwGrY1ntJ0N1F`FmCMK#KWhox9V`Y@
zY6VgxtN#fXN(gkx^A9c{VnifGT#vYUA|Wo?PVprIWjw;c3<|
z@d}c=nlE~Urn!>4eg$#`<4jtrx74c7HfJsJpRZ!#-tEeCN>5LnHqz{}LUJ~~R(XU!
zBqVe~5=-Q{D;SBt9XbUqSWvl#!wXJnX>T7EZ;4GJLrzEn6Zu{d^*^0}Qfc`*NBujI
z0$Duj|I0LtsfzO|wy0|+f&m*wNzng#Rzv4Ds8(|ud~xo8QG2E9K6KgYgfLI&s@YT=f2z*a?W%(Q9E>-Ro@JhD83b+CC1tb|@b3%2l>Moz~ib
zv4f0UJnhu&(fgiTzznb(X{UJAbs_wTdzfvnkHZ2p_q*#l=C-j^=7#eBM%pRkV(JS)~ntt;^3Wg&MNp*!cj{kQj^B>DFJ>HOcPJ37~{PItABhbXwgC%Foe!
zGKEg(smzQ`#;!*49kjy{XflvN9-TOQd5;p;xeF&V^Q{^e*D;;40TT$XK-xL>5O
z7FBOv{+rcwjcb;ypailEh2pQWcZPQ=rX|Zm?qpsGmWN_ggO2yk4oo1Ng#_cM2jA|z
zXRI1q(HqM=;#h4=8x%U*R)1m5%Q4VGf
zlxi3k#Ao#&E)Lt^RSw>W%RvYXI4BOCnfO5;co`C%WAsc1>(C*u=$Xn<+Cy+em!=?L
z405S1N9w#)_N!P1zRR~P9f8GH`yx7*Zd&FZr2r_Zu*y#Gxi?^lfx7Y>vuNLUZ_lBIk&N((C=U6tGNE=6>
zm7NKyr5Nhce9FwPks&7}(Y3`T7DE=PB#x~Lgk@7{%`ftUVm?uTYV(Y}0d}BFWYY^^sH;g|2a7=z{k@!LjH;8(yq7pr
zMK6tG%77v;oX@e6<$PniH1kz}=jR+k5TK{7S@yMzMOpQ(D-zRkb6z6{xq|?6ML38i
zt3+CQSvw=^s_0U57-ZXGKt(SXvTTaR*c6RUrS+VXv)HO=@C%hAP-O&F@{GY5lVreQ
zIJ~(_A;Tml9;kHC%sa;txY@^8z%I^XO#D%AfTFXP=fEWk1OV3A!%PfVJ+27H#lZ*+
zxisS`eGG%8UwFc<9+ix3mihS*p1`?ym2nj=^jL5jS@muFx~jqC!hs8-!29?WAA#Zn
z-Z^sN63Cpy#ov;(2lk|V1d0zxS5kJ(5^svXmNEkDd$t}Pne`DUJ|N!|jm2NfORW7v
zGd=-AJgH_1)52>*Xf@2dgp(nm@*XY{_C7?;4z5^Z-B0|L28al3uYDvQf4Xha7Y>lt2%gBD{5)aW#HU$nOYW#
z%VRZaZMdeG3Gz9Z_${ouxUIH#3RV3BDz9J$i9&Lsxvi3^S0rPE`~mTzOi)v2V0oUjBV
zByYKiWlZBxv~^}74Q5x)az#(&N)rL8Yt<4ubIAB!F~#gPEG3=dWyb4j^s{B9?0f~4
zJGYETeSKQkhzNg{yX#zUejSTh>w9vEC8i@-y1wVM@iAc38OD1P?7J0k
zRc-lb#1o+0_ir-N`&(Nb20uFRKyzvSszW?b1f)d$LvvV7Vy6o2rm}NzZJBy3optEw
z9My+BW%o$G*($Qz0Zn3iH)sPfGFh?24?7PI7n>__et6iX%7!NIxP~4UI~A`BwvDS-
zb44n7U0>9(5=@s0sYmqO*}R@ZA6Lb=5|2S4FBkL>u&u*Gmbiu)+03IwbL3}OmSe>(PT=#Kdp5@
zvL-;21G}3sX<|JKHn~~{Q;0i3s4#o{8u?op^#2=x#R_8f`p5Ac14kloBemRGYZf?E
zEK=z>+W&Wu9LE2LTHn?BP|F8ePJ})Qw*PN}?Y}elzTiaDUp774v^nt3z(N1V{QI>(
z(UQJz`+mr`x$)hN`x^eF;k^1yHLv=WA62eE%)p)GE9Cdc+W=tEpI6ZVP>-}l3`-l@
zfVmymYI?h$Mlqwo0M00ra%3y(#+E@`jM?3o#-a-3)1PYAe)2K&F{>*?0
z8GryLYA75n?nG*#pf$18BL_6TD
z%@w!?K}@OHN*7K>}G%!=hlXd
zTQDRr(X$kVBsq3mE@fNQBWb~9waF|~$b=);r%N-vrv4f0(*;!YGeIE-4yZ1-u`zWU
zk*n^bhb?)ILf#t~%ZPn@+WO_4;F&;a43`&z_BDNv7pJbjxFe2MTBc1>S+Do*Htyyk?9e3?Z38(mQ
zo4ByT3AiROC;~y6-ph`|ee5fzA4*l=D>)0Nq1YqtkL?Vd;cMnNgR4SnxLZg_qFL8fsMu;(6|!<{>=N8Rk&W>s;bvo1Av2bQ%^xN~+bw(&
zmz;g*OgXRkqKovKtqdFtkQluL#WFI27o&?(!M2CYx2wXz00|s(;2@7ai@W&JhAddQ
zY#N>W)`p3@!Qi#t04MO}>0Qhz({NssX`o!2w(8Dt7G)-uLWlzERl1qWC9Ic*^2y6}
z*CK{{@+8}o*|M=(ymzmIst9vd?=Dik)HSs1^eR4wmbl7t1yR#<6LYZbb!h}vkF>;4~7RDZL!qN%<&`ZhKGaKm>S-k|=ydQJJ3@&iS$
z`>*&fz)c+-FwU#eXTs@$A+$?)Xt{kboQil``PeEPF%)$gl}+1J+tOV9iYv0l$q(K{
zd&3ioEkCNT2Nbm?OYZ14(|ed%N+e(H0XKGV47jTB+CUSDTng(&7e(B6D4Un53GnS{KxNRYWRh(fOha
z)EtEh7G&`Z(GMA}Qi#`>bAhtfeI7&{vcrFU3)$aM=&<2<=45{`0)}bL&HS83qE$Gc
zO;^l+(E-#=f}8(Z+Eu}S$v43K3?p%}{6TQ;LU}SqWTR?m_~HdDV&0(^K#wL?-YT};
zAij^zQf7^7^3fc#Y^z=|Mm8p6Q?PqV;WDK|>4+ur?*y;UFGE^~x%%>YjuY5x3q;vL
z5YttKtGiN3%$(@hVv@0r-Z~eR*6|D8X10=MQmwu%_=a5`lOnPqS@ixv;BpK#i8n%69l!G{Ig}^56<2RU+cB
zk_cy0C
z8xr$emhKx4A0g-I>`a?$Bw$UPK;VjM?SWuN=;nkoX%g-{Z&~aWHZh=)|6T%|kPAzI
z6HNrT51(g8qOI$KI@@A1VOH4hGjbd2g@qJ^1eUvs)NC6we6Wr0v`{cpX9@rxP_Q|u
z{2A#cZzTcU|If`g$-g!?x4anouKy<+e2xFwdcN_e8(vVd+FQdt;U5kDxO$-FMzBYF
z!1qz*vrWI;G|>8i#vXr&yfyF<-)zmU`Dygec|c{FLTgyLjjdH7qeO~FsFOF$YZ#!;
zks0dw^^8y_-**`WfOd}12!^(G%<2Q-DSHhYExZG&$?Mg3kY+l<5F{}M0`v)JPeE;L
z?KR}&ZB`uXqai0h)}WI~+M%$1tV^i#tvH(%j=>01Uel}?FyM^nkHddA8{bT(X_x51
zI)xuU`xMUiW{$;ea;bb}d6l%K1J%LNClVe(!Al3W@OulGLKW_Kc&W<}sHD{gu
zbqi9x=2wYE$E+;bp2fu0p=wS5-Xl9Ou{X&Zo4-kdG=eh&>i;91pa9@!k0l%D?J(w(
z|7czP>tIzUKRt_^dOPo~G)~(_xwMhxjM0Jy{1cH~9}~++A!AGc#VhOA3mm
zIh0dz%ALs^(cqEmn1j>cQXuJrUub^EFt
z8A5TbTHhj`gI1J$5xdyvD%Vl5BAx@*VU_#FwgXp*vB*~3O^9*_-N%;@My!gVtp(2F
zNyZOa`-y1RJCFMqTt{|@ts)S5<#E4(i2%8{JmYd2wGB$O>Z)>{sN@$@Xz%MWdE{6TgVA%>*md?qCBI<38MtM)YDd${2Z+2QrJ-A)F@o#pS4e)=2!yk;qjmFN
zAwO~j;{c31u(3nEu$7UwO}~|*iSEb`@ce%-knm^1?+qVp{Y2}zmOpQKI`p;B>q5ci
zTfvuudN9)TrKay`+8ua4Fya3f|2rY_|Kr+Kt-<#rzO9WPX`E}kv*A`lm->2jQ2DHK
zUFjt+)Jzvp9iXQuRJFo1x$BaH_ZWo|R;VYdjhgH-h1yfwAn-3y03++<0;IhbyjW;)=gbMXaujN5fj>u|U{%pJi85wu!0sr8HbJ52Rf!c@
zMZfGTa)LrJD+YKrkpn-?HIO`<<
z<8u@$Rsm}mc30xHYz6z;E4~1LH6)WzQvwP1#-~##SA{{m_Q2aUjA6txhBrx}P8G&F
zGd$}R>U@quVJcuw9ksWiFHk5y1%;#c6)POQn(1*>iFU7u2@1uiaCOh*vJ3NTi{3Us
z;Ob7rCn%JaLcm5$_Zp_$9u|IzLfI&ogeDj%dB<4A=nUffoK_m3Pz?$T?!Zx&TQ+^d
z)QKD+c@M`YF>6X}UQecAhHJdKqE_Hy
zRBzD{78vjZ3Nwi$WCva+>_bijf`TQwhxfhizD^lB%%a5(K-Z@%zFxIjReJc2~SyY>+IiuxYkuQ&Ag4mN(F@k*oC@V4;Y)=#zEXbFaX
zq`FIbsn+Z0{Aktlxq@$Nq33e}h1J1~zvP{UD;(1uF-ww5tz5M>tVrZCd6(hlXX0Wf
zv^Bhab#8ukfU<9Ihm>EKje~u??tz))r>>*AcECVqCUo^kLRyvOs$4iD`H3tVigyXb
zAb_rGlpgs}Bk>3uSCme28F_N>v;nKM3-Gu<0a483P!gxHhnoeQ$$(dfi3i#OEP-QW
z0j*cY+}XnfZTqjLfrsSZPok2&gHPPLB>X4TI#-@3RyTr1UI_tFjN^eNwg>oJxwwvP
zDD4M=r#q1)t8tk`yjK@As6JuXSS@(hH<@xKk6!D2uHK@D%^Ld3U0f`^KzL$=(}r^`
zXKHW(%^6orrw)E~^D6T!+W-sXqgnKMF)UK+UlD_>%p*RF&rQ@mtX5gUa|M}RJ;tDx
zN%_A_h}u+#Ft)bx1ZLxIQqU-Vzmz6kmMzV4fb%72-LZ#T>}^r&A^
zCzUTMOG-QW9ROtfT%u6l2~NU}RG#|_o4!UOI>wA^m8;qv7Gp^QAL%z?#U`JkP}B)*
z7ad8vb$hkY?FPk*6pA@PAaLij;jJXB466kXg|@ld6IwH3@fivQoiIWEy64BgNuj6{
z7_E*MGg_^-M-i9h%GyR%&Vbqckbuw+90D<(Wkp;#02|Dy1ADB6GfL`ep5_+-h>J8DBX
zqx%;rRC2&pMG94*u=Dj!F>r%I
z`KMlptQQFe(3@s&FW;C#D{l$fmy_+`+Y_<08#drUjT`1*<1(Bl;<0EPOnp!W3NySE
z&2X>=8mb8HFHk591;a23x%&${4BEvo2o{3fr2ys4WlGzGfnbw!msr@(=_BnD#;4dNl4DtL6fW=
z5daHuEP$#Syn$x}!+&;fzV7SlkGoDVr
z0eYb#S2h7l_T25}DVnU-l@0U%wP}A$!fy%pwtmc?YMp5fwY)y`-Ow+G2K^sxephoe
z_#W+#gPl!3+jJ!G9f$!qCT{o}e>X;8V+1xvU}FR}M&K1N0+9P2q{HXb%EUv|J(o}7
zXUpYUwTw6c`t_mX`rM?Riz^Kf0}q#Q)l^|Sug7ashm(JSTtavYS8tb|m;8f~q{AS3mF!j|Fyy#bmGdDwz((2)TMWzo9Qr}^
z@=?J|{Sa%Z&p_p2L}QzciZkv+BMhe#n7~NB2NILO)=nwqwzljtE;V#%GIxYaiRh8G
zxk7`^gG)%wzM_mqY)i38Od^VgZn$kpE@iGx{`fRzf@?y&QiZt+T$Y$3@)1~2sFhcx
zw%nnhGMTcMRj8PH%6u#0ut>Po^5kzY0WMZa_Xra)sB!kv5njW|C_1=iTujMO6!O6f
znEH5=TKl+9^6@DI-J=u(ZCkj-*Ner+0av&qy7bAXF)L@MlFFmkzc^mS*sTu55C;~U
zoS4?Y*t`pXkIl^&mIZX7x3@vBdgl!rP-Bx1XR!qCFrYb<%CXvHHAdwK4%?3Q|1N(A
z*8khw`ZKLpTfWrtSo3$9|ET#Vnp4etn_GiF7VK_%XVb30ZwB5PNCl1rwg-s+%l<#`
zKkxs3f71Ubyt?tTF#;PSurUG~Bd{?7|8_>;{*`-tq=!V9TW+^;&fEUMwq4YjXd}-4;lOJi;3p|6tATU1^8NKGG|%%<=>KddtcdAL$_5**zoAf3q*{
zTWN#3vSg<;u;k58tie4icYz&;^ceb%y!gw$>|WW-=(iZ8EgxBvZ7X;BNPByPMdmPy
zg-pesur^y)Hu*?fdmlb=HDN6tSh)kr{}3*1jJf8#~Yj-13~Ye|SY>
z;LW?F9lZJ60Pkbq@v#?p%X8L#G>A0@P-HHixas`LFL5R!KZ#&sJ$}g|OTu$C0~>J9n9PaD6RKIJF_R^<`+~i+By@
z=`H4)eRNh&m@#_GHA6eZ;X0OHf!-|d9*7gfmo*z6?5c-*pxLUtdm!5XHw7+|@Iv_B
z)?aFUwB@5Mhe9ueE;av7^JBpm!2ACzO)E_uf%ij`jh~GX*cgG05!e`kjS<)wfsGL;
zKLQugn6U|b9$dx@Axu?ax_4ME$Y;t!uf_ryu}~SCBp;eZ+IzhWF@koR%}2^(Wexj|
zew>{`tJO|GGzw|ggp4aLkv1Gv+m*n2g+ODIyXG}eTkKX?=t(ZIG?7Rz=;ESQ6jz^D
zfcN23`H_?Jm=EFWuJ1W*K#pJE1j+O}=t#8)y^H-;hO%i(T}Hmm9DH!C#-C23#r^=JQLJnyWe#^B*S&4PwgnhL-q=nXbvaV3
za7$V*NGAcCSB3;vm0L(;j~lG;&p0B=oX)1Eru0ntd>`JcyuyNz1Gcw^I8IPVv@ReY
zIjYw6(n`L2Mcdj1S%GE~d0->pjw7bIC{vLO&>dptUO^)gZftVrJSHtTpo;W+HTI2g
nrS&84JBKF!uv+V^yX21`?+0WxI;|vNTkI1f9MaBi@t4>7b;1;ZaNaoloUkzIni;gwL&<7W;@jwiIv&Ie4IC*UuIPvgWH$fJ^Aw=K~tqg3atgnM`T)4hUu=31so0^Kw{JNmJFrFD?Qn-@ovkf5Qg~JJW
z{@G-dZaak0W{yd>PsItNLh$IOWH90NP3gSEF%EkM?#)bK6GePvbCN)KCe5nmYS&$0
z#pvV32DOKPkJhaQ9u=PtI8=S>!HD7Y)q;U%g6*mU_ne$!DrCDB9(OHvoXivHf7#^8
zYB*qa!;%UbElCZbThc%`!Wg>YV_C~EhBtT8ea56LQ+k;@-@6mKS-S{DL9OlF46I
z1hUw?nY(A%X?BQ4<1TPWlf`+`yYQs=tzj|y2z!XL8?G|1lStv8j3Wj2DqpQo%u@%3
z0ydwSMq)j@)25~auK%$@=;P+&Y^oK<{9wbNwGWV(GCqlV46tBr5sB_P2>ANi>BJeh
zhjZOD8vDIVs)-|T@{M&xGzCt4R7mV)e1c7N0PfX_XePj&I+_W0&sNb)2+yBOofovj
zN5YzTJp72>f+J5}w=`2EEX?tDQ!B-cQZY
z0~2pIK@bkR=LQA0+-@M2x%yqx0DT8S@WUUb3-TC_#umDR>jE=+Gt+5^cVwmrQW9sg
zQy&y=jwNC{uLl=?i*6KAd-5);Iv2ckWgZ#{PL1U0pQwgX^CAH3*t*iZfLatEuO~C$
zx9`s3;;6x*e{v6-A~MzGbZK<+R;!u-2xEI|$qI}#&!<*%u^s^%VBVo=Az9QQsX_Yv
z>5udBcAJ_7_-{8W%>~q8Y}C)q0emU1w!K)QmcbCiC}-hOHc{CL8I+=OLef!LG-5D
zSmqU6p6XA$Js&$v6?R)qFAOA?E|7&rlUKdHjYcc
ztZ{{~95;?z3{PX!c$KVZ=98>y7OQPdq@dLA!HF!h7oQtHlWdyG+w7_WxF9DK9jB78
zBF92nem71a^?{uB7eL_1hnFS^4DYh369K=t(Mk%N_#qV008b3?kOx}y>KX%hGR;S3
zxOt~tFCg{ebZFiG{J_z`GTZRRp!sAKEj+tA1n{Y$72w4?LtTW~8OJ$-2LZa$oj_qI
zJ((~&VmW&-P2-EV9PkKkPfrjQ_UB?lvp~zYK%&qd!`XuAliT*$VG70%OC-!o-B)bh
z=YT)qfnf=-2)`JX3M#rrq!Q-&?q`&ba0-(XIA^f_3L|2KNy(hkI-EKw3E~Lz*Y2~z
zJDe~P%^ArovmHldWCT){J0ZGs3R2=kZjm)M&XBaHvO5OYO|xx_>;4UBP*G2QT~p_yq=ma=yh$+E^0
zAulvvF_)Omo2sQBq&eajVh(wa3>CHtL--SX32)$9IVX#392|!l=F+O{kX|aw(@x=L
zYuzPPoQq>LtzB>z@OHb}L#vIX;B@aw5*A%jNW&~WQdX9B
zxoIr38J(_bVw}Op&=V<~JTXO?*S)A}c(|&*tOS30ps#j59wvy)zWXbl%)h^48bs!~
zdOp^!Qb(T5ttNGWEZco~f;dMdI;0eUHa`ngn1%WMipjGTe6UT=octxTpr{LbtMqh?
z0X(~UHpJu7rR!h`+Lx^)OXu+!{&Rz0ZzL&d7@uTc1b8bu3^)1O2&anFpq5aB72B5!
zc|4&}!
zo!ntA*Lcm?WVmc-F(~X7HUr**smyhzeU&eTtsaA?_t(H^%zSwcjKZBS&k;uYS!8-Q
z50EkIz(gU3XJ{LB;;hdLN$tZtLrF?126fsn^OJ#?`F@=~ujvjoAm6
z!vpx?!6wMUk%x*Q6Sp6#g$xWiTmd7n{ctf1r$lnDFwB2n8@+ERMt+)%SI+ig-Rb!1
ztFvJ!M!q(iq7y^w)P>34Rgi|kltxmDg1+x-+3G=9d89@d=;y|Rx>I`wq~XM)wJ-qR
zI9d&<=sMO4{qe8I${+=m*XKbpE`Pm|t#sk;l~qDN|7SRG;+`VblZ5T7ypV|Btg40t
zoVnUdLE+TuDj}|mZtDbvt?P@sux^GPhD7EfqpVQ+(BjFIPtx*flJn&l^UvmU<__~;
zD9-+9T4u6HE2Q4ybK)@a4jC@&7h?Et_~-Z>?nkbM3pc)HoMZUTu)#2pJ;@fqHOdHv
zGZ$C+mXK);JmbeyPb7qOV`>o8W8I~x;KTPWO%>`WRj2UhN55Jxbs=qwdRJu2Jjj1l
z4z=j{s#L1+lV@vVYaM1^$-wZ-y`UOXE;qv*+@*OQ$HJQ}P=M!ddSM!lyj9Il
zrNcw;AibfpeICJoztxA0o`OyLVrXZ6dS5I|#y9uH!6dx8FM+n%;Ep($fSDaG7>~6b
z2`~=Vcho^XN}Y3ryzVqU(;0#h=V!7Nx%juvN*IeX_WRm(A{cILW5^WYbD=_z_}zRq
zcY#}KylZSz_9#Ov2P_ZKs0PvE8g2T?^sFgWIw8#z&x@txgyFbhy1~pIW8H8X%9z{C
zd@_aJ?hn5Buh!cdrI*K#mXZMh
zmX)^MLy`kc;MeV;IQCeSb}s@R6H(=PT2lXmUQPnNoHlmbZ}|dc+KFM%3{UBQG1{IK
zn8Y$$wD&WhN!s
z=iMrWX9=OP})5iX|`}!4U4t+LSU1~yy(;ECw1>V4A#ck
zU<&lr-VX&;*w_^=ZI_L*nf%LBN%chC-y&e~*JH<5>XjeE9AXrYB3l|QedSYfjT~uy
z(>&O8)->ECNf)F&(qf4bYstqXN7y6Sd5xdQ%iQCfVBBU*F>Eu$vwPVj=!7)p&??^?
zLyH=s-8MiQ1ZzGcEP&qHH%2J_8*pKVMvKRArTD
zGbC6Ef_6iKbt2C*bdYT*cWY5*@M=Gsz$$Ql>}|y-m##3XifYt$nW+;ET9yopc$Q=A
zp+oSsVbO*ZmCk-LqynQwS|A?Uwb2&3TA4A;yq{WJ-rGj_AWP
z39i<&FP0AXr%S~|)y$8wspA1h9b7`P1Gz{?a}rU>Q)Pq>t~IZ?$wRaC8Pf^)#;b*p
z{*T6Q(yLO}3TSQK>2#Caz%?WPrH~A*(p3ZcRL_wp-1lZ8{<<=ZxN3AGeT3&o85!i&
z%ams9`j0C~Qb0(lA?4s
z^&s1*I;Pky+b#X%m*o-WljdsEZPOZ4vh;yeBN@dtqLXav@I6X|ZeYW1OeJ~se5xP3
zuAi?aV*~HVov9=V6*_`ZejRam7Rd+<>@}ZGBP0G!6$y-sT@naYBZ$(df2yuSd|xXJ
zzF%MQ==kOWKOY!!pJGAezcZ>zx&p{8pq;(&@1Lpg>H^#5(1k5q?f@5F(_p$?{%#l&UT
zQ+=l;t!0X0n|!6s>^RlrZQK+CqwIk!z2@Ot5R=0L2iY
zwEVU1cE)!gTzL*76L{hiYXM
z1Q#WCC4O&4*+zOR(UuJstGq>anx8V=Gi@*pmEM#d5wD4liYD@GhwrL@?3>F(=7m~a
zT%rwV_n~rn-zZNh&^33x@&rpTt=x;
zSj#d?l>EeFkT
zb*sA0-FKh6_iBPj*l$=(@fzPCF1p~{a97+3)i;gV{Dw(1{+VNisDRVN*TOyoC&HM+
zLQ<#~!8S-p7EucXUxBv=U6q@vu<*;L927J#P2-Veju|tJneG{LPiI>*=18+9t__~2
z4~~&KB#e1vuMJLn;E|mh?@4o~OUHPFJe>)=^^$abQNjLpy~REQpFtqcYY-^a-9?2m
z#aLGXQX*?iLL*phU)qWSso@kdQ=GPFK_VpE
ziUF@Xx4yuUkw^qRVxHAEPaLYOmCAiR-*kN)edok0jqf^9ZrJWajYQ#4M8zVWaFGXC
zX3WSUH`0TaJHFpTYb(W69FSK!wZs3(z{iEd4jelO@cdX1*T-U=qa>yB-a6R#J=(}N
z^xxb!!2&fTj-?O&nTXV&APeI%BdgKtpzmULx8-m-n!8t1t=ZgAH>zW<#aYSiZ0sJF
zl^xlqDpvH59huSNnz7Z^oY6KyiE{J0OqXzBtSK*6x_toxfj?lXOzRaI`eh}hKegvuL#*aIu
z*iECAZUaja!y%hM*)NNnKo0IxGslRy4kfynh$lXlb0(nEY1_~LNaHP633+#nD2$SN
ziz6`7pN3ll^*_)&U_3rlwHD~#K(&|G^3Er)!;@Mddn{f2Yy;6AuumbrhyQyl+~;cT
zb{86r2x>xJmpdA=(v5we8Pljo@ic!t1B^GZJiRfUUw3p5SMxdfTymr|8rET_3Ol@YDbhY-=SewmHUN2%a{VZB~$}Kq|t)9$67&HSfY)s3Uyr&+9@xoX^NPKD^Jp6M`ro
z)~BV_r(OcYjWbX-@cGHR`ugxBweWQ`l_)dR_xJ{oug9MB-Itjg|E*a*>{a9_&%c@*
zBp$@UJDi)EgszetTvb0#^-G1;Oy#Zyb>_yi(@l!JD!kn58<~QGm{DiRXO63Anvu~4
zG#w^XXRr!-NEJm$9)gT;`Uq*``Uf6wJqkvo&6t%VjYE
zK1VH4V!dN53D1VKt?aRfc$}LvAN|=Re}C`~brHX$G50t(V?G??%ps@LSVB1J36@8P
zQ4sC8V%y>?O27FnZ1kFF>A-($-Ga7Eqvg#gG#C~3P&m)Bgx(F+j*#<)h#zXb5uH=g
zf`Wg>&Z4a2o{^JCkxB}WoZCe+8lh>bDg<9#35=Mhk-hl&h5iM1a~2zQj{6pc1nU+l
z!QVCjnZy7#AEp4D}c^dAYsw-2}L}XrenM)%JGMTANR;Ls53p@uS9+PFst)
z_i|gKvmDg!Uh=}9l%6i-Q!+^!#RjX+u8d4*5WdM14>6B>RDE>0OAG8+0g3y+~-H
z>!~Y7SAu6phplcfkB8l7)Rl?p$f0{dj&~19_Rla)J|CByQtyHq{l9Nv@^xhB<09P+
z%E(##L%oEmfh|trD5feBSC#hE>E?BkF(T;>#(2H%7*Cw*B=DSy!XuYpl}IUPi!i{!
z#eXP8KHNexOVubJbxW0Kx~D?@Y}H+P;%hp(I#f3zi|knI&I+wg2vv&I&DD#uLy^N)
z_mES;6Q!KJb83y4B;fD_GxW75GL-5!|Eec$7w!7nC#B=BBw6PqwpB)O
z7a=;2b>b8X%=?g!dxjWOICT
zV*LY1OrJvMwL}EJ&_#jz=H70GCnF&}oF7xf^CzM2zOFaP-J5-U=kH&!yAAs5Mt#?R
zBm0-^?J$386f@MvcjwiAhCni?`|!r>O!u=!WEQ};c(4bGPlnZe56w{j=uyIn>2D`l
z#EAsK*${p|PmzDd1YOS-D5$ptwRgS{xJJvTVuI{kqvX{vK}Js~XM1}fn=6jR%^{G&
zG49#X9>`z>_iSqq6gDhuaEfyVI0IFYLTzdS`HTzmxXwW>Nd>hZNY2)upggSLL*G)N
za}Z2i55fdUeq{wz2r$4p-;`Hd0TDx^>*#=xaFqW#fASR#@uO`aKK8!(B3qcK14G+8
zfw5zGUpu@6GgS$Kk);3H-+UBHJrHq;k3L#&Y-kHqg7`kP?`^fb$9EYe-DX1fc6x&*
zP3CVplN-~)A3p#mf?q*wG=H!(|9W(FS4yAEkRUJuA!&vV-ctR1wZ
z`;Z^M%;)4(#wDSkMkbuV8Jn@vsxmj!&9Z3{C2&?JmofU;K2Y80jCQ>RCMDi~?N*0Q
zXh9iNc+hE9#VHx~kHb!aLgRjHg_DjnHT=fnc8{H@lH}m^%3^=Yk-wWWboy-hKeuVA(9@pKBv`;8
zLrk2z6-PeeztIHv;1H|?*~e_t+EZR@>T2y_v=|UJ)Xsyila`D@&1AxJG8%c$e4rN`
z)IRC|Y{nDpYPd!Y5w2XAL}DoHK}+aIDlu
z>TL)H862s>XBFJc_y^!4m=zQKoe24GJ77=zu}|{5!Zl$ZX@e%eMNTw^VZnomTB2D`
zB9VdXPk@xehd@TxWp=z+T3Ibe-<00yexY4t6vIfrIwblXo%;S=>f+8!^h
z9XD=>xSz%o+pRHs`X?rMqEKR*Gkn^b1Px;|y~P_%|yKX7)?->2M-#5Nj2H-PfD2t7Jyh$I-)h!rI
zNV(+Twt8L2gThCN#g6QqHtOifjrAvM?1hfZ_T!DjWkka-Hi9dIjw)B
zAyj);rst+dNaO0j;&`70S*X=cg0iEyT^?{7nZ1!*t?t3x_xZZ07=8ZyTGp|Q1n}$755XS~2#OLriupVWIrsnKixbZF_zO8$V3$3FhQ+U~QqjdZ@iMZE+agQN;
zNyd~D*%PDr3)FVc*;CUq2R2fp@6>Qvn`Lp6)gu$3!Fb83sb%QJ`+&+^#qfFR`MI@n
zQz*0+a{oB3FowwTYIpp|C;#2|a8BJT>l*h8$LMNP$?maqi62CCOr#`c8Im(rP^j(
zTuc0Wn?#R!S#;Sp%$MuO*m>7OKyH%IQF3ARO4@Nk_+7C~R
zqo>=tMz7xa+}C~VJmpP({qAP$bl$rFym1m{@!+$f9aG5R)Ul6VD!LUvjqUhqE@opTnV`s#yL6WGGXJ+MuK
zL*<7(%i0cJD%}^dOu)mNf197B!`8BTD$C`!f2eP`&_oN!Ix9;|xBn?PAeggS3pgro
zqCuxua|q-#oeJ|LuHUUfIA;BJPe27xZB(@n{*k#pM>gCPZqGVn=Gtd7%H5QZk!fe|
z={*fKyz%~)C*Yfth~CZd1_zrB+@6i;b=d>6UUoVRuxv-Fj&8DiVl-daa-n9t_F>?-
z7PYi>@>akRLv^d6`$_1}!oep@zG)^{mIR_|iab5qJUMl+L7YJxT;;61T@h)#IQ|~6
zr)VZyv+fJCXq_ktu~uOHcU&cI&uS_>?gl_;~uU>AH-6xr$_`ZSg2!B
zU&QSyO~}?^VhuImW^Xf)1M@5EPAUGimhK3<&A$2J-g}yBRn1)oYwHop(gFor
z((e-FuQ^h9EM27p264}UD3ALrvYXzc`%@GxpdWL<4ijuZaug{LG|RkT(xS|c)gATf
z058~kmZUx(fzx?kCPMsf#*$|Y
zMEd=PER1P#Xl?aNmN?9Bf&JTR7KIpr$QCwZN&)3XQgQwKSwnOX6hQg4rxr<*e`Nq7PGoQ+#vh?xE>$UJM2e@G6o9~Bv>|#sM&-vi1!Lh0m$+59cK*@{
znvdVquO{P61uH`;WLoUnN%OcNa){7069=`VCy~WZ%p&lNZJM!Qts8z85=(#aq>WSD
z&b>~Vz{=C?ZB7J3e&$&TCk0bW?aTqBDd|wvolNHdX5_6L5ueA_X1`o){A#L!T7f7h
z+BDMfMucMgL;z6}_i=zl9=Eti`a`RW>w3l^PzTee{bdtZ&+*5A2X~}Il5Kce?MJ2y!
z^ayTt62ljjE~x~{q)J^8Ni)(!AT(nQHK*4TVvM^48EsWlSc-IGa(S!c7W~Cg!!=kd
z(qir#Je-zzl60)6(s`z!q^sb52mW;%2X;-MjClZ;QT5QD7t;fGVv5Fr*xdoN>JElK*!Q$v=68b63B7|x
z>dcs4mNbo$%y^F&^@-+lJo!WDxs>ozzcZlX><4MBO$kWE0h+aj@zL~XVmWq%hY^(^
zq_nvj0=!?ZTPQ9sMgwA@K3?V)H;I8OMtWhJ_%E6Mf&P!c?dzTu--2t*_vQj$%*_}t
zn!DWrUl+H}o6-CkJWWJj-Vf*9mSA0YgcWp{Jf6`)4fcPRg|sMg#?kb2cEZI>H3NKM
zj$_u$@H?~{UCqXV4{#ZsX}he1@5{fmo7*T3<5ch#XkDnM<+w6La`p$i@@hXYlCaX9
z{JY(RBuJ;>HL}nt2{uM6NsoVXjalC^`_|UAz20HuMBd6S^0?;=C>@}@b6exXD`5endQaMkIUD-C;v@l9zIos9;p(2x2aO72|4Pj}!UXcf0;{wnsoofLFfo{r4w$s^b_k$IXm-QQ+#df_%l!aw
zGQlbV201^IW|wLs7M{bxf0>s`B{4o%*s6s_E_j=NpmhZJQh&!?es9+p73R9u9g3Ur
zpEj52F?!su(K6i%ZM=+ch~Wv54BxM@i;Lc@KFmw5iSwR8Jhl~|i9^7Hq8qEZxMdW!
zZ8R1dft%mR>X2qVwhk4^`=M3O@f8uab-F}al?B4A_?jWJaC7`6+|jX2srGe5Wu1vD
za;TdA4qFI|!f(2m^B7kdGadfe;;zflPQqF8+XXz!K~U4&PS`$_?S@m$ubu*Q*^8)f|3$6q(#*Qc
zQglhGn}gU?i>=xw+=}u@g)m;Gj3!4fJbo!OU^O2!%#F)Ag$r~IrHjSKZ)5r}8wk#?
zL9hvt4F!6$JDou6);xeRfn;w!opwZTu?73_xnbH^pEtAbFnkW`hIfI-Mm>0FM)Cf!
z2$i9BAx8NGMnFRIwjP+`64ie8Rf$-C#}UrgB6;o7B*A!*?kW_y!xnH!YeqeRjV`@R
z#3p{dxD8`k?SuM&Qb|c4nMeT)Lsspfk}9&>asj@S*KMn!;`RX}bR(;z6p)ms*3V{U
z4?8*Hbt6|eFG3HDR}urDY|62d*HycD<@sxtnDV*QMm9o#h3S>geJ`hzj3;N-h*Fsd
zTq2`%d~z*UV}**l$Cfzl(J>XKYnA41aR|4AooZT1>v`(k95H=D^GTKJ?FH9
ze8ZEvk>)0NL*+A!KunW0ZMWwn*f?yof=-AOSVwQ`&(!M;u8SMo_Q6CDO*-bz_D2Z|
z6d(WCGeu#}>B@e-9ldyQ$u}>WuUr=}c1A8^0VA522RepOxET`E2_NEEvU>J&e{9^y!#|33-L95Ih(ykx((FB_42;asnd(#VYx~7PkjTm
zf|`K4-La26c%Oz3gq#?!!p8eIYKT1^FLmz4J-VuFO~0
z(@|5GN+eyyQ8o5>hmtz8Euf8Qf4Z{5%nO6^8;e>uDt-Zr^rmEW?}Y8tUaQE!whi0*
zNnp`HS)PtEil?*$kJ(Dw2!I`!#K*6MAE|JZW?@~AU-FMvH<6Vd8oJHTS#m=rgsi5W
zw;9#vM*6cYvPlxKDOwY{&Ayz(Cwy<4kxD!{KiELi>Zz{~Mz4g1iSsohB{2AU0n@tQ
zgt*=cr{71DVnN^WwZWlD7;Y??C~%-kJpa1^VgacyLUoNLz*UW-xLYz|=$hc0=o$-N
z8~E5gWQuKb+$j-X;{i8!Q$v7;C#?5-JJ$#~2;SUJw>MKabR(+JK)0Q(UWm`_MbLD2
z>{E6W(Cb0*ATeGk)c5VC1L<=#-=v4-9dC8Xjg`85eVDPUxq~49Q6_+{Hv)$;ef3e=>2Z)#il^$CG;|oVKYCLG=B=R!0}q>X}^V
z7=r1PYSkj0-~b7u4#dpI)aJ>Y!=Lo2<7g`OoE>
zHcvDy#d}-zqu-}3UC?BknfbI!ap4b>CQmM$?P|%6ouSoSEsx@u75v>*1J6?}w~SVL
zL7#6tg^XlZH^-0TF9mrXY&&Q0%Mx$k%*UT>r-z@HRkW}Lc?X#yS%}{(3V_Q*8>F|8
zdD9Xi#?g*)f)Zpfk}H=&z$Y4mCduixy!2Jxf5E%BZ^81IN{MnCA+V8Tg4tTt*SGe6
z*icgVdvw&?UVr6shj}1AFCdD0WFO0&W4i2^ogZhm)e6A~)N7^t_Ml~F%;Nv{t0Of}
z0cwzuXZ!0dY@r5Q&&eYdN8UBP8s|ts2YNAj4jg&aZ~soh`+ibId(_4Q^7!dOB)AEP
zAP=`U8dF}Kq;DnF8NydX<6RGcNh@36EeHq=Tf5Y@9A2<3$`+q;yLS1>THk-k!)Vf-
zkBo=2B1_EdSa+DJJ%d*I&lgl990rmKF*UUgRJMu-r;PFz;&bK2_J&4=aUhqk5vWrOb?DHe@|#8Q`3AWyfDGBUeXumQA|I?>-T~iuICly=LmHUDOX3D
zjDy?{MzxpTMdZxGVee1kgR!qLy|p8a(p2bv@RUsnr+t+!s&BEU&;ZP&`5{!eB$t1x
zJ)8HmBx-eICp3g+eJhk_b9!;+l!`n~nc9hLrWZ1u!I=`R8(sIigg>c!I=gfZgcE*1
zERARMm)Vhd_+`Ku1Ag+dlb|0mdV%4D9j!`p>8D$S0^q!Q(;Lx(y0D8m{zmHhnVQgE
zvh$vJ6%ZqKnOx(43;YTcZ&
z7`Z{YCZc>$Ac(nblWo%&N5o
z%XOtWOYJooePLFt6YpTmgW+WK(@Dr`&vV>0Fllx4S1!@&^SU512Nt@IYH4qpR{L#i
zaHZzzzLQX$?^EO{9!3JzZSan(KG(!YI3&HVER0xk0ZU{kDvPU;=ARZ0M=D0q_D8b@
zSuTtJ$OP0o9rBhQicDWZ;)?5Hc3{&iy7=ZKg(>;Db)C|V
zHg_f~y)UcS$(4|FnTQX)?-9-g+YTV+?xgUEd?cD?H{0or0Wn|kh=T!K;ajBq)8a~8uP*#x{spJcHHbUleZLmh-))g+GR%h0F0d}Ey5SPF4K
zUJztsbX2hk!@8cvryHD&$U+ECpIZ?Hx*WiWG7^V|^09s#%*r85A^I5F(>{%@Izjky
z6Fz|yK=9ta^UqcJ_S^aoy3Dw*Z=->sJ)g6DxNr6^Jt20X-Pmu#%|Rco2ZfI!3r2t`
zdws|dImN%lHrnrxb$^EUGp
z{RWI*_<9h}u21D#z-ODSmV1zy)FXjSO%;KNM>CD|$d1LFzh^efWrq{iO7XFIec@>t
z2;eJN$E@@LQ{^7DNyPzaddatAF0D?#q$WZ7CvVkTer%Np!n;=$^3OG3k@(+8&J748
zHC9L^s=eI=~cv_r4dkoRkz8HP=4nvWFTBwlV7n_@~+T@
zEuvCcqxJe0qpt_+e5lyNTSywI827}bl{n--m!$!+LsWL*UR)-+OT32p6B`6j{GI6u
z?HAhbQ>=sFL5YP|7>*eI%17l_F%ojR!|RTgIVgV)KcmZ3;?PnJ=@S_paJ3QfAy55~
z`D4N>==As<=yJnybPWR&+Qa^UMaZ%=tfz(&6%Mu?>0^ft2FCCQ|mH)M0rru7pE4?{^h{qAm_(kIS0@Z>4s=
z;Uct9|7O{pv&V5AO~0<+H=jY|xR*n`oy1W5b}8lTYa0I)d>}!
zrOuj7KZvL~h?rlI?UbUv;2qRfQugCXt
zEG;bs?gX&^Iejb&woO;T^6c0Ku#hwqE!H)q}k9GpuDQ)omJ}
z;BtgI)7YiO<-m4^I}n6FE1TJ^92yZ-19-g<#(QRIjAJ*DPL_1u(DRS*lG>#eE@0%N
z?iC%rwO=PzNROq;t4lznUB?X{|B!kg&*O23niLBr4?+)F$5$KuaNdO2J+7M^?7k37gHVMWqQ!I3u6BO=F=g0+mo}tcwAU9@TTCt^!KhH
zOg{Q{f<(8sA3ycC$4=}-Tnj^qwo%*Fm0iDDmjz>lHlLx*%+itCDC{-MjzI)P&w1ciFgBWu4Le7m8{{hqgU<
zcTSKi{dqt)yr4Xg|r>s6YL_iUP>PSSd`EC=PtxW1Sad)IM@!6
z9!%id_Hs^N>V3{rM^;Px#WJ?-9*t#cou&HC*5EqqaQVvB9iW&TLZZ`VdUwiFZr?MP
z43Kg5k@ckOn5%t0Gdls`>}G%aJ3BNNeY4X>0^ky4Yb*)-d(9upn%Y$rNH`+N)))zC
zU$M~7)(G#042|q0g8<$s$8Y%w!0r}eoQOoX3U}S<&Xxka>g(kJnW~SQmdazK_76Yl
zEaafI&OO3NmO0C+_&p95jw-+THcCDOuvT`#j3C-QiFamW%uVmIznH<-s-4$I)5MIb
z-}M=w&X>^a8``qDexFy(q>v!_h{Gx(2WVtn)k5ba)GDQnOICOi8Thl-+FF^#{f)7L
zzwG8JDasyJ!ByjQ<(lhu`M$!Vz1>d{Lc&Yc$Zf*&Rc~XX@2RHQ9rSzlXBse3(X~Z;
za%TgNd=}~V95KokwgEGX%oa*I1o%16`B@QqX=I931bx-D$t+R1tEYA^{xuo^+bkdnTpn^$bJaVDzHBS)L@xxe|~*hi_K;k3~TmzNOd1-gePG
zz7Ly|sr`KTuctyI#1)~So12Ny!q9H3hsDwBA3cn?IBzk_G&}29ALiS~_r_ICEQP7B
z0z5yfA<`!%kxmVK@Wy>jy7i(2bxm8D!qX@DIv@tps!g!8GNwnpS|DMD7N8C5rZhYz
zUC)BW>;qXo6{}Nz;yds&-%ObqV8x!FXev4w|5t2PryMv<=5@)I^J~{4Fth(#vL`o{06fMs+ms4O>Oi)
zDMZsm*+u8{5i#r+jNl#$%`W=;@y=(OI
zVwXF+%L@2mbMvhFvH9eZglXin*Z^y(RYrcKcVq9h^<=Mw7=ZMH`m*&X-~4%83k~xC
zm+E2LbLRu3GwC#0%K5f43LFKDzTBjS`Z~Nk%=X}V*xv-!(T(KbyiE48A#g8&CO+k!
zyt}{rMaN&K)Lh|aB;UhYw-Y)fbR;|^Uy4rjH!pL(ze%qgkm8`u(yj=kx?#xR!B>n7
zTJT(H^;$-)87qQbGfboEhC$JME~KA&v$}nudHd^ckd_!91z=&l+jCc1)&v!whu~5_GM9e`fwgz{XCvBUOjMsnhjPTFW4MDZ
z6Tzrt1VAUQ!Y?q;jN9nZFJ9XJh6Bp-peYD{iO9~>p{38W6xl$addacJgxi`_sW_%O
zEHkah3s$s-G7KBzVx8dQ{*rW*b
z(IGa1^yZ&MYkgJb-~G}A?tKkRrVU6-^9gEAUe3h(NP`x}E|kC0%fAKu>*&%d$Npub
zzCO&-k%TX?xQsvV=0)n^M}9aC)l|ql)e#SPqY!(u$W-E#QUdtTEz4=l%iW}1)63l3
z7LjTc0#uVYxc-^kddID3X%&)ioCj%YROn9Hi{}O^9M_t(&38pGj5MVZO%BdM?cbmg
zKkzVrxq?uR>I#o9`s%Khr*8oJfJm(7I){DpOW6BpD?0tv7Hc($RxK_ADnhbvv!{e7?wHr?yU5o^NH$L+pQ#;F+aVJ^)wYD3=$DcBbblKg~+Jw{WYDEszn3Vk0wOh_3Gypx&ypzB{>XA^lTz
zch~mvo)IKNr)Uz(WG4_$iRuDO&{ZjCp)i}gR{f^tE6sf`xarek1*{7PWNF3s%GAeeW+ma
zVnYM?VNS$jd1Se;+iSVseaQc@;iLWxo3=xUa0jPua5loBmCqLKb;#1NGTRD3WNC0#
z44|^d6y#0UuWAQhiN|&MF%2Sn8{Pr-go<|C8N0r~56B?`A9sAQKCT1|ZWedMFLDQ0
z{Rwc>u0U(R*a!Ge%=g$wCU4)xXDM%j>-Ugu>ut~3ivMG)w9A_5xa#8R$2Ch}7fe}-
zuGvSjc3tx{LOH@>lF88@*?yuL8|-*y#rd;I;PBy}*|onl2YV08WI~%hrFXL*dd-7t
zFq~%OW|0@?dmHGw#f55sZ<0fw8XNJ5V|(-DY4_DJnRM_zEym(=ek16ASnq^huW21C
zeBMGeh{2cH%fcC{Lj*#%xF2ip!4OTp%yID4OwNgeWJg#d>UR0%
z#Hcg{1>5Ek3}9laNPKy3Y{
z+KmuC*FhuHig@CTneyR`H7PhWKZeszJt+fNEe$|;KV5nELsY4LO?N*)eL&2#xw{iC
zQ6J+2o`D`tFQ1bIAv#3h#!h0L+<%#8zPHQ24wx$@a}w(Fe@3~luHQfu%z#bV$b?rj
z=fiO15kpTF%!!f@41)~*MF+jkOkdd&8thy|>Gvw0i*z!6Cas0y6Eq`$Htc%}V@oWP
z#^$t%4crzcYf>>4$<1%3&WtX5o4Ic-zGh!7#Pg$U7!&?hWja9+JfW2kM=d7QGsni-
z1NIRWOP)>F`t(Pa3pFQ?i`|dMo93Umd^Ud_WCRxBbCw&vb%lsqs!zBL+1-CavDfj1
zT3AoHQsx2OWwV%#-t&LJ1z{AjZ;8GmEQbwiB#5F4nfZlCyovH3>%
zWAle=*Adyh9p3fKK~ZIY1-mNJT;5>KU4(KPSnc2eWqBUn9siIT(+Mj{xrY+)IpK*Hz!vB{I{&WADowpng<}CJgZ7uIM
zH#=LZNPEABK2@CFx?rkve?SU$=lkylcNTJ`LUpXzC(DQI5A}2Ks
zv!GGdtJxzfmuj3pItFtDkJWIG9tUoe1ZCWFrC(*_8EArs9VOx+S=S3zY&w8;FBMzI
zp%Z)CMiDsaHpZ$8G?tU2;&$|RqP1)xX&W6!efW8LERiw*=Q_Myx=k`CaQRDsI$0$X
zSFXMoJoWHi5p0)}E4}YJ-Pn)~2LbP{p+rWaRsk6XH3fpb%mDUdwVd&Xy9y0O$=)rV
zz*K6BX`C9anse1J*Qj8KKlZvC4*ux%y|@_a5A@xMxfJ1Ci4Mn}Y>+;=BE+5w^0}0D
zYh{hG)rqb|tKtA>4weoB_$!B*@x#3o!!e3u?=vzdS%C%%-ozhVks7i`$~aChc9R5F
zj3-Q8hNMgfEm^f@f`3%qJ@k$wN#429I2sV%R91fr8l7i4_C0xFa}`E7^}+{~3^D&9
zY#oWaw>v^ccKsMVsK3NHPWnM;t9h8DGZf6_Cux3WaVkf_?5ubej+U-H+~Zjq#6SUy
zM?8u@#?V#?TCypaM2;OZd1=BNl~_9|vzeV9oPY{F=+JEZOUkZ&D6wF3Hpa2T`<|=a
z?7eVVhq&6ErVZ?e=?Ns!`x`mv$HP1CeGs|zn@@`W(rea+!x_dw
zhIYOC)Wx-(wFl0o>vz7273yPYkZOhh{%;(#d?vNrY5thWyBZIFPS;8lpJy=j%G|d(jw9DDwi25*_{52W
z*qn@s?!(f@;NQRkEeHa8|JXME3$VScl`CYjR+v#o9m+yFEYBc%HXR;*j8Y67mEqh?
zl5t%*u&fk(!qXHbfZbzIEf>`c8e5M`J*VaOEDGDiiKA^E6XZ%FR@t7miF3|e0H-Zk
zTc~)0r~EWshuncX6VDHtxykv$e-4kHtDa6{nF^e37cbQ%N6Lran#N3Ko;RPGyKXHp
z;+rBJF#q&R3bP)7`7S8UBmc}WJKx)4*53-UFHC&A_9)M!f;ntE_|<*=1k`+tGp+|T
zd9Qo^@f_fRn~S;jjJ-H7upenE)Aw2ma5wk$AdP`#2JINDjAFP2J`v3W7vAQci+m_!
z)+x9Vo9F?jzMQd5HYLYzPB`Q+b+1L2Zit_|Zf85-eT@zI12zOE%_(jVH~b#X!NsbO
z$#k-rVCy~s25=~ij}`*6Z{D#v#>Kb%(
zRPX)G*dzZ|eK6Q9YUB5lJ|fblq#R8~MfoH=
zS%$}YSdECHH^E1g!r>qDJB)L~UXoCr3Gch95;{=VL4Zh19D$U1ulVX!OZjgC{J
zm3k>o@0hj7$AlLNM>+d!lcc}ea5=o~l!A+c%F*kKt_LYkVp>QAlWD?j6n>*ksz;?@
ztd3?zcar2};qHu7b7}jq@uumArO(VtnS=ZHZo2Inms-UfH6zowR_o@Iu$1(^@kZ4j
z=5q#0#Of_5o#R5TLY7by98nwl^^P6X*{TnIo0>AZ^8BbxZrROl-|@pENN3XI>=+A+
zCW=iG6Yec66YbZpDyOUsET<}`F7yE{tWL;U9KEukvQvtlE2i|Y2sKmO0*Q-?kIR5b
zhM^NcC5!1S?PCg_c3Pn+a?9oP{A9$jjirSt#6ov*diHWe{067BB}ArH#+r?Gq7;+s
zA6^zWo@VBTnG&{inLFyK6w@+^ew&Uu#s*3Swg&13zeXzs(~<^7&TzyuK!IxINE8c}
zZUB#K#V%AD6+xJ0;g+V)+7X(LSJUvU2CCg!+r!7FE43;MHk1Q@zlAulmS;=Mddi-DIPVPx#4C|gT~(L2@8jTT9AxJ_4xk6E3{=1d3XkO615gC^TQVhOtPS8F&(ZyGS{EIb(
zm;4`~bIqa&8-o#07`$Ui^z~VhORouA&HA4fJG>xxM{~WZ5m_5v{EG*0r+%R^$X~*y
zDf_RB*<6`^t;PAXAZX7^<57#8wV#x+9AM?GI)S?-XhB*S{EeR6&Y3k*Ku;dl4>8WP
zjyY#2p@C~*S{h^HoZ8G|+u5{X)sS6!+JaQ7SdA-XtYD_(s6icDyQHhkQG1lTHrYE<
ztMmF!Ym1%KPGCF3ZusOEA;9E`8aohT>TllS1B>n3MF^7Q*-NINqPiGC*l<-ov0ofu
zV5>g#h`A7hVW%lYQ`m@h)q3yZGxh#;xGucGesnELVDP$S0{d(cN|^n8rxee60u`CF
z%OTTjs6;7nMGHDsn$+?VT-U0sX`rE3cgs(cbEBCGCx?BqR6}WH7(p((JMZBa9$}M<
zO@oV!wHx3rx3ue=$5V`ro6G#>0w>4mId`b=(F^=$&V$$Hjad;i6d$ex5mWxCcZ9L=
zsE67B-w2c<<3(8ZWf1mD@pT_a^}YRNsrfksE?3brdqy{<;(ME}&ya|BheHEY43^aV
zC{_}l+oMwvFCNk}zs1!22*&WuAJW4ny96f4f3Z^-N&f@dx2zgp;Awz@kv)sTxL;a6
zgT@yroBy;ds3MU)jm=sXx2YI$qF+;Y+AkFE_m|KjbGKkf53n)ywU$l%-;kb{=7aGq
zrj=FvvX6x~r7)vO%kfl^F#8TxR3j%-zl<%qnQ*8a8VR;sQk-Nb72n?S8+2w<%(pY?
z*qiob(sgF3g82%(i3I!UvZF*2O4^`pWeOC;wH6am>P^>l6gymqR`VA%82~SMp^nRp
zs7Y{f6=F(8NBh*K3cd$6Dy6z^uarp4CPv&qWz{g}
z#Xd!+l`HhT0Z3MTu+#6gsZ|6zV4QkZO$dK$zAZ$;KWBp#4HFlm2XEVCnh
z+3O5?tnnyOE)u`;)!15O)xB9oWXI^%Is
zdKrzZp8Mfi!iA5{_}&^nKuef+H}@T%4gGV9rNW^h@hc~n49S$5Qsa;Dr}mgTO5
zP%#4i=R?EjB_Vsl=NJMy^O)wgzo?=o1jFlo){vY1UO
zF(iLq7QLDmyv~ez0h461G}W6q1-{sIWzc(~mF3T2k$|O~`ikjv85%3}iL*GfOdA=J
zGMgcr4g;;!$%a$Xi*l$!9nmFO)8d7{c=S#GE*t-mXpHyQ=IPN9*`*&o-1kO6E88g#
z`2coVjG1-vF&7P=l7<>(bS!Br(xjvkF3)F~o03~?T$}Bx{K`lxixI@%o9!->RDayh
z8z@Dt$wr2Y#|
+ View on GitHub
+
+ SevenZipContainer Class Reference
+
+ View on GitHub
+
+ Other Classes Reference
+
+ View on GitHub
+
+ DosAttributes Struct Reference
+