diff --git a/.jazzy.yaml b/.jazzy.yaml index 631836f8..04722826 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.2.1 +module_version: 2.2.2 copyright: '© 2017 Timofey Solomko' readme: README.md github_url: https://github.com/tsolomko/SWCompression -github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v2.2.1 +github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v2.2.2 theme: fullwidth diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d54557..d3901b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +v2.2.2 +---------------- +- Fixed problem with zero-length uncompressed blocks. + v2.2.1 ---------------- - Now creates uncompressed block instead of huffman if it will provide better results (in terms of "compression"). diff --git a/SWCompression.podspec b/SWCompression.podspec index 5812853e..86fcefee 100644 --- a/SWCompression.podspec +++ b/SWCompression.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SWCompression" - s.version = "2.2.1" + s.version = "2.2.2" 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 cebd9514..afd586d0 100644 --- a/Sources/Service/Info-iOS.plist +++ b/Sources/Service/Info-iOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.2.1 + 2.2.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Service/Info-tvOS.plist b/Sources/Service/Info-tvOS.plist index cebd9514..afd586d0 100644 --- a/Sources/Service/Info-tvOS.plist +++ b/Sources/Service/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.2.1 + 2.2.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Service/Info-watchOS.plist b/Sources/Service/Info-watchOS.plist index cebd9514..afd586d0 100644 --- a/Sources/Service/Info-watchOS.plist +++ b/Sources/Service/Info-watchOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.2.1 + 2.2.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Service/Info.plist b/Sources/Service/Info.plist index 99b8aafd..d58d8560 100644 --- a/Sources/Service/Info.plist +++ b/Sources/Service/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.2.1 + 2.2.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/docs/Classes.html b/docs/Classes.html index 1cdc7304..05128f84 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -186,7 +186,7 @@
- Show on GitHub + Show on GitHub
@@ -221,7 +221,7 @@
- Show on GitHub + Show on GitHub
@@ -256,7 +256,7 @@
- Show on GitHub + Show on GitHub
@@ -291,7 +291,7 @@
- Show on GitHub + Show on GitHub
@@ -326,7 +326,7 @@
- Show on GitHub + Show on GitHub
@@ -361,7 +361,7 @@
- Show on GitHub + Show on GitHub
@@ -396,7 +396,7 @@
- Show on GitHub + Show on GitHub
@@ -431,7 +431,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/BZip2.html b/docs/Classes/BZip2.html index 55d3b938..0ef1a13a 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
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/Deflate.html b/docs/Classes/Deflate.html index 1c670588..3531daef 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
- Show on GitHub + Show on GitHub
@@ -267,7 +267,7 @@ static Huffman is used in all other cases.
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/GzipArchive.html b/docs/Classes/GzipArchive.html index aaca38f9..60896343 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
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/LZMA.html b/docs/Classes/LZMA.html index 67a42c25..94d7a4cb 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
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/LZMA2.html b/docs/Classes/LZMA2.html index 116b0883..8261a9b3 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
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/XZArchive.html b/docs/Classes/XZArchive.html index 342c3c22..06326085 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
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/ZipContainer.html b/docs/Classes/ZipContainer.html index 95962745..5e3fd8ae 100644 --- a/docs/Classes/ZipContainer.html +++ b/docs/Classes/ZipContainer.html @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
@@ -272,7 +272,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
- Show on GitHub + Show on GitHub
@@ -336,7 +336,7 @@ An error can indicate that the container is damaged.

- Show on GitHub + Show on GitHub
@@ -421,7 +421,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/ZlibArchive.html b/docs/Classes/ZlibArchive.html index f564afdf..d456168f 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
- Show on GitHub + Show on GitHub
diff --git a/docs/Enums.html b/docs/Enums.html index ea1d15df..5f8e95b8 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -195,7 +195,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -242,7 +242,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -292,7 +292,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -341,7 +341,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -386,7 +386,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -429,7 +429,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -477,7 +477,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -528,7 +528,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
diff --git a/docs/Enums/BZip2Error.html b/docs/Enums/BZip2Error.html index 78f735bb..3cc0e24d 100644 --- a/docs/Enums/BZip2Error.html +++ b/docs/Enums/BZip2Error.html @@ -205,7 +205,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -239,7 +239,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -273,7 +273,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -307,7 +307,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -341,7 +341,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -375,7 +375,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -409,7 +409,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -443,7 +443,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -477,7 +477,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
diff --git a/docs/Enums/DeflateError.html b/docs/Enums/DeflateError.html index a96ea924..4989b3d3 100644 --- a/docs/Enums/DeflateError.html +++ b/docs/Enums/DeflateError.html @@ -200,7 +200,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -234,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -268,7 +268,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -302,7 +302,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
diff --git a/docs/Enums/GzipError.html b/docs/Enums/GzipError.html index dbf1b00b..f204204e 100644 --- a/docs/Enums/GzipError.html +++ b/docs/Enums/GzipError.html @@ -204,7 +204,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -238,7 +238,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -272,7 +272,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -306,7 +306,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -341,7 +341,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
@@ -375,7 +375,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
diff --git a/docs/Enums/LZMA2Error.html b/docs/Enums/LZMA2Error.html index f83b758f..0c14f8be 100644 --- a/docs/Enums/LZMA2Error.html +++ b/docs/Enums/LZMA2Error.html @@ -201,7 +201,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -235,7 +235,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -269,7 +269,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -303,7 +303,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -338,7 +338,7 @@ amount of compressed data read was different from the one stored in LZMA2 packet
- Show on GitHub + Show on GitHub
diff --git a/docs/Enums/LZMAError.html b/docs/Enums/LZMAError.html index 915b10c2..cfe77f7d 100644 --- a/docs/Enums/LZMAError.html +++ b/docs/Enums/LZMAError.html @@ -206,7 +206,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -240,7 +240,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -274,7 +274,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -308,7 +308,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -342,7 +342,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -376,7 +376,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -410,7 +410,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
diff --git a/docs/Enums/XZError.html b/docs/Enums/XZError.html index b787314b..164c59a5 100644 --- a/docs/Enums/XZError.html +++ b/docs/Enums/XZError.html @@ -208,7 +208,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -242,7 +242,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -276,7 +276,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -310,7 +310,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -344,7 +344,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -378,7 +378,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -413,7 +413,7 @@ amount of compressed data read was different from the one stored in block header
- Show on GitHub + Show on GitHub
@@ -448,7 +448,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
@@ -482,7 +482,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
@@ -516,7 +516,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
diff --git a/docs/Enums/ZipError.html b/docs/Enums/ZipError.html index e71bab92..bb7fe84d 100644 --- a/docs/Enums/ZipError.html +++ b/docs/Enums/ZipError.html @@ -207,7 +207,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -241,7 +241,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -275,7 +275,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -309,7 +309,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -343,7 +343,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -377,7 +377,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -411,7 +411,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -445,7 +445,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -479,7 +479,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -513,7 +513,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
diff --git a/docs/Enums/ZlibError.html b/docs/Enums/ZlibError.html index f36ba73f..6e78cec8 100644 --- a/docs/Enums/ZlibError.html +++ b/docs/Enums/ZlibError.html @@ -202,7 +202,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -236,7 +236,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -270,7 +270,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -304,7 +304,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -339,7 +339,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
diff --git a/docs/Protocols.html b/docs/Protocols.html index db507570..6155ebab 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -186,7 +186,7 @@
- Show on GitHub + Show on GitHub
@@ -217,7 +217,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Protocols/Archive.html b/docs/Protocols/Archive.html index cab24c01..5ff200ed 100644 --- a/docs/Protocols/Archive.html +++ b/docs/Protocols/Archive.html @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Protocols/DecompressionAlgorithm.html b/docs/Protocols/DecompressionAlgorithm.html index 6aa71124..34164d18 100644 --- a/docs/Protocols/DecompressionAlgorithm.html +++ b/docs/Protocols/DecompressionAlgorithm.html @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Structs.html b/docs/Structs.html index 4e7a3043..7dd5b2f8 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -186,7 +186,7 @@
- Show on GitHub + Show on GitHub
@@ -221,7 +221,7 @@
- Show on GitHub + Show on GitHub
@@ -256,7 +256,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/GzipHeader.html b/docs/Structs/GzipHeader.html index bdb1f122..f6bad7bd 100644 --- a/docs/Structs/GzipHeader.html +++ b/docs/Structs/GzipHeader.html @@ -193,7 +193,7 @@
- Show on GitHub + Show on GitHub
@@ -224,7 +224,7 @@
- Show on GitHub + Show on GitHub
@@ -254,7 +254,7 @@
- Show on GitHub + Show on GitHub
@@ -284,7 +284,7 @@
- Show on GitHub + Show on GitHub
@@ -314,7 +314,7 @@
- Show on GitHub + Show on GitHub
@@ -344,7 +344,7 @@
- Show on GitHub + Show on GitHub
@@ -374,7 +374,7 @@
- Show on GitHub + Show on GitHub
@@ -433,7 +433,7 @@ it might not be compressed with gzip at all.

- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/GzipHeader/CompressionMethod.html b/docs/Structs/GzipHeader/CompressionMethod.html index f2f78773..49bb5290 100644 --- a/docs/Structs/GzipHeader/CompressionMethod.html +++ b/docs/Structs/GzipHeader/CompressionMethod.html @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/GzipHeader/FileSystemType.html b/docs/Structs/GzipHeader/FileSystemType.html index 9d3f6feb..84f3f27f 100644 --- a/docs/Structs/GzipHeader/FileSystemType.html +++ b/docs/Structs/GzipHeader/FileSystemType.html @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
@@ -226,7 +226,7 @@
- Show on GitHub + Show on GitHub
@@ -260,7 +260,7 @@
- Show on GitHub + Show on GitHub
@@ -294,7 +294,7 @@
- Show on GitHub + Show on GitHub
@@ -328,7 +328,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/ZipEntry.html b/docs/Structs/ZipEntry.html index fad8c364..bb419ab9 100644 --- a/docs/Structs/ZipEntry.html +++ b/docs/Structs/ZipEntry.html @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
@@ -222,7 +222,7 @@
- Show on GitHub + Show on GitHub
@@ -252,7 +252,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/ZlibHeader.html b/docs/Structs/ZlibHeader.html index d8171cf2..8faabf88 100644 --- a/docs/Structs/ZlibHeader.html +++ b/docs/Structs/ZlibHeader.html @@ -193,7 +193,7 @@
- Show on GitHub + Show on GitHub
@@ -224,7 +224,7 @@
- Show on GitHub + Show on GitHub
@@ -254,7 +254,7 @@
- Show on GitHub + Show on GitHub
@@ -284,7 +284,7 @@
- Show on GitHub + Show on GitHub
@@ -314,7 +314,7 @@
- Show on GitHub + Show on GitHub
@@ -373,7 +373,7 @@ it might not be compressed with zlib at all.

- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/ZlibHeader/CompressionLevel.html b/docs/Structs/ZlibHeader/CompressionLevel.html index 1dcbedb9..32dd249a 100644 --- a/docs/Structs/ZlibHeader/CompressionLevel.html +++ b/docs/Structs/ZlibHeader/CompressionLevel.html @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
@@ -226,7 +226,7 @@
- Show on GitHub + Show on GitHub
@@ -260,7 +260,7 @@
- Show on GitHub + Show on GitHub
@@ -294,7 +294,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/ZlibHeader/CompressionMethod.html b/docs/Structs/ZlibHeader/CompressionMethod.html index c294b0d2..f40c5815 100644 --- a/docs/Structs/ZlibHeader/CompressionMethod.html +++ b/docs/Structs/ZlibHeader/CompressionMethod.html @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/badge.svg b/docs/badge.svg index 2e7f8964..2606d804 100644 --- a/docs/badge.svg +++ b/docs/badge.svg @@ -1 +1 @@ -documentationdocumentation100%100% \ No newline at end of file +documentationdocumentation100%100% \ No newline at end of file diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html index 1cdc7304..05128f84 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html @@ -186,7 +186,7 @@
- Show on GitHub + Show on GitHub
@@ -221,7 +221,7 @@
- Show on GitHub + Show on GitHub
@@ -256,7 +256,7 @@
- Show on GitHub + Show on GitHub
@@ -291,7 +291,7 @@
- Show on GitHub + Show on GitHub
@@ -326,7 +326,7 @@
- Show on GitHub + Show on GitHub
@@ -361,7 +361,7 @@
- Show on GitHub + Show on GitHub
@@ -396,7 +396,7 @@
- Show on GitHub + Show on GitHub
@@ -431,7 +431,7 @@
- Show on GitHub + Show on GitHub
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 55d3b938..0ef1a13a 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
- Show on GitHub + Show on GitHub
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 1c670588..3531daef 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
- Show on GitHub + Show on GitHub
@@ -267,7 +267,7 @@ static Huffman is used in all other cases.
- Show on GitHub + Show on GitHub
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 aaca38f9..60896343 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
- Show on GitHub + Show on GitHub
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 67a42c25..94d7a4cb 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
- Show on GitHub + Show on GitHub
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 116b0883..8261a9b3 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
- Show on GitHub + Show on GitHub
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 342c3c22..06326085 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
- Show on GitHub + Show on GitHub
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 95962745..5e3fd8ae 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipContainer.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZipContainer.html @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
@@ -272,7 +272,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
- Show on GitHub + Show on GitHub
@@ -336,7 +336,7 @@ An error can indicate that the container is damaged.

- Show on GitHub + Show on GitHub
@@ -421,7 +421,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
- Show on GitHub + Show on GitHub
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 f564afdf..d456168f 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
- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums.html index ea1d15df..5f8e95b8 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums.html @@ -195,7 +195,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -242,7 +242,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -292,7 +292,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -341,7 +341,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -386,7 +386,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -429,7 +429,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -477,7 +477,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -528,7 +528,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
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 78f735bb..3cc0e24d 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/BZip2Error.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/BZip2Error.html @@ -205,7 +205,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -239,7 +239,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -273,7 +273,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -307,7 +307,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -341,7 +341,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -375,7 +375,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -409,7 +409,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -443,7 +443,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -477,7 +477,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
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 a96ea924..4989b3d3 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/DeflateError.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/DeflateError.html @@ -200,7 +200,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -234,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -268,7 +268,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -302,7 +302,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
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 dbf1b00b..f204204e 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/GzipError.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/GzipError.html @@ -204,7 +204,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -238,7 +238,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -272,7 +272,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -306,7 +306,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -341,7 +341,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
@@ -375,7 +375,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
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 f83b758f..0c14f8be 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMA2Error.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMA2Error.html @@ -201,7 +201,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -235,7 +235,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -269,7 +269,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -303,7 +303,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
- Show on GitHub + Show on GitHub
@@ -338,7 +338,7 @@ amount of compressed data read was different from the one stored in LZMA2 packet
- Show on GitHub + Show on GitHub
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 915b10c2..cfe77f7d 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMAError.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/LZMAError.html @@ -206,7 +206,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -240,7 +240,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -274,7 +274,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -308,7 +308,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -342,7 +342,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -376,7 +376,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
@@ -410,7 +410,7 @@ than the repeat length.
- Show on GitHub + Show on GitHub
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 b787314b..164c59a5 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/XZError.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/XZError.html @@ -208,7 +208,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -242,7 +242,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -276,7 +276,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -310,7 +310,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -344,7 +344,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -378,7 +378,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -413,7 +413,7 @@ amount of compressed data read was different from the one stored in block header
- Show on GitHub + Show on GitHub
@@ -448,7 +448,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
@@ -482,7 +482,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
@@ -516,7 +516,7 @@ Associated value contains already decompressed data.

- Show on GitHub + Show on GitHub
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 e71bab92..bb7fe84d 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZipError.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZipError.html @@ -207,7 +207,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -241,7 +241,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -275,7 +275,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -309,7 +309,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -343,7 +343,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -377,7 +377,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -411,7 +411,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -445,7 +445,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -479,7 +479,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
@@ -513,7 +513,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
- Show on GitHub + Show on GitHub
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 f36ba73f..6e78cec8 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZlibError.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Enums/ZlibError.html @@ -202,7 +202,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -236,7 +236,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -270,7 +270,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -304,7 +304,7 @@ Associated value contains already decompressed data.
- Show on GitHub + Show on GitHub
@@ -339,7 +339,7 @@ Associated value contains already decompressed data.

- Show on GitHub + 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 db507570..6155ebab 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols.html @@ -186,7 +186,7 @@
- Show on GitHub + Show on GitHub
@@ -217,7 +217,7 @@
- Show on GitHub + Show on GitHub
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 cab24c01..5ff200ed 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Archive.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/Archive.html @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
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 6aa71124..34164d18 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/DecompressionAlgorithm.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Protocols/DecompressionAlgorithm.html @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html index 4e7a3043..7dd5b2f8 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs.html @@ -186,7 +186,7 @@
- Show on GitHub + Show on GitHub
@@ -221,7 +221,7 @@
- Show on GitHub + Show on GitHub
@@ -256,7 +256,7 @@
- Show on GitHub + Show on GitHub
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 bdb1f122..f6bad7bd 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/GzipHeader.html @@ -193,7 +193,7 @@
- Show on GitHub + Show on GitHub
@@ -224,7 +224,7 @@
- Show on GitHub + Show on GitHub
@@ -254,7 +254,7 @@
- Show on GitHub + Show on GitHub
@@ -284,7 +284,7 @@
- Show on GitHub + Show on GitHub
@@ -314,7 +314,7 @@
- Show on GitHub + Show on GitHub
@@ -344,7 +344,7 @@
- Show on GitHub + Show on GitHub
@@ -374,7 +374,7 @@
- Show on GitHub + Show on GitHub
@@ -433,7 +433,7 @@ it might not be compressed with gzip at all.

- Show on GitHub + Show on GitHub
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 f2f78773..49bb5290 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 @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
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 9d3f6feb..84f3f27f 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 @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
@@ -226,7 +226,7 @@
- Show on GitHub + Show on GitHub
@@ -260,7 +260,7 @@
- Show on GitHub + Show on GitHub
@@ -294,7 +294,7 @@
- Show on GitHub + Show on GitHub
@@ -328,7 +328,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZipEntry.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZipEntry.html index fad8c364..bb419ab9 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZipEntry.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZipEntry.html @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
@@ -222,7 +222,7 @@
- Show on GitHub + Show on GitHub
@@ -252,7 +252,7 @@
- Show on GitHub + 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 d8171cf2..8faabf88 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Structs/ZlibHeader.html @@ -193,7 +193,7 @@
- Show on GitHub + Show on GitHub
@@ -224,7 +224,7 @@
- Show on GitHub + Show on GitHub
@@ -254,7 +254,7 @@
- Show on GitHub + Show on GitHub
@@ -284,7 +284,7 @@
- Show on GitHub + Show on GitHub
@@ -314,7 +314,7 @@
- Show on GitHub + Show on GitHub
@@ -373,7 +373,7 @@ it might not be compressed with zlib at all.

- Show on GitHub + Show on GitHub
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 1dcbedb9..32dd249a 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 @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
@@ -226,7 +226,7 @@
- Show on GitHub + Show on GitHub
@@ -260,7 +260,7 @@
- Show on GitHub + Show on GitHub
@@ -294,7 +294,7 @@
- Show on GitHub + Show on GitHub
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 c294b0d2..f40c5815 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 @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/SWCompression.tgz b/docs/docsets/SWCompression.tgz index 0149eaa6..459c8630 100644 Binary files a/docs/docsets/SWCompression.tgz and b/docs/docsets/SWCompression.tgz differ