mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
Increase version
This commit is contained in:
+2
-2
@@ -3,11 +3,11 @@ clean: true
|
||||
exclude: Tests/
|
||||
author: Timofey Solomko
|
||||
module: SWCompression
|
||||
module_version: 4.0.0
|
||||
module_version: 4.0.1-dev
|
||||
copyright: '© 2017 Timofey Solomko'
|
||||
readme: README.md
|
||||
github_url: https://github.com/tsolomko/SWCompression
|
||||
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v4.0.0
|
||||
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/develop
|
||||
theme: fullwidth
|
||||
|
||||
custom_categories:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Pod::Spec.new do |s|
|
||||
|
||||
s.name = "SWCompression"
|
||||
s.version = "4.0.0"
|
||||
s.version = "4.0.1-dev"
|
||||
s.summary = "A framework with functionality for working with compression, archives and containers."
|
||||
|
||||
s.description = "A framework with (de)compression algorithms and functions for processing various archives and containers."
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>4.0.0</string>
|
||||
<string>4.0.1-dev</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
|
||||
@@ -7,7 +7,7 @@ import Foundation
|
||||
import SWCompression
|
||||
import SwiftCLI
|
||||
|
||||
let cli = CLI(name: "swcomp", version: "4.0.0",
|
||||
let cli = CLI(name: "swcomp", version: "4.0.1-dev",
|
||||
description: """
|
||||
swcomp - small command-line client for SWCompression framework.
|
||||
Serves as an example of SWCompression usage.
|
||||
|
||||
+5
-5
@@ -246,7 +246,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipArchive.swift#L9-L202">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipArchive.swift#L9-L202">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L9-L144">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L9-L144">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -316,7 +316,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZArchive.swift#L9-L210">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZArchive.swift#L9-L210">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -351,7 +351,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibArchive.swift#L9-L67">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibArchive.swift#L9-L67">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -386,7 +386,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibHeader.swift#L9-L87">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L9-L87">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -282,7 +282,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
<p>Decompressed data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2.swift#L21-L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2.swift#L21-L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -341,7 +341,7 @@ Use <code><a href="../Classes/BZip2.html#/s:13SWCompression5BZip2C8compress10Fou
|
||||
</table>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+Compress.swift#L18-L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+Compress.swift#L18-L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -402,7 +402,7 @@ Use <code><a href="../Classes/BZip2.html#/s:13SWCompression5BZip2C8compress10Fou
|
||||
</table>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+Compress.swift#L40-L70">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+Compress.swift#L40-L70">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -437,7 +437,7 @@ Use <code><a href="../Classes/BZip2.html#/s:13SWCompression5BZip2C8compress10Fou
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L13-L56">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L13-L56">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L15">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -287,7 +287,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -321,7 +321,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L19">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L19">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/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -389,7 +389,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -423,7 +423,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -457,7 +457,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -491,7 +491,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -525,7 +525,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L31">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L31">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -287,7 +287,7 @@ It may indicate that either data is damaged or it might not be compressed with D
|
||||
<p>Decompressed data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Deflate/Deflate.swift#L23-L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/Deflate.swift#L23-L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -349,7 +349,7 @@ then static Huffman block will be created.</p>
|
||||
</table>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Deflate/Deflate+Compress.swift#L21-L72">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/Deflate+Compress.swift#L21-L44">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/v4.0.0/Sources/GZip/GzipArchive.swift#L12-L22">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipArchive.swift#L12-L22">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -319,7 +319,7 @@ or compressed with Deflate at all.</p>
|
||||
<p>Unarchived data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipArchive.swift#L37-L47">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipArchive.swift#L37-L47">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -380,7 +380,7 @@ it might not be archived with GZip or compressed with Deflate at all.</p>
|
||||
<p>Unarchived data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipArchive.swift#L61-L76">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipArchive.swift#L61-L76">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -519,7 +519,7 @@ It will be also specified in archive’s header that the compressor used the
|
||||
<p>Resulting archive’s data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipArchive.swift#L111-L200">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipArchive.swift#L111-L200">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipArchive.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipArchive.swift#L15">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -283,7 +283,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipArchive.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipArchive.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -282,7 +282,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
<p>Decompressed data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMA.swift#L21-L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMA.swift#L21-L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -282,7 +282,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
<p>Decompressed data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA2/LZMA2.swift#L21-L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA2/LZMA2.swift#L21-L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -289,7 +289,7 @@ It may indicate that either container is damaged or it might not be 7-Zip contai
|
||||
<p>Array of <code><a href="../Structs/SevenZipEntry.html">SevenZipEntry</a></code>.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zContainer.swift#L27-L177">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zContainer.swift#L27-L177">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,7 @@ It may indicate that either container is damaged or it might not be 7-Zip contai
|
||||
<p>Array of <code><a href="../Structs/SevenZipEntryInfo.html">SevenZipEntryInfo</a></code>.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zContainer.swift#L194-L215">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zContainer.swift#L194-L215">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -288,7 +288,7 @@ than files stored in those directories, but one SHOULD NOT rely on any particula
|
||||
<p>Array of <code><a href="../Structs/TarEntry.html">TarEntry</a></code>.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarContainer.swift#L24-L40">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarContainer.swift#L24-L40">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -353,7 +353,7 @@ than files stored in those directories, but one SHOULD NOT rely on any particula
|
||||
<p>Array of <code><a href="../Structs/TarEntryInfo.html">TarEntryInfo</a></code>.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarContainer.swift#L55-L110">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarContainer.swift#L55-L110">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -287,7 +287,7 @@ it might not be compressed with XZ or LZMA(2) at all.</p>
|
||||
<p>Unarchived data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZArchive.swift#L26-L46">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZArchive.swift#L26-L46">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -352,7 +352,7 @@ It may indicate that either the archive is damaged or it might not be compressed
|
||||
<p>Array of unarchived data from every stream in archive.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZArchive.swift#L64-L79">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZArchive.swift#L64-L79">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -289,7 +289,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
<p>Array of <code><a href="../Structs/ZipEntry.html">ZipEntry</a></code>.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipContainer.swift#L25-L41">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipContainer.swift#L25-L41">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -354,7 +354,7 @@ than files stored in those directories, but one SHOULD NOT rely on any particula
|
||||
<p>Array of <code><a href="../Structs/ZipEntryInfo.html">ZipEntryInfo</a></code>.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipContainer.swift#L125-L162">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipContainer.swift#L129-L166">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -288,7 +288,7 @@ or compressed with Deflate at all.</p>
|
||||
<p>Unarchived data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibArchive.swift#L24-L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibArchive.swift#L24-L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -347,7 +347,7 @@ It will also be specified in archive’s header that the compressor used the
|
||||
<p>Resulting archive’s data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibArchive.swift#L49-L65">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibArchive.swift#L49-L65">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L9-L52">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L9-L52">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L9-L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L9-L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -316,7 +316,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L9-L55">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L9-L55">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -351,7 +351,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionMethod.swift#L9-L22">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionMethod.swift#L9-L22">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -387,7 +387,7 @@ File system determines meaning of file attributes.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/FileSystemType.swift#L12-L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/FileSystemType.swift#L12-L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2.swift#L9-L225">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2.swift#L9-L225">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Deflate/Deflate.swift#L9-L208">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/Deflate.swift#L9-L208">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -316,7 +316,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMA.swift#L9-L45">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMA.swift#L9-L45">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -351,7 +351,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA2/LZMA2.swift#L9-L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA2/LZMA2.swift#L9-L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zContainer.swift#L9-L277">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zContainer.swift#L9-L277">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntry.swift#L9-L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntry.swift#L9-L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -316,7 +316,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L9-L94">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L9-L94">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -351,7 +351,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarContainer.swift#L9-L112">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarContainer.swift#L9-L112">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -386,7 +386,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntry.swift#L9-L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntry.swift#L9-L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -421,7 +421,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L9-L232">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L9-L232">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -456,7 +456,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipContainer.swift#L9-L164">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipContainer.swift#L9-L168">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -491,7 +491,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntry.swift#L9-L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntry.swift#L9-L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -526,7 +526,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L9-L177">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L9-L177">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+10
-10
@@ -254,7 +254,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -390,7 +390,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L22">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L22">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -424,7 +424,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -458,7 +458,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -492,7 +492,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L28">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L28">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -526,7 +526,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -561,7 +561,7 @@ Associated value of the error contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionMethod.swift#L11">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionMethod.swift#L11">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -287,7 +287,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionMethod.swift#L13">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionMethod.swift#L13">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -321,7 +321,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionMethod.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionMethod.swift#L15">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/v4.0.0/Sources/Common/CompressionMethod.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionMethod.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -389,7 +389,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionMethod.swift#L19">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionMethod.swift#L19">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -423,7 +423,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionMethod.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionMethod.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L11">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L11">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -287,7 +287,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L13">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L13">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -321,7 +321,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L15">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/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -389,7 +389,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L19">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L19">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -423,7 +423,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -457,7 +457,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -491,7 +491,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -525,7 +525,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -559,7 +559,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -254,7 +254,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/v4.0.0/Sources/Deflate/DeflateError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/DeflateError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,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/v4.0.0/Sources/Deflate/DeflateError.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/DeflateError.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,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/v4.0.0/Sources/Deflate/DeflateError.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/DeflateError.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,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/v4.0.0/Sources/Deflate/DeflateError.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/DeflateError.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -254,7 +254,7 @@ File system determines meaning of file attributes.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/FileSystemType.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/FileSystemType.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ File system determines meaning of file attributes.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/FileSystemType.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/FileSystemType.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,7 @@ File system determines meaning of file attributes.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/FileSystemType.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/FileSystemType.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,7 @@ File system determines meaning of file attributes.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/FileSystemType.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/FileSystemType.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -395,7 +395,7 @@ File system determines meaning of file attributes.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/FileSystemType.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/FileSystemType.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -254,7 +254,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -323,7 +323,7 @@ that archive uses a newer version of GZip format.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -357,7 +357,7 @@ that archive uses a newer version of GZip format.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -399,7 +399,7 @@ for each already decompressed member, including the one with mismatching checksu
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -433,7 +433,7 @@ for each already decompressed member, including the one with mismatching checksu
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L34">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L34">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -467,7 +467,7 @@ for each already decompressed member, including the one with mismatching checksu
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -254,7 +254,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA2/LZMA2Error.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA2/LZMA2Error.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA2/LZMA2Error.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA2/LZMA2Error.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA2/LZMA2Error.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA2/LZMA2Error.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -357,7 +357,7 @@ amount of compressed data read is different from the one stored in LZMA2 packet.
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA2/LZMA2Error.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA2/LZMA2Error.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -254,7 +254,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -390,7 +390,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L22">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L22">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -424,7 +424,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -458,7 +458,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -254,7 +254,7 @@ It may indicate that either container is damaged or it might not be 7-Zip contai
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either container is damaged or it might not be 7-Zip contai
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -323,7 +323,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -358,7 +358,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -392,7 +392,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L28">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L28">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -426,7 +426,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -460,7 +460,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -494,7 +494,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L34">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L34">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -528,7 +528,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -562,7 +562,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L38">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L38">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -597,7 +597,7 @@ no internal structure was found where it must be.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L43">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L43">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -254,7 +254,7 @@ It may indicate that either container is damaged or it might not be TAR containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either container is damaged or it might not be TAR containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarError.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarError.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,7 @@ It may indicate that either container is damaged or it might not be TAR containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarError.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarError.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,7 @@ It may indicate that either container is damaged or it might not be TAR containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarError.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarError.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -254,7 +254,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -289,7 +289,7 @@ which can mean both damaged archive or that archive uses a newer version of XZ f
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L19">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L19">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -323,7 +323,7 @@ which can mean both damaged archive or that archive uses a newer version of XZ f
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -357,7 +357,7 @@ which can mean both damaged archive or that archive uses a newer version of XZ f
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -391,7 +391,7 @@ which can mean both damaged archive or that archive uses a newer version of XZ f
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -426,7 +426,7 @@ amount of compressed data read is different from the one stored in archive.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -468,7 +468,7 @@ for each already decompressed stream, including the one with mismatching checksu
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L39">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L39">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -502,7 +502,7 @@ for each already decompressed stream, including the one with mismatching checksu
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L41">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L41">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -536,7 +536,7 @@ for each already decompressed stream, including the one with mismatching checksu
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L43">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L43">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+11
-11
@@ -254,7 +254,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -390,7 +390,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L22">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L22">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -424,7 +424,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -458,7 +458,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -492,7 +492,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L28">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L28">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -526,7 +526,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -561,7 +561,7 @@ Associated value of the error contains <code><a href="../Structs/ZipEntry.html">
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -595,7 +595,7 @@ Associated value of the error contains <code><a href="../Structs/ZipEntry.html">
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -254,7 +254,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibError.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibError.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibError.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibError.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibError.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibError.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -391,7 +391,7 @@ Associated value of the error contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibError.swift#L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibError.swift#L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+10
-10
@@ -247,7 +247,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L12-L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L12-L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -283,7 +283,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/v4.0.0/Sources/Deflate/DeflateError.swift#L12-L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/DeflateError.swift#L12-L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -319,7 +319,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L12-L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L12-L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -355,7 +355,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L12-L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L12-L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -391,7 +391,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA2/LZMA2Error.swift#L12-L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA2/LZMA2Error.swift#L12-L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -427,7 +427,7 @@ It may indicate that either container is damaged or it might not be 7-Zip contai
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L12-L44">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L12-L44">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -463,7 +463,7 @@ It may indicate that either container is damaged or it might not be TAR containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarError.swift#L12-L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarError.swift#L12-L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -499,7 +499,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L12-L44">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L12-L44">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -535,7 +535,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L12-L38">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L12-L38">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -571,7 +571,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibError.swift#L12-L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibError.swift#L12-L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+6
-6
@@ -246,7 +246,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Archive.swift#L9-L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Archive.swift#L9-L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Container.swift#L9-L19">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Container.swift#L9-L19">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -316,7 +316,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntry.swift#L9-L19">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntry.swift#L9-L19">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -351,7 +351,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L9-L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L9-L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -386,7 +386,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionAlgorithm.swift#L9-L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionAlgorithm.swift#L9-L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -421,7 +421,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/DecompressionAlgorithm.swift#L9-L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/DecompressionAlgorithm.swift#L9-L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Archive.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Archive.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionAlgorithm.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionAlgorithm.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Container.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Container.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -283,7 +283,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Container.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Container.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntry.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntry.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -283,7 +283,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntry.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntry.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -283,7 +283,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L15">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -313,7 +313,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -343,7 +343,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -373,7 +373,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -403,7 +403,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -433,7 +433,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/DecompressionAlgorithm.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/DecompressionAlgorithm.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -283,7 +283,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L15-L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L15-L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -313,7 +313,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -343,7 +343,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -373,7 +373,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -403,7 +403,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -433,7 +433,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -463,7 +463,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -285,7 +285,7 @@ then this property is <code>nil</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L33">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L33">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -315,7 +315,7 @@ then this property is <code>nil</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -345,7 +345,7 @@ then this property is <code>nil</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L39">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L39">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -375,7 +375,7 @@ then this property is <code>nil</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L42">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L42">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -405,7 +405,7 @@ then this property is <code>nil</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L45">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L45">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -460,7 +460,7 @@ it might not be archived with GZip at all.</p>
|
||||
</table>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L55-L58">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L55-L58">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -283,7 +283,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L15-L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L15-L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -313,7 +313,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -343,7 +343,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -373,7 +373,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -403,7 +403,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -433,7 +433,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -463,7 +463,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -493,7 +493,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L38">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L38">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -523,7 +523,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L41">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L41">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -553,7 +553,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L44">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L44">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -583,7 +583,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L47">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L47">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -613,7 +613,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L50">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L50">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -643,7 +643,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L53">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L53">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/v4.0.0/Sources/7-Zip/7zEntry.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntry.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntry.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntry.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -259,7 +259,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -317,7 +317,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L15">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -346,7 +346,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -375,7 +375,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -404,7 +404,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -433,7 +433,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -475,7 +475,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L33">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L33">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -505,7 +505,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -535,7 +535,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L39">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L39">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -565,7 +565,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L42">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L42">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -596,7 +596,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L48">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L48">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -626,7 +626,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L51">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L51">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/v4.0.0/Sources/TAR/TarEntry.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntry.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntry.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntry.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -270,7 +270,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -300,7 +300,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -329,7 +329,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L15">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -359,7 +359,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L31">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L31">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -389,7 +389,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L34">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L34">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -419,7 +419,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -448,7 +448,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -489,7 +489,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L44">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L44">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -519,7 +519,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L47">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L47">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -549,7 +549,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L50">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L50">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -579,7 +579,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L53">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L53">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -609,7 +609,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L56">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L56">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -639,7 +639,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L59">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L59">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -669,7 +669,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L62">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L62">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -699,7 +699,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L65">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L65">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -739,7 +739,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L77">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L77">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/v4.0.0/Sources/ZIP/ZipEntry.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntry.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntry.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntry.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -259,7 +259,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -317,7 +317,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L15">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -354,7 +354,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -391,7 +391,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -429,7 +429,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L45">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L45">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -460,7 +460,7 @@ May have meaningless value if origin file system’s attributes weren’
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L51">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L51">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -501,7 +501,7 @@ May have meaningless value if origin file system’s attributes weren’
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L56">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L56">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -532,7 +532,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L62">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L62">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -562,7 +562,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L65">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L65">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -592,7 +592,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L68">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L68">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -622,7 +622,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L71">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L71">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -652,7 +652,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L74">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L74">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/v4.0.0/Sources/Zlib/ZlibHeader.swift#L12-L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L12-L21">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/v4.0.0/Sources/Zlib/ZlibHeader.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L24">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/v4.0.0/Sources/Zlib/ZlibHeader.swift#L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -344,7 +344,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibHeader.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -401,7 +401,7 @@ it might not be archived with Zlib at all.</p>
|
||||
</table>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibHeader.swift#L42-L45">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L42-L45">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibHeader.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -287,7 +287,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibHeader.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -321,7 +321,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibHeader.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L18">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/v4.0.0/Sources/Zlib/ZlibHeader.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipArchive.swift#L9-L202">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipArchive.swift#L9-L202">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L9-L144">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L9-L144">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -316,7 +316,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZArchive.swift#L9-L210">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZArchive.swift#L9-L210">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -351,7 +351,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibArchive.swift#L9-L67">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibArchive.swift#L9-L67">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -386,7 +386,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibHeader.swift#L9-L87">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L9-L87">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -282,7 +282,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
<p>Decompressed data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2.swift#L21-L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2.swift#L21-L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -341,7 +341,7 @@ Use <code><a href="../Classes/BZip2.html#/s:13SWCompression5BZip2C8compress10Fou
|
||||
</table>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+Compress.swift#L18-L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+Compress.swift#L18-L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -402,7 +402,7 @@ Use <code><a href="../Classes/BZip2.html#/s:13SWCompression5BZip2C8compress10Fou
|
||||
</table>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+Compress.swift#L40-L70">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+Compress.swift#L40-L70">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -437,7 +437,7 @@ Use <code><a href="../Classes/BZip2.html#/s:13SWCompression5BZip2C8compress10Fou
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L13-L56">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L13-L56">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+9
-9
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L15">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -287,7 +287,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -321,7 +321,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L19">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L19">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/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -389,7 +389,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -423,7 +423,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -457,7 +457,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -491,7 +491,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -525,7 +525,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2+BlockSize.swift#L31">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2+BlockSize.swift#L31">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -287,7 +287,7 @@ It may indicate that either data is damaged or it might not be compressed with D
|
||||
<p>Decompressed data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Deflate/Deflate.swift#L23-L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/Deflate.swift#L23-L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -349,7 +349,7 @@ then static Huffman block will be created.</p>
|
||||
</table>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Deflate/Deflate+Compress.swift#L21-L72">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/Deflate+Compress.swift#L21-L44">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+4
-4
@@ -254,7 +254,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipArchive.swift#L12-L22">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipArchive.swift#L12-L22">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -319,7 +319,7 @@ or compressed with Deflate at all.</p>
|
||||
<p>Unarchived data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipArchive.swift#L37-L47">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipArchive.swift#L37-L47">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -380,7 +380,7 @@ it might not be archived with GZip or compressed with Deflate at all.</p>
|
||||
<p>Unarchived data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipArchive.swift#L61-L76">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipArchive.swift#L61-L76">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -519,7 +519,7 @@ It will be also specified in archive’s header that the compressor used the
|
||||
<p>Resulting archive’s data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipArchive.swift#L111-L200">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipArchive.swift#L111-L200">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipArchive.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipArchive.swift#L15">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -283,7 +283,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipArchive.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipArchive.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -282,7 +282,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
<p>Decompressed data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMA.swift#L21-L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMA.swift#L21-L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -282,7 +282,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
<p>Decompressed data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA2/LZMA2.swift#L21-L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA2/LZMA2.swift#L21-L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -289,7 +289,7 @@ It may indicate that either container is damaged or it might not be 7-Zip contai
|
||||
<p>Array of <code><a href="../Structs/SevenZipEntry.html">SevenZipEntry</a></code>.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zContainer.swift#L27-L177">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zContainer.swift#L27-L177">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,7 @@ It may indicate that either container is damaged or it might not be 7-Zip contai
|
||||
<p>Array of <code><a href="../Structs/SevenZipEntryInfo.html">SevenZipEntryInfo</a></code>.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zContainer.swift#L194-L215">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zContainer.swift#L194-L215">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -288,7 +288,7 @@ than files stored in those directories, but one SHOULD NOT rely on any particula
|
||||
<p>Array of <code><a href="../Structs/TarEntry.html">TarEntry</a></code>.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarContainer.swift#L24-L40">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarContainer.swift#L24-L40">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -353,7 +353,7 @@ than files stored in those directories, but one SHOULD NOT rely on any particula
|
||||
<p>Array of <code><a href="../Structs/TarEntryInfo.html">TarEntryInfo</a></code>.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarContainer.swift#L55-L110">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarContainer.swift#L55-L110">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -287,7 +287,7 @@ it might not be compressed with XZ or LZMA(2) at all.</p>
|
||||
<p>Unarchived data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZArchive.swift#L26-L46">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZArchive.swift#L26-L46">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -352,7 +352,7 @@ It may indicate that either the archive is damaged or it might not be compressed
|
||||
<p>Array of unarchived data from every stream in archive.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZArchive.swift#L64-L79">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZArchive.swift#L64-L79">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -289,7 +289,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
<p>Array of <code><a href="../Structs/ZipEntry.html">ZipEntry</a></code>.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipContainer.swift#L25-L41">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipContainer.swift#L25-L41">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -354,7 +354,7 @@ than files stored in those directories, but one SHOULD NOT rely on any particula
|
||||
<p>Array of <code><a href="../Structs/ZipEntryInfo.html">ZipEntryInfo</a></code>.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipContainer.swift#L125-L162">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipContainer.swift#L129-L166">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -288,7 +288,7 @@ or compressed with Deflate at all.</p>
|
||||
<p>Unarchived data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibArchive.swift#L24-L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibArchive.swift#L24-L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -347,7 +347,7 @@ It will also be specified in archive’s header that the compressor used the
|
||||
<p>Resulting archive’s data.</p>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibArchive.swift#L49-L65">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibArchive.swift#L49-L65">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+5
-5
@@ -246,7 +246,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L9-L52">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L9-L52">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L9-L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L9-L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -316,7 +316,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L9-L55">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L9-L55">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -351,7 +351,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionMethod.swift#L9-L22">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionMethod.swift#L9-L22">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -387,7 +387,7 @@ File system determines meaning of file attributes.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/FileSystemType.swift#L12-L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/FileSystemType.swift#L12-L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2.swift#L9-L225">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2.swift#L9-L225">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Deflate/Deflate.swift#L9-L208">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/Deflate.swift#L9-L208">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -316,7 +316,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMA.swift#L9-L45">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMA.swift#L9-L45">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -351,7 +351,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA2/LZMA2.swift#L9-L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA2/LZMA2.swift#L9-L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zContainer.swift#L9-L277">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zContainer.swift#L9-L277">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntry.swift#L9-L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntry.swift#L9-L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -316,7 +316,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L9-L94">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L9-L94">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -351,7 +351,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarContainer.swift#L9-L112">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarContainer.swift#L9-L112">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -386,7 +386,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntry.swift#L9-L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntry.swift#L9-L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -421,7 +421,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L9-L232">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L9-L232">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -456,7 +456,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipContainer.swift#L9-L164">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipContainer.swift#L9-L168">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -491,7 +491,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntry.swift#L9-L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntry.swift#L9-L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -526,7 +526,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L9-L177">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L9-L177">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+10
-10
@@ -254,7 +254,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -390,7 +390,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L22">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L22">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -424,7 +424,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -458,7 +458,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -492,7 +492,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L28">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L28">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -526,7 +526,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -561,7 +561,7 @@ Associated value of the error contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+6
-6
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionMethod.swift#L11">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionMethod.swift#L11">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -287,7 +287,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionMethod.swift#L13">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionMethod.swift#L13">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -321,7 +321,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionMethod.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionMethod.swift#L15">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/v4.0.0/Sources/Common/CompressionMethod.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionMethod.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -389,7 +389,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionMethod.swift#L19">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionMethod.swift#L19">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -423,7 +423,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionMethod.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionMethod.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+10
-10
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L11">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L11">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -287,7 +287,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L13">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L13">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -321,7 +321,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L15">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/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -389,7 +389,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L19">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L19">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -423,7 +423,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -457,7 +457,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -491,7 +491,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -525,7 +525,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -559,7 +559,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryType.swift#L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryType.swift#L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+4
-4
@@ -254,7 +254,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/v4.0.0/Sources/Deflate/DeflateError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/DeflateError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,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/v4.0.0/Sources/Deflate/DeflateError.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/DeflateError.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,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/v4.0.0/Sources/Deflate/DeflateError.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/DeflateError.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,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/v4.0.0/Sources/Deflate/DeflateError.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/DeflateError.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+5
-5
@@ -254,7 +254,7 @@ File system determines meaning of file attributes.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/FileSystemType.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/FileSystemType.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ File system determines meaning of file attributes.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/FileSystemType.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/FileSystemType.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,7 @@ File system determines meaning of file attributes.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/FileSystemType.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/FileSystemType.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,7 @@ File system determines meaning of file attributes.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/FileSystemType.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/FileSystemType.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -395,7 +395,7 @@ File system determines meaning of file attributes.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/FileSystemType.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/FileSystemType.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -254,7 +254,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -323,7 +323,7 @@ that archive uses a newer version of GZip format.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -357,7 +357,7 @@ that archive uses a newer version of GZip format.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -399,7 +399,7 @@ for each already decompressed member, including the one with mismatching checksu
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -433,7 +433,7 @@ for each already decompressed member, including the one with mismatching checksu
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L34">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L34">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -467,7 +467,7 @@ for each already decompressed member, including the one with mismatching checksu
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+4
-4
@@ -254,7 +254,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA2/LZMA2Error.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA2/LZMA2Error.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA2/LZMA2Error.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA2/LZMA2Error.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA2/LZMA2Error.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA2/LZMA2Error.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -357,7 +357,7 @@ amount of compressed data read is different from the one stored in LZMA2 packet.
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA2/LZMA2Error.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA2/LZMA2Error.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -254,7 +254,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -390,7 +390,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L22">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L22">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -424,7 +424,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -458,7 +458,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+11
-11
@@ -254,7 +254,7 @@ It may indicate that either container is damaged or it might not be 7-Zip contai
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either container is damaged or it might not be 7-Zip contai
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -323,7 +323,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -358,7 +358,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -392,7 +392,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L28">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L28">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -426,7 +426,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -460,7 +460,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -494,7 +494,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L34">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L34">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -528,7 +528,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -562,7 +562,7 @@ or one of the container’s strucutures is incorrect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L38">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L38">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -597,7 +597,7 @@ no internal structure was found where it must be.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L43">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L43">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -254,7 +254,7 @@ It may indicate that either container is damaged or it might not be TAR containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either container is damaged or it might not be TAR containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarError.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarError.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,7 @@ It may indicate that either container is damaged or it might not be TAR containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarError.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarError.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,7 @@ It may indicate that either container is damaged or it might not be TAR containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarError.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarError.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -254,7 +254,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -289,7 +289,7 @@ which can mean both damaged archive or that archive uses a newer version of XZ f
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L19">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L19">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -323,7 +323,7 @@ which can mean both damaged archive or that archive uses a newer version of XZ f
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -357,7 +357,7 @@ which can mean both damaged archive or that archive uses a newer version of XZ f
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -391,7 +391,7 @@ which can mean both damaged archive or that archive uses a newer version of XZ f
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -426,7 +426,7 @@ amount of compressed data read is different from the one stored in archive.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -468,7 +468,7 @@ for each already decompressed stream, including the one with mismatching checksu
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L39">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L39">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -502,7 +502,7 @@ for each already decompressed stream, including the one with mismatching checksu
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L41">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L41">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -536,7 +536,7 @@ for each already decompressed stream, including the one with mismatching checksu
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L43">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L43">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+11
-11
@@ -254,7 +254,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -390,7 +390,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L22">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L22">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -424,7 +424,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -458,7 +458,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -492,7 +492,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L28">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L28">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -526,7 +526,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -561,7 +561,7 @@ Associated value of the error contains <code><a href="../Structs/ZipEntry.html">
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -595,7 +595,7 @@ Associated value of the error contains <code><a href="../Structs/ZipEntry.html">
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -254,7 +254,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibError.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibError.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibError.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibError.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -322,7 +322,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibError.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibError.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -356,7 +356,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibError.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibError.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -391,7 +391,7 @@ Associated value of the error contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibError.swift#L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibError.swift#L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -247,7 +247,7 @@ It may indicate that either data is damaged or it might not be compressed with B
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/BZip2/BZip2Error.swift#L12-L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/BZip2/BZip2Error.swift#L12-L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -283,7 +283,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/v4.0.0/Sources/Deflate/DeflateError.swift#L12-L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Deflate/DeflateError.swift#L12-L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -319,7 +319,7 @@ It may indicate that either archive is damaged or it might not be GZip archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipError.swift#L12-L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipError.swift#L12-L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -355,7 +355,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA/LZMAError.swift#L12-L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA/LZMAError.swift#L12-L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -391,7 +391,7 @@ It may indicate that either data is damaged or it might not be compressed with L
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/LZMA2/LZMA2Error.swift#L12-L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/LZMA2/LZMA2Error.swift#L12-L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -427,7 +427,7 @@ It may indicate that either container is damaged or it might not be 7-Zip contai
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zError.swift#L12-L44">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zError.swift#L12-L44">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -463,7 +463,7 @@ It may indicate that either container is damaged or it might not be TAR containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarError.swift#L12-L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarError.swift#L12-L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -499,7 +499,7 @@ It may indicate that either archive is damaged or it might not be XZ archive at
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/XZ/XZError.swift#L12-L44">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/XZ/XZError.swift#L12-L44">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -535,7 +535,7 @@ It may indicate that either container is damaged or it might not be ZIP containe
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipError.swift#L12-L38">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipError.swift#L12-L38">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -571,7 +571,7 @@ It may indicate that either archive is damaged or it might not be Zlib archive a
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibError.swift#L12-L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibError.swift#L12-L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Archive.swift#L9-L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Archive.swift#L9-L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Container.swift#L9-L19">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Container.swift#L9-L19">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -316,7 +316,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntry.swift#L9-L19">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntry.swift#L9-L19">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -351,7 +351,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L9-L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L9-L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -386,7 +386,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionAlgorithm.swift#L9-L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionAlgorithm.swift#L9-L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -421,7 +421,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/DecompressionAlgorithm.swift#L9-L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/DecompressionAlgorithm.swift#L9-L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Archive.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Archive.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/CompressionAlgorithm.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/CompressionAlgorithm.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Container.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Container.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -283,7 +283,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Container.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Container.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntry.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntry.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -283,7 +283,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntry.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntry.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+7
-7
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -283,7 +283,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L15">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -313,7 +313,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -343,7 +343,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -373,7 +373,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -403,7 +403,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -433,7 +433,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/ContainerEntryInfo.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/ContainerEntryInfo.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/DecompressionAlgorithm.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/DecompressionAlgorithm.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+8
-8
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -283,7 +283,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L15-L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L15-L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -313,7 +313,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -343,7 +343,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -373,7 +373,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -403,7 +403,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -433,7 +433,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -463,7 +463,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/DosAttributes.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/DosAttributes.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+7
-7
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -285,7 +285,7 @@ then this property is <code>nil</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L33">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L33">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -315,7 +315,7 @@ then this property is <code>nil</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -345,7 +345,7 @@ then this property is <code>nil</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L39">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L39">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -375,7 +375,7 @@ then this property is <code>nil</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L42">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L42">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -405,7 +405,7 @@ then this property is <code>nil</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L45">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L45">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -460,7 +460,7 @@ it might not be archived with GZip at all.</p>
|
||||
</table>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/GZip/GzipHeader.swift#L55-L58">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/GZip/GzipHeader.swift#L55-L58">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+14
-14
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -283,7 +283,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L15-L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L15-L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -313,7 +313,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -343,7 +343,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -373,7 +373,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -403,7 +403,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -433,7 +433,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -463,7 +463,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -493,7 +493,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L38">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L38">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -523,7 +523,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L41">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L41">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -553,7 +553,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L44">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L44">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -583,7 +583,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L47">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L47">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -613,7 +613,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L50">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L50">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -643,7 +643,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Common/Container/Permissions.swift#L53">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Common/Container/Permissions.swift#L53">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -252,7 +252,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntry.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntry.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntry.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntry.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+13
-13
@@ -259,7 +259,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -317,7 +317,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L15">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -346,7 +346,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L21">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -375,7 +375,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -404,7 +404,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -433,7 +433,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -475,7 +475,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L33">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L33">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -505,7 +505,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -535,7 +535,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L39">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L39">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -565,7 +565,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L42">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L42">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -596,7 +596,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L48">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L48">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -626,7 +626,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/7-Zip/7zEntryInfo.swift#L51">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/7-Zip/7zEntryInfo.swift#L51">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -252,7 +252,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntry.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntry.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntry.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntry.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+16
-16
@@ -270,7 +270,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -300,7 +300,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -329,7 +329,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L15">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -359,7 +359,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L31">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L31">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -389,7 +389,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L34">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L34">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -419,7 +419,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -448,7 +448,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -489,7 +489,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L44">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L44">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -519,7 +519,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L47">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L47">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -549,7 +549,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L50">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L50">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -579,7 +579,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L53">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L53">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -609,7 +609,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L56">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L56">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -639,7 +639,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L59">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L59">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -669,7 +669,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L62">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L62">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -699,7 +699,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L65">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L65">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -739,7 +739,7 @@ to set this property, in the following preference order:</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/TAR/TarEntryInfo.swift#L77">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/TAR/TarEntryInfo.swift#L77">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -252,7 +252,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntry.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntry.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntry.swift#L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntry.swift#L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+13
-13
@@ -259,7 +259,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L12">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L12">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -288,7 +288,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L18">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -317,7 +317,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L15">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -354,7 +354,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -391,7 +391,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -429,7 +429,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L45">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L45">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -460,7 +460,7 @@ May have meaningless value if origin file system’s attributes weren’
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L51">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L51">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -501,7 +501,7 @@ May have meaningless value if origin file system’s attributes weren’
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L56">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L56">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -532,7 +532,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L62">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L62">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -562,7 +562,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L65">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L65">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -592,7 +592,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L68">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L68">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -622,7 +622,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L71">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L71">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -652,7 +652,7 @@ May be useful when origin file system’s attributes weren’t POSIX com
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/ZIP/ZipEntryInfo.swift#L74">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/ZIP/ZipEntryInfo.swift#L74">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+5
-5
@@ -254,7 +254,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibHeader.swift#L12-L21">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L12-L21">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/v4.0.0/Sources/Zlib/ZlibHeader.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L24">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/v4.0.0/Sources/Zlib/ZlibHeader.swift#L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -344,7 +344,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibHeader.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -401,7 +401,7 @@ it might not be archived with Zlib at all.</p>
|
||||
</table>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibHeader.swift#L42-L45">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L42-L45">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+4
-4
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibHeader.swift#L14">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L14">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -287,7 +287,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibHeader.swift#L16">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L16">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -321,7 +321,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v4.0.0/Sources/Zlib/ZlibHeader.swift#L18">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L18">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/v4.0.0/Sources/Zlib/ZlibHeader.swift#L20">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/develop/Sources/Zlib/ZlibHeader.swift#L20">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user