Preparations for 2.4.3.

This commit is contained in:
Timofey Solomko
2017-05-25 10:40:10 +03:00
parent 8080ea95ea
commit ff0a2fca12
68 changed files with 313 additions and 309 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ clean: true
exclude: Tests/
author: Timofey Solomko
module: SWCompression
module_version: 2.4.2
module_version: 2.4.3
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.2
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v2.4.3
theme: fullwidth
+4
View File
@@ -1,4 +1,8 @@
# Changelog
v2.4.3
----------------
- Fixed incorrect calculation of header's checksum for GZip archives.
v2.4.2
----------------
- Fixed a problem, where ZipEntry.fileName was returning fileComment instead.
+1 -1
View File
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SWCompression"
s.version = "2.4.2"
s.version = "2.4.3"
s.summary = "Framework with implementations in Swift of different (de)compression algorithms"
s.description = <<-DESC
+1 -1
View File
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.4.2</string>
<string>2.4.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
+1 -1
View File
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.4.2</string>
<string>2.4.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
+1 -1
View File
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.4.2</string>
<string>2.4.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
+1 -1
View File
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.4.2</string>
<string>2.4.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
+9 -9
View File
@@ -186,7 +186,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L38-L106">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L38-L106">Show on GitHub</a>
</div>
</section>
</div>
@@ -221,7 +221,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L182-L268">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L181-L267">Show on GitHub</a>
</div>
</section>
</div>
@@ -256,7 +256,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L77-L236">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L77-L236">Show on GitHub</a>
</div>
</section>
</div>
@@ -291,7 +291,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L44-L90">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L44-L90">Show on GitHub</a>
</div>
</section>
</div>
@@ -326,7 +326,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L125-L189">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L125-L189">Show on GitHub</a>
</div>
</section>
</div>
@@ -361,7 +361,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L32-L518">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L32-L518">Show on GitHub</a>
</div>
</section>
</div>
@@ -396,7 +396,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L47-L277">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L47-L277">Show on GitHub</a>
</div>
</section>
</div>
@@ -431,7 +431,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L58-L346">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L58-L346">Show on GitHub</a>
</div>
</section>
</div>
@@ -445,7 +445,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+2 -2
View File
@@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L61-L97">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L61-L97">Show on GitHub</a>
</div>
</section>
</div>
@@ -237,7 +237,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+3 -3
View File
@@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L79-L83">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L79-L83">Show on GitHub</a>
</div>
</section>
</div>
@@ -263,7 +263,7 @@ static Huffman is used in all other cases.
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L271-L327">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L271-L327">Show on GitHub</a>
</div>
</section>
</div>
@@ -277,7 +277,7 @@ static Huffman is used in all other cases.
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+3 -3
View File
@@ -230,7 +230,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
<p>Unarchived data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L200-L221">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L199-L220">Show on GitHub</a>
</div>
</section>
</div>
@@ -298,7 +298,7 @@ It will be also specified that the compressor used slowest DEFLATE algorithm.</p
<p>Data object with resulting archive.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L239-L266">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L238-L265">Show on GitHub</a>
</div>
</section>
</div>
@@ -312,7 +312,7 @@ It will be also specified that the compressor used slowest DEFLATE algorithm.</p
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+2 -2
View File
@@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L58-L63">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L58-L63">Show on GitHub</a>
</div>
</section>
</div>
@@ -237,7 +237,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+2 -2
View File
@@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L52-L59">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L52-L59">Show on GitHub</a>
</div>
</section>
</div>
@@ -237,7 +237,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+2 -2
View File
@@ -227,7 +227,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
<p>Unarchived data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L76-L143">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L76-L143">Show on GitHub</a>
</div>
</section>
</div>
@@ -241,7 +241,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+5 -5
View File
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L82">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L82">Show on GitHub</a>
</div>
</section>
</div>
@@ -267,7 +267,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L103-L132">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L103-L132">Show on GitHub</a>
</div>
</section>
</div>
@@ -328,7 +328,7 @@ An error can indicate that the container is damaged.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L145-L204">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L145-L204">Show on GitHub</a>
</div>
</section>
</div>
@@ -407,7 +407,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
<p>Array of pairs (tuples) where first member is <code>entryName</code> and second member is <code>entryData</code>.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L227-L234">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L227-L234">Show on GitHub</a>
</div>
</section>
</div>
@@ -421,7 +421,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+3 -3
View File
@@ -230,7 +230,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
<p>Unarchived data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L143-L155">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L143-L155">Show on GitHub</a>
</div>
</section>
</div>
@@ -296,7 +296,7 @@ It will be specified in archive&rsquo;s header that the compressor used slowest
<p>Data object with resulting archive.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L171-L187">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L171-L187">Show on GitHub</a>
</div>
</section>
</div>
@@ -310,7 +310,7 @@ It will be specified in archive&rsquo;s header that the compressor used slowest
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+9 -9
View File
@@ -195,7 +195,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L21-L35">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L21-L35">Show on GitHub</a>
</div>
</section>
</div>
@@ -242,7 +242,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L24-L40">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L24-L40">Show on GitHub</a>
</div>
</section>
</div>
@@ -292,7 +292,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L27-L48">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L27-L48">Show on GitHub</a>
</div>
</section>
</div>
@@ -341,7 +341,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L26-L41">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L26-L41">Show on GitHub</a>
</div>
</section>
</div>
@@ -386,7 +386,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L22-L36">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L22-L36">Show on GitHub</a>
</div>
</section>
</div>
@@ -429,7 +429,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L20-L29">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L20-L29">Show on GitHub</a>
</div>
</section>
</div>
@@ -477,7 +477,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L25-L44">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L25-L44">Show on GitHub</a>
</div>
</section>
</div>
@@ -528,7 +528,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L28-L55">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L28-L55">Show on GitHub</a>
</div>
</section>
</div>
@@ -542,7 +542,7 @@ Associated value contains already decompressed data.</li>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+10 -10
View File
@@ -205,7 +205,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L27">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L27">Show on GitHub</a>
</div>
</section>
</div>
@@ -239,7 +239,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L29">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L29">Show on GitHub</a>
</div>
</section>
</div>
@@ -273,7 +273,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L31">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L31">Show on GitHub</a>
</div>
</section>
</div>
@@ -307,7 +307,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L33">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L33">Show on GitHub</a>
</div>
</section>
</div>
@@ -341,7 +341,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L35">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L35">Show on GitHub</a>
</div>
</section>
</div>
@@ -375,7 +375,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L37">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L37">Show on GitHub</a>
</div>
</section>
</div>
@@ -409,7 +409,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L39">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L39">Show on GitHub</a>
</div>
</section>
</div>
@@ -443,7 +443,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L41">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L41">Show on GitHub</a>
</div>
</section>
</div>
@@ -477,7 +477,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L43">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L43">Show on GitHub</a>
</div>
</section>
</div>
@@ -491,7 +491,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+5 -5
View File
@@ -200,7 +200,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L22">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@@ -234,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L24">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L24">Show on GitHub</a>
</div>
</section>
</div>
@@ -268,7 +268,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L26">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L26">Show on GitHub</a>
</div>
</section>
</div>
@@ -302,7 +302,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L28">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L28">Show on GitHub</a>
</div>
</section>
</div>
@@ -316,7 +316,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+7 -7
View File
@@ -204,7 +204,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L26">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L26">Show on GitHub</a>
</div>
</section>
</div>
@@ -238,7 +238,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L28">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L28">Show on GitHub</a>
</div>
</section>
</div>
@@ -272,7 +272,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L30">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L30">Show on GitHub</a>
</div>
</section>
</div>
@@ -306,7 +306,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L32">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L32">Show on GitHub</a>
</div>
</section>
</div>
@@ -341,7 +341,7 @@ Associated value contains already decompressed data.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L37">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L37">Show on GitHub</a>
</div>
</section>
</div>
@@ -375,7 +375,7 @@ Associated value contains already decompressed data.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L39">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L39">Show on GitHub</a>
</div>
</section>
</div>
@@ -389,7 +389,7 @@ Associated value contains already decompressed data.</p>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+6 -6
View File
@@ -201,7 +201,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L23">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L23">Show on GitHub</a>
</div>
</section>
</div>
@@ -235,7 +235,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L25">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L25">Show on GitHub</a>
</div>
</section>
</div>
@@ -269,7 +269,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L27">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L27">Show on GitHub</a>
</div>
</section>
</div>
@@ -303,7 +303,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L29">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L29">Show on GitHub</a>
</div>
</section>
</div>
@@ -338,7 +338,7 @@ amount of compressed data read was different from the one stored in LZMA2 packet
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L34">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L34">Show on GitHub</a>
</div>
</section>
</div>
@@ -352,7 +352,7 @@ amount of compressed data read was different from the one stored in LZMA2 packet
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+8 -8
View File
@@ -206,7 +206,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L28">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L28">Show on GitHub</a>
</div>
</section>
</div>
@@ -240,7 +240,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L30">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L30">Show on GitHub</a>
</div>
</section>
</div>
@@ -274,7 +274,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L32">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L32">Show on GitHub</a>
</div>
</section>
</div>
@@ -308,7 +308,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L34">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L34">Show on GitHub</a>
</div>
</section>
</div>
@@ -342,7 +342,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L36">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L36">Show on GitHub</a>
</div>
</section>
</div>
@@ -376,7 +376,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L38">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L38">Show on GitHub</a>
</div>
</section>
</div>
@@ -410,7 +410,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L40">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L40">Show on GitHub</a>
</div>
</section>
</div>
@@ -424,7 +424,7 @@ than the repeat length.</li>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+11 -11
View File
@@ -208,7 +208,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L30">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L30">Show on GitHub</a>
</div>
</section>
</div>
@@ -242,7 +242,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L32">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L32">Show on GitHub</a>
</div>
</section>
</div>
@@ -276,7 +276,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L34">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L34">Show on GitHub</a>
</div>
</section>
</div>
@@ -310,7 +310,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L36">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L36">Show on GitHub</a>
</div>
</section>
</div>
@@ -344,7 +344,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L38">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L38">Show on GitHub</a>
</div>
</section>
</div>
@@ -378,7 +378,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L40">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L40">Show on GitHub</a>
</div>
</section>
</div>
@@ -413,7 +413,7 @@ amount of compressed data read was different from the one stored in block header
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L45">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L45">Show on GitHub</a>
</div>
</section>
</div>
@@ -448,7 +448,7 @@ Associated value contains already decompressed data.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L50">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L50">Show on GitHub</a>
</div>
</section>
</div>
@@ -482,7 +482,7 @@ Associated value contains already decompressed data.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L52">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L52">Show on GitHub</a>
</div>
</section>
</div>
@@ -516,7 +516,7 @@ Associated value contains already decompressed data.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L54">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L54">Show on GitHub</a>
</div>
</section>
</div>
@@ -530,7 +530,7 @@ Associated value contains already decompressed data.</p>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+11 -11
View File
@@ -207,7 +207,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L29">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L29">Show on GitHub</a>
</div>
</section>
</div>
@@ -241,7 +241,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L31">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L31">Show on GitHub</a>
</div>
</section>
</div>
@@ -275,7 +275,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L33">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L33">Show on GitHub</a>
</div>
</section>
</div>
@@ -309,7 +309,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L35">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L35">Show on GitHub</a>
</div>
</section>
</div>
@@ -343,7 +343,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L37">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L37">Show on GitHub</a>
</div>
</section>
</div>
@@ -377,7 +377,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L39">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L39">Show on GitHub</a>
</div>
</section>
</div>
@@ -411,7 +411,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L41">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L41">Show on GitHub</a>
</div>
</section>
</div>
@@ -445,7 +445,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L43">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L43">Show on GitHub</a>
</div>
</section>
</div>
@@ -479,7 +479,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L45">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L45">Show on GitHub</a>
</div>
</section>
</div>
@@ -513,7 +513,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L47">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L47">Show on GitHub</a>
</div>
</section>
</div>
@@ -527,7 +527,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+6 -6
View File
@@ -202,7 +202,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L24">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L24">Show on GitHub</a>
</div>
</section>
</div>
@@ -236,7 +236,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L26">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L26">Show on GitHub</a>
</div>
</section>
</div>
@@ -270,7 +270,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L28">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L28">Show on GitHub</a>
</div>
</section>
</div>
@@ -304,7 +304,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L30">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L30">Show on GitHub</a>
</div>
</section>
</div>
@@ -339,7 +339,7 @@ Associated value contains already decompressed data.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L35">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L35">Show on GitHub</a>
</div>
</section>
</div>
@@ -353,7 +353,7 @@ Associated value contains already decompressed data.</p>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+3 -3
View File
@@ -186,7 +186,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Protocols.swift#L12-L17">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Protocols.swift#L12-L17">Show on GitHub</a>
</div>
</section>
</div>
@@ -217,7 +217,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Protocols.swift#L20-L25">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Protocols.swift#L20-L25">Show on GitHub</a>
</div>
</section>
</div>
@@ -231,7 +231,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+2 -2
View File
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Protocols.swift#L15">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Protocols.swift#L15">Show on GitHub</a>
</div>
</section>
</div>
@@ -206,7 +206,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+2 -2
View File
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Protocols.swift#L23">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Protocols.swift#L23">Show on GitHub</a>
</div>
</section>
</div>
@@ -206,7 +206,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+4 -4
View File
@@ -186,7 +186,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L43-L179">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L43-L178">Show on GitHub</a>
</div>
</section>
</div>
@@ -221,7 +221,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L51-L74">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L51-L74">Show on GitHub</a>
</div>
</section>
</div>
@@ -256,7 +256,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L39-L122">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L39-L122">Show on GitHub</a>
</div>
</section>
</div>
@@ -270,7 +270,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+9 -9
View File
@@ -193,7 +193,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L54-L57">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L54-L57">Show on GitHub</a>
</div>
</section>
</div>
@@ -224,7 +224,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L60-L71">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L60-L71">Show on GitHub</a>
</div>
</section>
</div>
@@ -254,7 +254,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L74">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L74">Show on GitHub</a>
</div>
</section>
</div>
@@ -295,7 +295,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L77">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L77">Show on GitHub</a>
</div>
</section>
</div>
@@ -325,7 +325,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L79">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L79">Show on GitHub</a>
</div>
</section>
</div>
@@ -355,7 +355,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L81">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L81">Show on GitHub</a>
</div>
</section>
</div>
@@ -385,7 +385,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L83">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L83">Show on GitHub</a>
</div>
</section>
</div>
@@ -442,7 +442,7 @@ it might not be compressed with gzip at all.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L96-L99">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L95-L98">Show on GitHub</a>
</div>
</section>
</div>
@@ -456,7 +456,7 @@ it might not be compressed with gzip at all.</p>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L56">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L56">Show on GitHub</a>
</div>
</section>
</div>
@@ -206,7 +206,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+6 -6
View File
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L62">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L62">Show on GitHub</a>
</div>
</section>
</div>
@@ -226,7 +226,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L64">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L64">Show on GitHub</a>
</div>
</section>
</div>
@@ -260,7 +260,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L66">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L66">Show on GitHub</a>
</div>
</section>
</div>
@@ -294,7 +294,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L68">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L68">Show on GitHub</a>
</div>
</section>
</div>
@@ -328,7 +328,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L70">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L70">Show on GitHub</a>
</div>
</section>
</div>
@@ -342,7 +342,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+4 -4
View File
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L56-L58">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L56-L58">Show on GitHub</a>
</div>
</section>
</div>
@@ -222,7 +222,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L61-L63">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L61-L63">Show on GitHub</a>
</div>
</section>
</div>
@@ -252,7 +252,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L66-L68">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L66-L68">Show on GitHub</a>
</div>
</section>
</div>
@@ -266,7 +266,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
+7 -7
View File
@@ -193,7 +193,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L42-L45">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L42-L45">Show on GitHub</a>
</div>
</section>
</div>
@@ -224,7 +224,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L48-L57">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L48-L57">Show on GitHub</a>
</div>
</section>
</div>
@@ -254,7 +254,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L60">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L60">Show on GitHub</a>
</div>
</section>
</div>
@@ -284,7 +284,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L62">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L62">Show on GitHub</a>
</div>
</section>
</div>
@@ -314,7 +314,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L64">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L64">Show on GitHub</a>
</div>
</section>
</div>
@@ -371,7 +371,7 @@ it might not be compressed with zlib at all.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L76-L79">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L76-L79">Show on GitHub</a>
</div>
</section>
</div>
@@ -385,7 +385,7 @@ it might not be compressed with zlib at all.</p>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L50">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L50">Show on GitHub</a>
</div>
</section>
</div>
@@ -226,7 +226,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L52">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L52">Show on GitHub</a>
</div>
</section>
</div>
@@ -260,7 +260,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L54">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L54">Show on GitHub</a>
</div>
</section>
</div>
@@ -294,7 +294,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L56">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L56">Show on GitHub</a>
</div>
</section>
</div>
@@ -308,7 +308,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L44">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L44">Show on GitHub</a>
</div>
</section>
</div>
@@ -206,7 +206,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -186,7 +186,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L38-L106">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L38-L106">Show on GitHub</a>
</div>
</section>
</div>
@@ -221,7 +221,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L182-L268">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L181-L267">Show on GitHub</a>
</div>
</section>
</div>
@@ -256,7 +256,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L77-L236">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L77-L236">Show on GitHub</a>
</div>
</section>
</div>
@@ -291,7 +291,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L44-L90">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L44-L90">Show on GitHub</a>
</div>
</section>
</div>
@@ -326,7 +326,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L125-L189">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L125-L189">Show on GitHub</a>
</div>
</section>
</div>
@@ -361,7 +361,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L32-L518">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L32-L518">Show on GitHub</a>
</div>
</section>
</div>
@@ -396,7 +396,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L47-L277">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L47-L277">Show on GitHub</a>
</div>
</section>
</div>
@@ -431,7 +431,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L58-L346">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L58-L346">Show on GitHub</a>
</div>
</section>
</div>
@@ -445,7 +445,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L61-L97">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L61-L97">Show on GitHub</a>
</div>
</section>
</div>
@@ -237,7 +237,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L79-L83">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L79-L83">Show on GitHub</a>
</div>
</section>
</div>
@@ -263,7 +263,7 @@ static Huffman is used in all other cases.
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L271-L327">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L271-L327">Show on GitHub</a>
</div>
</section>
</div>
@@ -277,7 +277,7 @@ static Huffman is used in all other cases.
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -230,7 +230,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
<p>Unarchived data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L200-L221">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L199-L220">Show on GitHub</a>
</div>
</section>
</div>
@@ -298,7 +298,7 @@ It will be also specified that the compressor used slowest DEFLATE algorithm.</p
<p>Data object with resulting archive.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L239-L266">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L238-L265">Show on GitHub</a>
</div>
</section>
</div>
@@ -312,7 +312,7 @@ It will be also specified that the compressor used slowest DEFLATE algorithm.</p
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L58-L63">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L58-L63">Show on GitHub</a>
</div>
</section>
</div>
@@ -237,7 +237,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -223,7 +223,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
<p>Decompressed data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L52-L59">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L52-L59">Show on GitHub</a>
</div>
</section>
</div>
@@ -237,7 +237,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -227,7 +227,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
<p>Unarchived data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L76-L143">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L76-L143">Show on GitHub</a>
</div>
</section>
</div>
@@ -241,7 +241,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L82">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L82">Show on GitHub</a>
</div>
</section>
</div>
@@ -267,7 +267,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L103-L132">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L103-L132">Show on GitHub</a>
</div>
</section>
</div>
@@ -328,7 +328,7 @@ An error can indicate that the container is damaged.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L145-L204">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L145-L204">Show on GitHub</a>
</div>
</section>
</div>
@@ -407,7 +407,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
<p>Array of pairs (tuples) where first member is <code>entryName</code> and second member is <code>entryData</code>.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L227-L234">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L227-L234">Show on GitHub</a>
</div>
</section>
</div>
@@ -421,7 +421,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -230,7 +230,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
<p>Unarchived data.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L143-L155">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L143-L155">Show on GitHub</a>
</div>
</section>
</div>
@@ -296,7 +296,7 @@ It will be specified in archive&rsquo;s header that the compressor used slowest
<p>Data object with resulting archive.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L171-L187">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L171-L187">Show on GitHub</a>
</div>
</section>
</div>
@@ -310,7 +310,7 @@ It will be specified in archive&rsquo;s header that the compressor used slowest
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -195,7 +195,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L21-L35">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L21-L35">Show on GitHub</a>
</div>
</section>
</div>
@@ -242,7 +242,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L24-L40">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L24-L40">Show on GitHub</a>
</div>
</section>
</div>
@@ -292,7 +292,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L27-L48">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L27-L48">Show on GitHub</a>
</div>
</section>
</div>
@@ -341,7 +341,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L26-L41">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L26-L41">Show on GitHub</a>
</div>
</section>
</div>
@@ -386,7 +386,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L22-L36">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L22-L36">Show on GitHub</a>
</div>
</section>
</div>
@@ -429,7 +429,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L20-L29">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L20-L29">Show on GitHub</a>
</div>
</section>
</div>
@@ -477,7 +477,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L25-L44">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L25-L44">Show on GitHub</a>
</div>
</section>
</div>
@@ -528,7 +528,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L28-L55">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L28-L55">Show on GitHub</a>
</div>
</section>
</div>
@@ -542,7 +542,7 @@ Associated value contains already decompressed data.</li>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -205,7 +205,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L27">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L27">Show on GitHub</a>
</div>
</section>
</div>
@@ -239,7 +239,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L29">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L29">Show on GitHub</a>
</div>
</section>
</div>
@@ -273,7 +273,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L31">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L31">Show on GitHub</a>
</div>
</section>
</div>
@@ -307,7 +307,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L33">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L33">Show on GitHub</a>
</div>
</section>
</div>
@@ -341,7 +341,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L35">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L35">Show on GitHub</a>
</div>
</section>
</div>
@@ -375,7 +375,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L37">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L37">Show on GitHub</a>
</div>
</section>
</div>
@@ -409,7 +409,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L39">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L39">Show on GitHub</a>
</div>
</section>
</div>
@@ -443,7 +443,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L41">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L41">Show on GitHub</a>
</div>
</section>
</div>
@@ -477,7 +477,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/BZip2.swift#L43">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/BZip2.swift#L43">Show on GitHub</a>
</div>
</section>
</div>
@@ -491,7 +491,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -200,7 +200,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L22">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
@@ -234,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L24">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L24">Show on GitHub</a>
</div>
</section>
</div>
@@ -268,7 +268,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L26">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L26">Show on GitHub</a>
</div>
</section>
</div>
@@ -302,7 +302,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Deflate.swift#L28">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Deflate.swift#L28">Show on GitHub</a>
</div>
</section>
</div>
@@ -316,7 +316,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -204,7 +204,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L26">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L26">Show on GitHub</a>
</div>
</section>
</div>
@@ -238,7 +238,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L28">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L28">Show on GitHub</a>
</div>
</section>
</div>
@@ -272,7 +272,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L30">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L30">Show on GitHub</a>
</div>
</section>
</div>
@@ -306,7 +306,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L32">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L32">Show on GitHub</a>
</div>
</section>
</div>
@@ -341,7 +341,7 @@ Associated value contains already decompressed data.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L37">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L37">Show on GitHub</a>
</div>
</section>
</div>
@@ -375,7 +375,7 @@ Associated value contains already decompressed data.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L39">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L39">Show on GitHub</a>
</div>
</section>
</div>
@@ -389,7 +389,7 @@ Associated value contains already decompressed data.</p>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -201,7 +201,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L23">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L23">Show on GitHub</a>
</div>
</section>
</div>
@@ -235,7 +235,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L25">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L25">Show on GitHub</a>
</div>
</section>
</div>
@@ -269,7 +269,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L27">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L27">Show on GitHub</a>
</div>
</section>
</div>
@@ -303,7 +303,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L29">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L29">Show on GitHub</a>
</div>
</section>
</div>
@@ -338,7 +338,7 @@ amount of compressed data read was different from the one stored in LZMA2 packet
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA2.swift#L34">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA2.swift#L34">Show on GitHub</a>
</div>
</section>
</div>
@@ -352,7 +352,7 @@ amount of compressed data read was different from the one stored in LZMA2 packet
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -206,7 +206,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L28">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L28">Show on GitHub</a>
</div>
</section>
</div>
@@ -240,7 +240,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L30">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L30">Show on GitHub</a>
</div>
</section>
</div>
@@ -274,7 +274,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L32">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L32">Show on GitHub</a>
</div>
</section>
</div>
@@ -308,7 +308,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L34">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L34">Show on GitHub</a>
</div>
</section>
</div>
@@ -342,7 +342,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L36">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L36">Show on GitHub</a>
</div>
</section>
</div>
@@ -376,7 +376,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L38">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L38">Show on GitHub</a>
</div>
</section>
</div>
@@ -410,7 +410,7 @@ than the repeat length.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/LZMA.swift#L40">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/LZMA.swift#L40">Show on GitHub</a>
</div>
</section>
</div>
@@ -424,7 +424,7 @@ than the repeat length.</li>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -208,7 +208,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L30">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L30">Show on GitHub</a>
</div>
</section>
</div>
@@ -242,7 +242,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L32">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L32">Show on GitHub</a>
</div>
</section>
</div>
@@ -276,7 +276,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L34">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L34">Show on GitHub</a>
</div>
</section>
</div>
@@ -310,7 +310,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L36">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L36">Show on GitHub</a>
</div>
</section>
</div>
@@ -344,7 +344,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L38">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L38">Show on GitHub</a>
</div>
</section>
</div>
@@ -378,7 +378,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L40">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L40">Show on GitHub</a>
</div>
</section>
</div>
@@ -413,7 +413,7 @@ amount of compressed data read was different from the one stored in block header
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L45">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L45">Show on GitHub</a>
</div>
</section>
</div>
@@ -448,7 +448,7 @@ Associated value contains already decompressed data.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L50">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L50">Show on GitHub</a>
</div>
</section>
</div>
@@ -482,7 +482,7 @@ Associated value contains already decompressed data.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L52">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L52">Show on GitHub</a>
</div>
</section>
</div>
@@ -516,7 +516,7 @@ Associated value contains already decompressed data.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/XZArchive.swift#L54">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/XZArchive.swift#L54">Show on GitHub</a>
</div>
</section>
</div>
@@ -530,7 +530,7 @@ Associated value contains already decompressed data.</p>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -207,7 +207,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L29">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L29">Show on GitHub</a>
</div>
</section>
</div>
@@ -241,7 +241,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L31">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L31">Show on GitHub</a>
</div>
</section>
</div>
@@ -275,7 +275,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L33">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L33">Show on GitHub</a>
</div>
</section>
</div>
@@ -309,7 +309,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L35">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L35">Show on GitHub</a>
</div>
</section>
</div>
@@ -343,7 +343,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L37">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L37">Show on GitHub</a>
</div>
</section>
</div>
@@ -377,7 +377,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L39">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L39">Show on GitHub</a>
</div>
</section>
</div>
@@ -411,7 +411,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L41">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L41">Show on GitHub</a>
</div>
</section>
</div>
@@ -445,7 +445,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L43">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L43">Show on GitHub</a>
</div>
</section>
</div>
@@ -479,7 +479,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L45">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L45">Show on GitHub</a>
</div>
</section>
</div>
@@ -513,7 +513,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L47">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L47">Show on GitHub</a>
</div>
</section>
</div>
@@ -527,7 +527,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -202,7 +202,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L24">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L24">Show on GitHub</a>
</div>
</section>
</div>
@@ -236,7 +236,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L26">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L26">Show on GitHub</a>
</div>
</section>
</div>
@@ -270,7 +270,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L28">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L28">Show on GitHub</a>
</div>
</section>
</div>
@@ -304,7 +304,7 @@ Associated value contains already decompressed data.</li>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L30">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L30">Show on GitHub</a>
</div>
</section>
</div>
@@ -339,7 +339,7 @@ Associated value contains already decompressed data.</p>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L35">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L35">Show on GitHub</a>
</div>
</section>
</div>
@@ -353,7 +353,7 @@ Associated value contains already decompressed data.</p>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -186,7 +186,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Protocols.swift#L12-L17">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Protocols.swift#L12-L17">Show on GitHub</a>
</div>
</section>
</div>
@@ -217,7 +217,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Protocols.swift#L20-L25">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Protocols.swift#L20-L25">Show on GitHub</a>
</div>
</section>
</div>
@@ -231,7 +231,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Protocols.swift#L15">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Protocols.swift#L15">Show on GitHub</a>
</div>
</section>
</div>
@@ -206,7 +206,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/Protocols.swift#L23">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/Protocols.swift#L23">Show on GitHub</a>
</div>
</section>
</div>
@@ -206,7 +206,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -186,7 +186,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L43-L179">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L43-L178">Show on GitHub</a>
</div>
</section>
</div>
@@ -221,7 +221,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L51-L74">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L51-L74">Show on GitHub</a>
</div>
</section>
</div>
@@ -256,7 +256,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L39-L122">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L39-L122">Show on GitHub</a>
</div>
</section>
</div>
@@ -270,7 +270,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -193,7 +193,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L54-L57">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L54-L57">Show on GitHub</a>
</div>
</section>
</div>
@@ -224,7 +224,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L60-L71">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L60-L71">Show on GitHub</a>
</div>
</section>
</div>
@@ -254,7 +254,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L74">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L74">Show on GitHub</a>
</div>
</section>
</div>
@@ -295,7 +295,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L77">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L77">Show on GitHub</a>
</div>
</section>
</div>
@@ -325,7 +325,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L79">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L79">Show on GitHub</a>
</div>
</section>
</div>
@@ -355,7 +355,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L81">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L81">Show on GitHub</a>
</div>
</section>
</div>
@@ -385,7 +385,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L83">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L83">Show on GitHub</a>
</div>
</section>
</div>
@@ -442,7 +442,7 @@ it might not be compressed with gzip at all.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L96-L99">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L95-L98">Show on GitHub</a>
</div>
</section>
</div>
@@ -456,7 +456,7 @@ it might not be compressed with gzip at all.</p>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L56">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L56">Show on GitHub</a>
</div>
</section>
</div>
@@ -206,7 +206,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L62">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L62">Show on GitHub</a>
</div>
</section>
</div>
@@ -226,7 +226,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L64">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L64">Show on GitHub</a>
</div>
</section>
</div>
@@ -260,7 +260,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L66">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L66">Show on GitHub</a>
</div>
</section>
</div>
@@ -294,7 +294,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L68">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L68">Show on GitHub</a>
</div>
</section>
</div>
@@ -328,7 +328,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/GzipArchive.swift#L70">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/GzipArchive.swift#L70">Show on GitHub</a>
</div>
</section>
</div>
@@ -342,7 +342,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L56-L58">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L56-L58">Show on GitHub</a>
</div>
</section>
</div>
@@ -222,7 +222,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L61-L63">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L61-L63">Show on GitHub</a>
</div>
</section>
</div>
@@ -252,7 +252,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZipContainer.swift#L66-L68">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZipContainer.swift#L66-L68">Show on GitHub</a>
</div>
</section>
</div>
@@ -266,7 +266,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -193,7 +193,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L42-L45">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L42-L45">Show on GitHub</a>
</div>
</section>
</div>
@@ -224,7 +224,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L48-L57">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L48-L57">Show on GitHub</a>
</div>
</section>
</div>
@@ -254,7 +254,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L60">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L60">Show on GitHub</a>
</div>
</section>
</div>
@@ -284,7 +284,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L62">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L62">Show on GitHub</a>
</div>
</section>
</div>
@@ -314,7 +314,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L64">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L64">Show on GitHub</a>
</div>
</section>
</div>
@@ -371,7 +371,7 @@ it might not be compressed with zlib at all.</p>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L76-L79">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L76-L79">Show on GitHub</a>
</div>
</section>
</div>
@@ -385,7 +385,7 @@ it might not be compressed with zlib at all.</p>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L50">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L50">Show on GitHub</a>
</div>
</section>
</div>
@@ -226,7 +226,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L52">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L52">Show on GitHub</a>
</div>
</section>
</div>
@@ -260,7 +260,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L54">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L54">Show on GitHub</a>
</div>
</section>
</div>
@@ -294,7 +294,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L56">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L56">Show on GitHub</a>
</div>
</section>
</div>
@@ -308,7 +308,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -192,7 +192,7 @@
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.2/Sources/ZlibArchive.swift#L44">Show on GitHub</a>
<a href="https://github.com/tsolomko/SWCompression/tree/v2.4.3/Sources/ZlibArchive.swift#L44">Show on GitHub</a>
</div>
</section>
</div>
@@ -206,7 +206,7 @@
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
@@ -348,7 +348,7 @@ so some difference in speed is expected.</p>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Binary file not shown.
+1 -1
View File
@@ -348,7 +348,7 @@ so some difference in speed is expected.</p>
</div>
<section class="footer">
<p>© 2017 Timofey Solomko</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>