diff --git a/.jazzy.yaml b/.jazzy.yaml index 4b203748..a37058ae 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -3,9 +3,9 @@ clean: true exclude: Tests/ author: Timofey Solomko module: SWCompression -module_version: 2.4.1 +module_version: 2.4.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.4.1 +github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v2.4.2 theme: fullwidth diff --git a/CHANGELOG.md b/CHANGELOG.md index 627a6080..a49670bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +v2.4.2 +---------------- +- Fixed a problem, where ZipEntry.fileName was returning fileComment instead. + v2.4.1 ---------------- - Lowered deployment targets versions for all (supported) Apple platforms. diff --git a/SWCompression.podspec b/SWCompression.podspec index bc0bad0f..d399f8f2 100644 --- a/SWCompression.podspec +++ b/SWCompression.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SWCompression" - s.version = "2.4.1" + s.version = "2.4.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 55bd619c..721646d4 100644 --- a/Sources/Service/Info-iOS.plist +++ b/Sources/Service/Info-iOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.4.1 + 2.4.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Service/Info-tvOS.plist b/Sources/Service/Info-tvOS.plist index 55bd619c..721646d4 100644 --- a/Sources/Service/Info-tvOS.plist +++ b/Sources/Service/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.4.1 + 2.4.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Service/Info-watchOS.plist b/Sources/Service/Info-watchOS.plist index 55bd619c..721646d4 100644 --- a/Sources/Service/Info-watchOS.plist +++ b/Sources/Service/Info-watchOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.4.1 + 2.4.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Service/Info.plist b/Sources/Service/Info.plist index 3481fa3f..2f6024cc 100644 --- a/Sources/Service/Info.plist +++ b/Sources/Service/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.4.1 + 2.4.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/docs/Classes.html b/docs/Classes.html index 08e27a62..79ba68ca 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 ab520303..f44a4b70 100644 --- a/docs/Classes/BZip2.html +++ b/docs/Classes/BZip2.html @@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi

Decompressed data.

- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/Deflate.html b/docs/Classes/Deflate.html index 1bfadb27..dcac2727 100644 --- a/docs/Classes/Deflate.html +++ b/docs/Classes/Deflate.html @@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi

Decompressed data.

- Show on GitHub + Show on GitHub
@@ -263,7 +263,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 e7ea7eb4..f7b70fc8 100644 --- a/docs/Classes/GzipArchive.html +++ b/docs/Classes/GzipArchive.html @@ -230,7 +230,7 @@ It may indicate that either the data is damaged or it might not be compressed wi

Unarchived data.

- Show on GitHub + Show on GitHub
@@ -298,7 +298,7 @@ It will be also specified that the compressor used slowest DEFLATE algorithm.

Data object with resulting archive.

- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/LZMA.html b/docs/Classes/LZMA.html index 8ffb084d..211aab6c 100644 --- a/docs/Classes/LZMA.html +++ b/docs/Classes/LZMA.html @@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi

Decompressed data.

- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/LZMA2.html b/docs/Classes/LZMA2.html index 2df515e4..f3ed1b54 100644 --- a/docs/Classes/LZMA2.html +++ b/docs/Classes/LZMA2.html @@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi

Decompressed data.

- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/XZArchive.html b/docs/Classes/XZArchive.html index 38bc0be3..4bab93e9 100644 --- a/docs/Classes/XZArchive.html +++ b/docs/Classes/XZArchive.html @@ -227,7 +227,7 @@ It may indicate that either the data is damaged or it might not be compressed wi

Unarchived data.

- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/ZipContainer.html b/docs/Classes/ZipContainer.html index 16ff93aa..ef81fb1d 100644 --- a/docs/Classes/ZipContainer.html +++ b/docs/Classes/ZipContainer.html @@ -192,7 +192,7 @@
- Show on GitHub + Show on GitHub
@@ -267,7 +267,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
- Show on GitHub + Show on GitHub
@@ -328,7 +328,7 @@ An error can indicate that the container is damaged.

- Show on GitHub + Show on GitHub
@@ -407,7 +407,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont

Array of pairs (tuples) where first member is entryName and second member is entryData.

- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/ZlibArchive.html b/docs/Classes/ZlibArchive.html index abf97248..6da180d9 100644 --- a/docs/Classes/ZlibArchive.html +++ b/docs/Classes/ZlibArchive.html @@ -230,7 +230,7 @@ It may indicate that either the data is damaged or it might not be compressed wi

Unarchived data.

- Show on GitHub + Show on GitHub
@@ -296,7 +296,7 @@ It will be specified in archive’s header that the compressor used slowest

Data object with resulting archive.

- Show on GitHub + Show on GitHub
diff --git a/docs/Enums.html b/docs/Enums.html index 761c6302..fdc508d1 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 0bd2b106..91927855 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 4a204494..c3290c02 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 c2e02ed9..9ef1eb12 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 c56eadd0..d50ad560 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 2251b766..0656c1b0 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 a5c9cfce..3084bf3a 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 01d36d24..e35e29f0 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 3c38e60e..455420cd 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 c677832a..6d45511e 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 37c4329f..8a62ddfc 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 ae153a9f..1cc4d48b 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 7982ac12..cb85814d 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 d17395d1..8c3e56ef 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
@@ -295,7 +295,7 @@
- Show on GitHub + Show on GitHub
@@ -325,7 +325,7 @@
- Show on GitHub + Show on GitHub
@@ -355,7 +355,7 @@
- Show on GitHub + Show on GitHub
@@ -385,7 +385,7 @@
- Show on GitHub + Show on GitHub
@@ -442,7 +442,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 0d3e2f9b..d9132f21 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 d0854fb4..d3f492c0 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 50375545..4bf84454 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 fa568eaa..a59a423a 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
@@ -371,7 +371,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 2c9ca1b2..210550a4 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 1ee7ec0e..4953cef2 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/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes.html index 08e27a62..79ba68ca 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 ab520303..f44a4b70 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/BZip2.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/BZip2.html @@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi

Decompressed data.

- 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 1bfadb27..dcac2727 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/Deflate.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/Deflate.html @@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi

Decompressed data.

- Show on GitHub + Show on GitHub
@@ -263,7 +263,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 e7ea7eb4..f7b70fc8 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/GzipArchive.html @@ -230,7 +230,7 @@ It may indicate that either the data is damaged or it might not be compressed wi

Unarchived data.

- Show on GitHub + Show on GitHub
@@ -298,7 +298,7 @@ It will be also specified that the compressor used slowest DEFLATE algorithm.

Data object with resulting archive.

- 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 8ffb084d..211aab6c 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA.html @@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi

Decompressed data.

- 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 2df515e4..f3ed1b54 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA2.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/LZMA2.html @@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi

Decompressed data.

- 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 38bc0be3..4bab93e9 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/XZArchive.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/XZArchive.html @@ -227,7 +227,7 @@ It may indicate that either the data is damaged or it might not be compressed wi

Unarchived data.

- 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 16ff93aa..ef81fb1d 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
@@ -267,7 +267,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
- Show on GitHub + Show on GitHub
@@ -328,7 +328,7 @@ An error can indicate that the container is damaged.

- Show on GitHub + Show on GitHub
@@ -407,7 +407,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont

Array of pairs (tuples) where first member is entryName and second member is entryData.

- 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 abf97248..6da180d9 100644 --- a/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZlibArchive.html +++ b/docs/docsets/SWCompression.docset/Contents/Resources/Documents/Classes/ZlibArchive.html @@ -230,7 +230,7 @@ It may indicate that either the data is damaged or it might not be compressed wi

Unarchived data.

- Show on GitHub + Show on GitHub
@@ -296,7 +296,7 @@ It will be specified in archive’s header that the compressor used slowest

Data object with resulting archive.

- 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 761c6302..fdc508d1 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 0bd2b106..91927855 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 4a204494..c3290c02 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 c2e02ed9..9ef1eb12 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 c56eadd0..d50ad560 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 2251b766..0656c1b0 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 a5c9cfce..3084bf3a 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 01d36d24..e35e29f0 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 3c38e60e..455420cd 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 c677832a..6d45511e 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 37c4329f..8a62ddfc 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 ae153a9f..1cc4d48b 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 7982ac12..cb85814d 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 d17395d1..8c3e56ef 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
@@ -295,7 +295,7 @@
- Show on GitHub + Show on GitHub
@@ -325,7 +325,7 @@
- Show on GitHub + Show on GitHub
@@ -355,7 +355,7 @@
- Show on GitHub + Show on GitHub
@@ -385,7 +385,7 @@
- Show on GitHub + Show on GitHub
@@ -442,7 +442,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 0d3e2f9b..d9132f21 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 d0854fb4..d3f492c0 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 50375545..4bf84454 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 fa568eaa..a59a423a 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
@@ -371,7 +371,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 2c9ca1b2..210550a4 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 1ee7ec0e..4953cef2 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 c022b2ed..e23a3c29 100644 Binary files a/docs/docsets/SWCompression.tgz and b/docs/docsets/SWCompression.tgz differ