diff --git a/.jazzy.yaml b/.jazzy.yaml
index 528b2dbc..9baa639e 100644
--- a/.jazzy.yaml
+++ b/.jazzy.yaml
@@ -4,9 +4,9 @@ exclude: Tests/
swift_version: 3.0.2
author: Timofey Solomko
module: SWCompression
-module_version: 2.1.0-test
+module_version: 2.1.0-test2
copyright: '© 2017 Timofey Solomko'
readme: README.md
github_url: https://github.com/tsolomko/SWCompression
-github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v2.1.0-test
+github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v2.1.0-test2
theme: fullwidth
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 58dc2b6d..018e6204 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,8 @@
# Changelog
-v2.1.0-test
+v2.1.0-test2
----------------
- ZIP archives opening.
+- HuffmanTree is no longer part of SWCompression/Common.
v2.0.1
----------------
diff --git a/SWCompression.podspec b/SWCompression.podspec
index f088cead..0bee80a5 100644
--- a/SWCompression.podspec
+++ b/SWCompression.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SWCompression"
- s.version = "2.1.0-test"
+ s.version = "2.1.0-test2"
s.summary = "Framework with implementations in Swift of different (de)compression algorithms"
s.description = <<-DESC
diff --git a/Sources/Service/Info-iOS.plist b/Sources/Service/Info-iOS.plist
index a8a026d4..a6dd66b2 100644
--- a/Sources/Service/Info-iOS.plist
+++ b/Sources/Service/Info-iOS.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.1.0-test
+ 2.1.0-test2
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/Sources/Service/Info-tvOS.plist b/Sources/Service/Info-tvOS.plist
index a8a026d4..a6dd66b2 100644
--- a/Sources/Service/Info-tvOS.plist
+++ b/Sources/Service/Info-tvOS.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.1.0-test
+ 2.1.0-test2
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/Sources/Service/Info-watchOS.plist b/Sources/Service/Info-watchOS.plist
index a8a026d4..a6dd66b2 100644
--- a/Sources/Service/Info-watchOS.plist
+++ b/Sources/Service/Info-watchOS.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.1.0-test
+ 2.1.0-test2
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/Sources/Service/Info.plist b/Sources/Service/Info.plist
index 85fca7e8..94ad7300 100644
--- a/Sources/Service/Info.plist
+++ b/Sources/Service/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.1.0-test
+ 2.1.0-test2
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSHumanReadableCopyright
diff --git a/docs/Classes.html b/docs/Classes.html
index 10ae726e..8e4693a1 100644
--- a/docs/Classes.html
+++ b/docs/Classes.html
@@ -174,7 +174,7 @@
@@ -209,7 +209,7 @@
@@ -236,7 +236,7 @@
See more
@@ -271,7 +271,7 @@
@@ -306,7 +306,7 @@
@@ -341,7 +341,7 @@
@@ -376,7 +376,7 @@
@@ -411,7 +411,7 @@
diff --git a/docs/Classes/BZip2.html b/docs/Classes/BZip2.html
index 094d41eb..bde6f341 100644
--- a/docs/Classes/BZip2.html
+++ b/docs/Classes/BZip2.html
@@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
diff --git a/docs/Classes/Deflate.html b/docs/Classes/Deflate.html
index 0b6805ec..96e5067f 100644
--- a/docs/Classes/Deflate.html
+++ b/docs/Classes/Deflate.html
@@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
diff --git a/docs/Classes/GzipArchive.html b/docs/Classes/GzipArchive.html
index 1f91413d..c3dade45 100644
--- a/docs/Classes/GzipArchive.html
+++ b/docs/Classes/GzipArchive.html
@@ -234,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
diff --git a/docs/Classes/LZMA.html b/docs/Classes/LZMA.html
index 141b261d..94a0806d 100644
--- a/docs/Classes/LZMA.html
+++ b/docs/Classes/LZMA.html
@@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
diff --git a/docs/Classes/LZMA2.html b/docs/Classes/LZMA2.html
index e62a4593..0684dde8 100644
--- a/docs/Classes/LZMA2.html
+++ b/docs/Classes/LZMA2.html
@@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
diff --git a/docs/Classes/XZArchive.html b/docs/Classes/XZArchive.html
index 74a83928..5b803f53 100644
--- a/docs/Classes/XZArchive.html
+++ b/docs/Classes/XZArchive.html
@@ -230,7 +230,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
diff --git a/docs/Classes/ZipContainer.html b/docs/Classes/ZipContainer.html
index c2e80127..e3326fc9 100644
--- a/docs/Classes/ZipContainer.html
+++ b/docs/Classes/ZipContainer.html
@@ -166,7 +166,7 @@
diff --git a/docs/Classes/ZlibArchive.html b/docs/Classes/ZlibArchive.html
index 6e8b3559..ed1774aa 100644
--- a/docs/Classes/ZlibArchive.html
+++ b/docs/Classes/ZlibArchive.html
@@ -234,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
diff --git a/docs/Enums.html b/docs/Enums.html
index 2386c1d0..661c1fe2 100644
--- a/docs/Enums.html
+++ b/docs/Enums.html
@@ -183,7 +183,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -230,7 +230,7 @@ Associated value contains already decompressed data.
@@ -257,7 +257,7 @@ Associated value contains already decompressed data.
See more
@@ -306,7 +306,7 @@ than the repeat length.
@@ -351,7 +351,7 @@ Associated value contains already decompressed data.
@@ -394,7 +394,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -442,7 +442,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -493,7 +493,7 @@ Associated value contains already decompressed data.
diff --git a/docs/Enums/BZip2Error.html b/docs/Enums/BZip2Error.html
index a03acbda..bacfe1a5 100644
--- a/docs/Enums/BZip2Error.html
+++ b/docs/Enums/BZip2Error.html
@@ -193,7 +193,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -227,7 +227,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -261,7 +261,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -295,7 +295,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -329,7 +329,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -363,7 +363,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -397,7 +397,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -431,7 +431,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -465,7 +465,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
diff --git a/docs/Enums/DeflateError.html b/docs/Enums/DeflateError.html
index bbfae443..6bb6cb8d 100644
--- a/docs/Enums/DeflateError.html
+++ b/docs/Enums/DeflateError.html
@@ -188,7 +188,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -222,7 +222,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -256,7 +256,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -290,7 +290,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 9af23ec1..2d1ee4f9 100644
--- a/docs/Enums/GzipError.html
+++ b/docs/Enums/GzipError.html
@@ -192,7 +192,7 @@ Associated value contains already decompressed data.
@@ -226,7 +226,7 @@ Associated value contains already decompressed data.
@@ -260,7 +260,7 @@ Associated value contains already decompressed data.
@@ -294,7 +294,7 @@ Associated value contains already decompressed data.
@@ -329,7 +329,7 @@ Associated value contains already decompressed data.
@@ -363,7 +363,7 @@ Associated value contains already decompressed data.
diff --git a/docs/Enums/LZMA2Error.html b/docs/Enums/LZMA2Error.html
index 553b80b0..d7281e4f 100644
--- a/docs/Enums/LZMA2Error.html
+++ b/docs/Enums/LZMA2Error.html
@@ -189,7 +189,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -257,7 +257,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -291,7 +291,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -326,7 +326,7 @@ amount of compressed data read was different from the one stored in LZMA2 packet
diff --git a/docs/Enums/LZMAError.html b/docs/Enums/LZMAError.html
index 9000037f..5a6ea3d2 100644
--- a/docs/Enums/LZMAError.html
+++ b/docs/Enums/LZMAError.html
@@ -194,7 +194,7 @@ than the repeat length.
@@ -228,7 +228,7 @@ than the repeat length.
@@ -262,7 +262,7 @@ than the repeat length.
@@ -296,7 +296,7 @@ than the repeat length.
@@ -330,7 +330,7 @@ than the repeat length.
@@ -364,7 +364,7 @@ than the repeat length.
@@ -398,7 +398,7 @@ than the repeat length.
diff --git a/docs/Enums/XZError.html b/docs/Enums/XZError.html
index f2e8a775..a488b4f5 100644
--- a/docs/Enums/XZError.html
+++ b/docs/Enums/XZError.html
@@ -196,7 +196,7 @@ Associated value contains already decompressed data.
@@ -230,7 +230,7 @@ Associated value contains already decompressed data.
@@ -264,7 +264,7 @@ Associated value contains already decompressed data.
@@ -298,7 +298,7 @@ Associated value contains already decompressed data.
@@ -332,7 +332,7 @@ Associated value contains already decompressed data.
@@ -366,7 +366,7 @@ Associated value contains already decompressed data.
@@ -401,7 +401,7 @@ amount of compressed data read was different from the one stored in block header
@@ -436,7 +436,7 @@ Associated value contains already decompressed data.
@@ -470,7 +470,7 @@ Associated value contains already decompressed data.
@@ -504,7 +504,7 @@ Associated value contains already decompressed data.
diff --git a/docs/Enums/ZipError.html b/docs/Enums/ZipError.html
index b48671cc..c0be58e2 100644
--- a/docs/Enums/ZipError.html
+++ b/docs/Enums/ZipError.html
@@ -166,7 +166,7 @@
@@ -192,7 +192,7 @@
@@ -218,7 +218,7 @@
@@ -244,7 +244,7 @@
@@ -270,7 +270,7 @@
@@ -296,7 +296,7 @@
@@ -322,7 +322,7 @@
@@ -348,7 +348,7 @@
@@ -374,7 +374,7 @@
@@ -400,7 +400,7 @@
@@ -426,33 +426,7 @@
-
-
-
-
-
-
-
- -
-
-
@@ -478,7 +452,59 @@
+
+
+
+
+
+
+
+
+ -
+
+
diff --git a/docs/Enums/ZlibError.html b/docs/Enums/ZlibError.html
index 7ade062b..570fb5c9 100644
--- a/docs/Enums/ZlibError.html
+++ b/docs/Enums/ZlibError.html
@@ -190,7 +190,7 @@ Associated value contains already decompressed data.
@@ -224,7 +224,7 @@ Associated value contains already decompressed data.
@@ -258,7 +258,7 @@ Associated value contains already decompressed data.
@@ -292,7 +292,7 @@ Associated value contains already decompressed data.
@@ -327,7 +327,7 @@ Associated value contains already decompressed data.
diff --git a/docs/Protocols.html b/docs/Protocols.html
index e86933fa..8d2d61ba 100644
--- a/docs/Protocols.html
+++ b/docs/Protocols.html
@@ -174,7 +174,7 @@
@@ -205,7 +205,7 @@
diff --git a/docs/Protocols/Archive.html b/docs/Protocols/Archive.html
index 74933008..ee3b3afc 100644
--- a/docs/Protocols/Archive.html
+++ b/docs/Protocols/Archive.html
@@ -180,7 +180,7 @@
diff --git a/docs/Protocols/DecompressionAlgorithm.html b/docs/Protocols/DecompressionAlgorithm.html
index 60872709..1459ae84 100644
--- a/docs/Protocols/DecompressionAlgorithm.html
+++ b/docs/Protocols/DecompressionAlgorithm.html
@@ -180,7 +180,7 @@
diff --git a/docs/Structs.html b/docs/Structs.html
index a99bf7cc..3f616f9d 100644
--- a/docs/Structs.html
+++ b/docs/Structs.html
@@ -174,7 +174,7 @@
@@ -209,7 +209,7 @@
diff --git a/docs/Structs/GzipHeader.html b/docs/Structs/GzipHeader.html
index 38e9a058..4abebc2b 100644
--- a/docs/Structs/GzipHeader.html
+++ b/docs/Structs/GzipHeader.html
@@ -181,7 +181,7 @@
@@ -212,7 +212,7 @@
@@ -242,7 +242,7 @@
@@ -272,7 +272,7 @@
@@ -302,7 +302,7 @@
@@ -332,7 +332,7 @@
@@ -362,7 +362,7 @@
@@ -427,7 +427,7 @@ it might not be compressed with gzip at all.
diff --git a/docs/Structs/GzipHeader/CompressionMethod.html b/docs/Structs/GzipHeader/CompressionMethod.html
index b16c4171..c30caf4e 100644
--- a/docs/Structs/GzipHeader/CompressionMethod.html
+++ b/docs/Structs/GzipHeader/CompressionMethod.html
@@ -180,7 +180,7 @@
diff --git a/docs/Structs/GzipHeader/FileSystemType.html b/docs/Structs/GzipHeader/FileSystemType.html
index baaeb061..c43e95a9 100644
--- a/docs/Structs/GzipHeader/FileSystemType.html
+++ b/docs/Structs/GzipHeader/FileSystemType.html
@@ -180,7 +180,7 @@
@@ -214,7 +214,7 @@
@@ -248,7 +248,7 @@
@@ -282,7 +282,7 @@
@@ -316,7 +316,7 @@
diff --git a/docs/Structs/ZlibHeader.html b/docs/Structs/ZlibHeader.html
index 9527010f..c65fb9c7 100644
--- a/docs/Structs/ZlibHeader.html
+++ b/docs/Structs/ZlibHeader.html
@@ -181,7 +181,7 @@
@@ -212,7 +212,7 @@
@@ -242,7 +242,7 @@
@@ -272,7 +272,7 @@
@@ -302,7 +302,7 @@
@@ -367,7 +367,7 @@ it might not be compressed with zlib at all.
diff --git a/docs/Structs/ZlibHeader/CompressionLevel.html b/docs/Structs/ZlibHeader/CompressionLevel.html
index 3aeda6b2..4d688d75 100644
--- a/docs/Structs/ZlibHeader/CompressionLevel.html
+++ b/docs/Structs/ZlibHeader/CompressionLevel.html
@@ -180,7 +180,7 @@
@@ -214,7 +214,7 @@
@@ -248,7 +248,7 @@
@@ -282,7 +282,7 @@
diff --git a/docs/Structs/ZlibHeader/CompressionMethod.html b/docs/Structs/ZlibHeader/CompressionMethod.html
index 32937eb9..5b34178e 100644
--- a/docs/Structs/ZlibHeader/CompressionMethod.html
+++ b/docs/Structs/ZlibHeader/CompressionMethod.html
@@ -180,7 +180,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html
index 10ae726e..8e4693a1 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html
@@ -174,7 +174,7 @@
@@ -209,7 +209,7 @@
@@ -236,7 +236,7 @@
See more
@@ -271,7 +271,7 @@
@@ -306,7 +306,7 @@
@@ -341,7 +341,7 @@
@@ -376,7 +376,7 @@
@@ -411,7 +411,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 094d41eb..bde6f341 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/BZip2.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/BZip2.html
@@ -226,7 +226,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/Classes/Deflate.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/Deflate.html
index 0b6805ec..96e5067f 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/Deflate.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/Deflate.html
@@ -226,7 +226,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/Classes/GzipArchive.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive.html
index 1f91413d..c3dade45 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive.html
@@ -234,7 +234,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/Classes/LZMA.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA.html
index 141b261d..94a0806d 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA.html
@@ -226,7 +226,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/Classes/LZMA2.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA2.html
index e62a4593..0684dde8 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA2.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA2.html
@@ -226,7 +226,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/Classes/XZArchive.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/XZArchive.html
index 74a83928..5b803f53 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/XZArchive.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/XZArchive.html
@@ -230,7 +230,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/Classes/ZipContainer.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipContainer.html
index c2e80127..e3326fc9 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipContainer.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipContainer.html
@@ -166,7 +166,7 @@
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 6e8b3559..ed1774aa 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZlibArchive.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZlibArchive.html
@@ -234,7 +234,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.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums.html
index 2386c1d0..661c1fe2 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums.html
@@ -183,7 +183,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -230,7 +230,7 @@ Associated value contains already decompressed data.
@@ -257,7 +257,7 @@ Associated value contains already decompressed data.
See more
@@ -306,7 +306,7 @@ than the repeat length.
@@ -351,7 +351,7 @@ Associated value contains already decompressed data.
@@ -394,7 +394,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -442,7 +442,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -493,7 +493,7 @@ Associated value contains already decompressed data.
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 a03acbda..bacfe1a5 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/BZip2Error.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/BZip2Error.html
@@ -193,7 +193,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -227,7 +227,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -261,7 +261,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -295,7 +295,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -329,7 +329,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -363,7 +363,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -397,7 +397,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -431,7 +431,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -465,7 +465,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/DeflateError.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/DeflateError.html
index bbfae443..6bb6cb8d 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/DeflateError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/DeflateError.html
@@ -188,7 +188,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -222,7 +222,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -256,7 +256,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -290,7 +290,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 9af23ec1..2d1ee4f9 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/GzipError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/GzipError.html
@@ -192,7 +192,7 @@ Associated value contains already decompressed data.
@@ -226,7 +226,7 @@ Associated value contains already decompressed data.
@@ -260,7 +260,7 @@ Associated value contains already decompressed data.
@@ -294,7 +294,7 @@ Associated value contains already decompressed data.
@@ -329,7 +329,7 @@ Associated value contains already decompressed data.
@@ -363,7 +363,7 @@ Associated value 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 553b80b0..d7281e4f 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMA2Error.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMA2Error.html
@@ -189,7 +189,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -257,7 +257,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -291,7 +291,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
@@ -326,7 +326,7 @@ amount of compressed data read was 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 9000037f..5a6ea3d2 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMAError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMAError.html
@@ -194,7 +194,7 @@ than the repeat length.
@@ -228,7 +228,7 @@ than the repeat length.
@@ -262,7 +262,7 @@ than the repeat length.
@@ -296,7 +296,7 @@ than the repeat length.
@@ -330,7 +330,7 @@ than the repeat length.
@@ -364,7 +364,7 @@ than the repeat length.
@@ -398,7 +398,7 @@ than the repeat length.
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 f2e8a775..a488b4f5 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/XZError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/XZError.html
@@ -196,7 +196,7 @@ Associated value contains already decompressed data.
@@ -230,7 +230,7 @@ Associated value contains already decompressed data.
@@ -264,7 +264,7 @@ Associated value contains already decompressed data.
@@ -298,7 +298,7 @@ Associated value contains already decompressed data.
@@ -332,7 +332,7 @@ Associated value contains already decompressed data.
@@ -366,7 +366,7 @@ Associated value contains already decompressed data.
@@ -401,7 +401,7 @@ amount of compressed data read was different from the one stored in block header
@@ -436,7 +436,7 @@ Associated value contains already decompressed data.
@@ -470,7 +470,7 @@ Associated value contains already decompressed data.
@@ -504,7 +504,7 @@ Associated value 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 b48671cc..c0be58e2 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZipError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZipError.html
@@ -166,7 +166,7 @@
@@ -192,7 +192,7 @@
@@ -218,7 +218,7 @@
@@ -244,7 +244,7 @@
@@ -270,7 +270,7 @@
@@ -296,7 +296,7 @@
@@ -322,7 +322,7 @@
@@ -348,7 +348,7 @@
@@ -374,7 +374,7 @@
@@ -400,7 +400,7 @@
@@ -426,33 +426,7 @@
-
-
-
-
-
-
-
- -
-
-
@@ -478,7 +452,59 @@
+
+
+
+
+
+
+
+
+ -
+
+
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 7ade062b..570fb5c9 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZlibError.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZlibError.html
@@ -190,7 +190,7 @@ Associated value contains already decompressed data.
@@ -224,7 +224,7 @@ Associated value contains already decompressed data.
@@ -258,7 +258,7 @@ Associated value contains already decompressed data.
@@ -292,7 +292,7 @@ Associated value contains already decompressed data.
@@ -327,7 +327,7 @@ Associated value contains already decompressed data.
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html
index e86933fa..8d2d61ba 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html
@@ -174,7 +174,7 @@
@@ -205,7 +205,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 74933008..ee3b3afc 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Archive.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Archive.html
@@ -180,7 +180,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 60872709..1459ae84 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/DecompressionAlgorithm.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/DecompressionAlgorithm.html
@@ -180,7 +180,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html
index a99bf7cc..3f616f9d 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html
@@ -174,7 +174,7 @@
@@ -209,7 +209,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 38e9a058..4abebc2b 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader.html
@@ -181,7 +181,7 @@
@@ -212,7 +212,7 @@
@@ -242,7 +242,7 @@
@@ -272,7 +272,7 @@
@@ -302,7 +302,7 @@
@@ -332,7 +332,7 @@
@@ -362,7 +362,7 @@
@@ -427,7 +427,7 @@ it might not be compressed 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 b16c4171..c30caf4e 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
@@ -180,7 +180,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 baaeb061..c43e95a9 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
@@ -180,7 +180,7 @@
@@ -214,7 +214,7 @@
@@ -248,7 +248,7 @@
@@ -282,7 +282,7 @@
@@ -316,7 +316,7 @@
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 9527010f..c65fb9c7 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader.html
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader.html
@@ -181,7 +181,7 @@
@@ -212,7 +212,7 @@
@@ -242,7 +242,7 @@
@@ -272,7 +272,7 @@
@@ -302,7 +302,7 @@
@@ -367,7 +367,7 @@ it might not be compressed 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 3aeda6b2..4d688d75 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
@@ -180,7 +180,7 @@
@@ -214,7 +214,7 @@
@@ -248,7 +248,7 @@
@@ -282,7 +282,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 32937eb9..5b34178e 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
@@ -180,7 +180,7 @@
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/undocumented.json b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/undocumented.json
index 5c6627ac..03e16411 100644
--- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/undocumented.json
+++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/undocumented.json
@@ -87,27 +87,34 @@
{
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
"line": 23,
- "symbol": "ZipError.DataDescriptorNotSupported",
- "symbol_kind": "source.lang.swift.decl.enumelement",
- "warning": "undocumented"
- },
- {
- "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
- "line": 24,
"symbol": "ZipError.WrongCRC32",
"symbol_kind": "source.lang.swift.decl.enumelement",
"warning": "undocumented"
},
{
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
- "line": 27,
+ "line": 24,
+ "symbol": "ZipError.WrongCompressedSize",
+ "symbol_kind": "source.lang.swift.decl.enumelement",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
+ "line": 25,
+ "symbol": "ZipError.WrongUncompressedSize",
+ "symbol_kind": "source.lang.swift.decl.enumelement",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
+ "line": 28,
"symbol": "ZipContainer",
"symbol_kind": "source.lang.swift.decl.class",
"warning": "undocumented"
},
{
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
- "line": 29,
+ "line": 30,
"symbol": "ZipContainer.open(containerData:)",
"symbol_kind": "source.lang.swift.decl.function.method.static",
"warning": "undocumented"
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/docSet.dsidx b/docs/docsets/SWCompression.docset/Contents/Resources/docSet.dsidx
index 5c27c374..2596dc3d 100644
Binary files a/docs/docsets/SWCompression.docset/Contents/Resources/docSet.dsidx and b/docs/docsets/SWCompression.docset/Contents/Resources/docSet.dsidx differ
diff --git a/docs/docsets/SWCompression.tgz b/docs/docsets/SWCompression.tgz
index 98212994..6ff01686 100644
Binary files a/docs/docsets/SWCompression.tgz and b/docs/docsets/SWCompression.tgz differ
diff --git a/docs/undocumented.json b/docs/undocumented.json
index 5c6627ac..03e16411 100644
--- a/docs/undocumented.json
+++ b/docs/undocumented.json
@@ -87,27 +87,34 @@
{
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
"line": 23,
- "symbol": "ZipError.DataDescriptorNotSupported",
- "symbol_kind": "source.lang.swift.decl.enumelement",
- "warning": "undocumented"
- },
- {
- "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
- "line": 24,
"symbol": "ZipError.WrongCRC32",
"symbol_kind": "source.lang.swift.decl.enumelement",
"warning": "undocumented"
},
{
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
- "line": 27,
+ "line": 24,
+ "symbol": "ZipError.WrongCompressedSize",
+ "symbol_kind": "source.lang.swift.decl.enumelement",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
+ "line": 25,
+ "symbol": "ZipError.WrongUncompressedSize",
+ "symbol_kind": "source.lang.swift.decl.enumelement",
+ "warning": "undocumented"
+ },
+ {
+ "file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
+ "line": 28,
"symbol": "ZipContainer",
"symbol_kind": "source.lang.swift.decl.class",
"warning": "undocumented"
},
{
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
- "line": 29,
+ "line": 30,
"symbol": "ZipContainer.open(containerData:)",
"symbol_kind": "source.lang.swift.decl.function.method.static",
"warning": "undocumented"