mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
2.2.0 testing release.
This commit is contained in:
+2
-2
@@ -4,9 +4,9 @@ exclude: Tests/
|
||||
swift_version: 3.0.2
|
||||
author: Timofey Solomko
|
||||
module: SWCompression
|
||||
module_version: 2.1.0
|
||||
module_version: 2.2.0-test
|
||||
copyright: '© 2017 Timofey Solomko'
|
||||
readme: README.md
|
||||
github_url: https://github.com/tsolomko/SWCompression
|
||||
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v2.1.0
|
||||
github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v2.2.0-test
|
||||
theme: fullwidth
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
# Changelog
|
||||
v2.2.0-test
|
||||
----------------
|
||||
- Deflate compression (limited).
|
||||
- More ZIP public functions (API).
|
||||
|
||||
v2.1.0
|
||||
----------------
|
||||
- ZIP containers support.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Pod::Spec.new do |s|
|
||||
|
||||
s.name = "SWCompression"
|
||||
s.version = "2.1.0"
|
||||
s.version = "2.2.0-test"
|
||||
s.summary = "Framework with implementations in Swift of different (de)compression algorithms"
|
||||
|
||||
s.description = <<-DESC
|
||||
@@ -34,7 +34,7 @@ Pod::Spec.new do |s|
|
||||
|
||||
s.subspec 'Deflate' do |sp|
|
||||
sp.dependency 'SWCompression/Common'
|
||||
sp.source_files = 'Sources/{Deflate.swift,HuffmanTree.swift}'
|
||||
sp.source_files = 'Sources/{Deflate.swift,HuffmanTree.swift,BitToByteWriter.swift}'
|
||||
end
|
||||
|
||||
s.subspec 'GZip' do |sp|
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.1.0</string>
|
||||
<string>2.2.0-test</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.1.0</string>
|
||||
<string>2.2.0-test</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.1.0</string>
|
||||
<string>2.2.0-test</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.1.0</string>
|
||||
<string>2.2.0-test</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
|
||||
+22
-10
@@ -8,6 +8,9 @@
|
||||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -19,7 +22,13 @@
|
||||
<a class="header-link" href="index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -121,6 +130,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -174,7 +186,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L38-L106">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L38-L106">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -209,7 +221,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L180-L221">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L180-L221">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -244,7 +256,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L51-L279">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L73-L201">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -279,7 +291,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L44-L90">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L44-L90">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -314,7 +326,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L125-L157">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L125-L157">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -349,7 +361,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Deflate.swift#L32-L230">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L32-L405">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -384,7 +396,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L47-L277">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L47-L277">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -419,7 +431,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L58-L346">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L58-L346">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -433,7 +445,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+15
-15
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -172,23 +184,11 @@
|
||||
|
||||
<p>If data passed is not actually compressed with BZip2, <code><a href="../Enums/BZip2Error.html">BZip2Error</a></code> will be thrown.</p>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter compressedData: Data compressed with BZip2.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/BZip2Error.html">BZip2Error</a></code> if unexpected byte (bit) sequence was encountered in <code>compressedData</code>.
|
||||
It may indicate that either the data is damaged or it might not be compressed with BZip2 at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Decompressed data.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L61-L97">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L61-L97">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -240,7 +240,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+45
-15
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -172,23 +184,11 @@
|
||||
|
||||
<p>If data passed is not actually compressed with DEFLATE, <code><a href="../Enums/DeflateError.html">DeflateError</a></code> will be thrown.</p>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter compressedData: Data compressed with DEFLATE.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/DeflateError.html">DeflateError</a></code> if unexpected byte (bit) sequence was encountered in <code>compressedData</code>.
|
||||
It may indicate that either the data is damaged or it might not be compressed with DEFLATE at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Decompressed data.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -226,7 +226,37 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Deflate.swift#L46-L50">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L46-L50">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:ZFC13SWCompression7Deflate8compressFzT4dataV10Foundation4Data_S2_"></a>
|
||||
<a name="//apple_ref/swift/Method/compress(data:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:ZFC13SWCompression7Deflate8compressFzT4dataV10Foundation4Data_S2_">compress(data:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">Deflate</span><span class="p">:</span> <span class="kt"><a href="../Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L228-L238">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -240,7 +270,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,23 +192,11 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter archiveData: Data compressed with gzip.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/DeflateError.html">DeflateError</a></code> or <code><a href="../Enums/GzipError.html">GzipError</a></code> depending on the type of inconsistency in data.
|
||||
It may indicate that either the data is damaged or it might not be compressed with gzip or DEFLATE at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Unarchived data.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -234,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L198-L219">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L198-L219">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -248,7 +248,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+15
-15
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -172,23 +184,11 @@
|
||||
|
||||
<p>If data passed is not actually compressed with LZMA, <code><a href="../Enums/LZMAError.html">LZMAError</a></code> will be thrown.</p>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter compressedData: Data compressed with LZMA.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/LZMAError.html">LZMAError</a></code> if unexpected byte (bit) sequence was encountered in <code>compressedData</code>.
|
||||
It may indicate that either the data is damaged or it might not be compressed with LZMA at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Decompressed data.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L58-L63">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L58-L63">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -240,7 +240,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+15
-15
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -172,23 +184,11 @@
|
||||
|
||||
<p>If data passed is not actually compressed with LZMA2, <code><a href="../Enums/LZMA2Error.html">LZMA2Error</a></code> or <code><a href="../Enums/LZMAError.html">LZMAError</a></code> will be thrown.</p>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter compressedData: Data compressed with LZMA2.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/LZMA2Error.html">LZMA2Error</a></code> or <code><a href="../Enums/LZMAError.html">LZMAError</a></code> if unexpected byte (bit) sequence was encountered in <code>compressedData</code>.
|
||||
It may indicate that either the data is damaged or it might not be compressed with LZMA2 at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Decompressed data.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L52-L59">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L52-L59">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -240,7 +240,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+15
-15
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -176,23 +188,11 @@ If filters other than LZMA2 are used in archive then <code><a href="../Enums/XZE
|
||||
<p>If data inside the archive is not actually compressed with LZMA2,
|
||||
<code><a href="../Enums/LZMAError.html">LZMAError</a></code> or <code><a href="../Enums/LZMA2Error.html">LZMA2Error</a></code> will be thrown.</p>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter archiveData: Data compressed with xz.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/LZMAError.html">LZMAError</a></code>, <code><a href="../Enums/LZMA2Error.html">LZMA2Error</a></code> or <code><a href="../Enums/XZError.html">XZError</a></code> depending on the type of inconsistency in data.
|
||||
It may indicate that either the data is damaged or it might not be compressed with xz or LZMA(2) at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Unarchived data.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -230,7 +230,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L76-L143">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L76-L143">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -244,7 +244,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+105
-15
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -155,6 +167,96 @@
|
||||
<div class="section-content">
|
||||
<div class="task-group">
|
||||
<ul class="item-container">
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:vC13SWCompression12ZipContainer7entriesGSaVS_8ZipEntry_"></a>
|
||||
<a name="//apple_ref/swift/Property/entries" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:vC13SWCompression12ZipContainer7entriesGSaVS_8ZipEntry_">entries</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">ZipContainer</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:FC13SWCompression12ZipContainercFzT13containerDataV10Foundation4Data_S0_"></a>
|
||||
<a name="//apple_ref/swift/Method/init(containerData:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:FC13SWCompression12ZipContainercFzT13containerDataV10Foundation4Data_S0_">init(containerData:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">ZipContainer</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L79-L108">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:FC13SWCompression12ZipContainer4dataFzT3forVS_8ZipEntry_V10Foundation4Data"></a>
|
||||
<a name="//apple_ref/swift/Method/data(for:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:FC13SWCompression12ZipContainer4dataFzT3forVS_8ZipEntry_V10Foundation4Data">data(for:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">ZipContainer</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L110-L169">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
@@ -193,23 +295,11 @@ the last character of entry’s name (it should be ‘/’). If all
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter containerData: Data of ZIP container.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/ZipError.html">ZipError</a></code> or <code><a href="../Enums/DeflateError.html">DeflateError</a></code> depending on the type of inconsistency in data.
|
||||
It may indicate that either the container is damaged or it might not be ZIP container or compressed with Deflate at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Array of pairs (tuples) where first member is <code>entryName</code> and second member is <code>entryData</code>.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -247,7 +337,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L74-L277">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L192-L199">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -261,7 +351,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,23 +192,11 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter archiveData: Data compressed with zlib.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/DeflateError.html">DeflateError</a></code> or <code><a href="../Enums/ZlibError.html">ZlibError</a></code> depending on the type of inconsistency in data.
|
||||
It may indicate that either the data is damaged or it might not be compressed with zlib or DEFLATE at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Unarchived data.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -234,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L143-L155">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L143-L155">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -248,7 +248,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+22
-10
@@ -8,6 +8,9 @@
|
||||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -19,7 +22,13 @@
|
||||
<a class="header-link" href="index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -121,6 +130,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -183,7 +195,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L21-L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L21-L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -230,7 +242,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L24-L40">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L24-L40">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -280,7 +292,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L27-L48">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L27-L48">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -329,7 +341,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L26-L41">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L26-L41">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -374,7 +386,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L22-L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L22-L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -417,7 +429,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Deflate.swift#L20-L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L20-L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -465,7 +477,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L25-L44">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L25-L44">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -516,7 +528,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L28-L55">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L28-L55">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -530,7 +542,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+23
-11
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -193,7 +205,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -227,7 +239,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -261,7 +273,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L31">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L31">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -295,7 +307,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L33">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L33">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -329,7 +341,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -363,7 +375,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -397,7 +409,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L39">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L39">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -431,7 +443,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L41">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L41">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -465,7 +477,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L43">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L43">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -479,7 +491,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -188,7 +200,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Deflate.swift#L22">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L22">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -222,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Deflate.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -256,7 +268,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Deflate.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -290,7 +302,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Deflate.swift#L28">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L28">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -304,7 +316,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -192,7 +204,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -226,7 +238,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L28">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L28">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -260,7 +272,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -294,7 +306,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -329,7 +341,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -363,7 +375,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L39">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L39">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -377,7 +389,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -189,7 +201,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -223,7 +235,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -257,7 +269,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -291,7 +303,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -326,7 +338,7 @@ amount of compressed data read was different from the one stored in LZMA2 packet
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L34">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L34">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -340,7 +352,7 @@ amount of compressed data read was different from the one stored in LZMA2 packet
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -194,7 +206,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L28">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L28">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -228,7 +240,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -262,7 +274,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -296,7 +308,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L34">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L34">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -330,7 +342,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -364,7 +376,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L38">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L38">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -398,7 +410,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L40">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L40">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -412,7 +424,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+24
-12
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -196,7 +208,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -230,7 +242,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -264,7 +276,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L34">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L34">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -298,7 +310,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -332,7 +344,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L38">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L38">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -366,7 +378,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L40">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L40">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -401,7 +413,7 @@ amount of compressed data read was different from the one stored in block header
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L45">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L45">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -436,7 +448,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L50">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L50">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -470,7 +482,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L52">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L52">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -504,7 +516,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L54">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L54">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -518,7 +530,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+24
-12
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -195,7 +207,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -229,7 +241,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L31">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L31">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -263,7 +275,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L33">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L33">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -297,7 +309,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -331,7 +343,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -365,7 +377,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L39">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L39">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -399,7 +411,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L41">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L41">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -433,7 +445,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L43">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L43">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -467,7 +479,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L45">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L45">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -501,7 +513,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L47">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L47">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -515,7 +527,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -190,7 +202,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -224,7 +236,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -258,7 +270,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L28">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L28">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -292,7 +304,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -327,7 +339,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -341,7 +353,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+16
-4
@@ -8,6 +8,9 @@
|
||||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -19,7 +22,13 @@
|
||||
<a class="header-link" href="index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -121,6 +130,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -174,7 +186,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Protocols.swift#L12-L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Protocols.swift#L12-L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -205,7 +217,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Protocols.swift#L20-L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Protocols.swift#L20-L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -219,7 +231,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,7 +192,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Protocols.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Protocols.swift#L15">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -194,7 +206,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,7 +192,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Protocols.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Protocols.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -194,7 +206,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+43
-4
@@ -8,6 +8,9 @@
|
||||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -19,7 +22,13 @@
|
||||
<a class="header-link" href="index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -121,6 +130,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -174,7 +186,34 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L43-L177">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L43-L177">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="task-group">
|
||||
<ul class="item-container">
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:V13SWCompression8ZipEntry"></a>
|
||||
<a name="//apple_ref/swift/Struct/ZipEntry" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:V13SWCompression8ZipEntry">ZipEntry</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
<a href="Structs/ZipEntry.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L50-L70">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -209,7 +248,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L39-L122">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L39-L122">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -223,7 +262,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -181,7 +193,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L54-L57">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L54-L57">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -212,7 +224,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L60-L71">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L60-L71">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -242,7 +254,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L74">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L74">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -272,7 +284,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L76">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L76">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -302,7 +314,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L78">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L78">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -332,7 +344,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L80">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L80">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -362,7 +374,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L82">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L82">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -384,12 +396,6 @@
|
||||
|
||||
<p>If data passed is not actually a gzip archive, <code><a href="../Enums/GzipError.html">GzipError</a></code> will be thrown.</p>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter archiveData: Data compressed with gzip.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/GzipError.html">GzipError</a></code>. It may indicate that either the data is damaged or
|
||||
@@ -427,7 +433,7 @@ it might not be compressed with gzip at all.</p>
|
||||
</table>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L95-L98">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L95-L98">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -441,7 +447,7 @@ it might not be compressed with gzip at all.</p>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../../js/jquery.min.js" defer></script>
|
||||
<script src="../../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../../js/lunr.min.js" defer></script>
|
||||
<script src="../../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,7 +192,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L56">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L56">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -194,7 +206,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../../js/jquery.min.js" defer></script>
|
||||
<script src="../../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../../js/lunr.min.js" defer></script>
|
||||
<script src="../../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,7 +192,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L62">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L62">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -214,7 +226,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L64">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L64">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -248,7 +260,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L66">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L66">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -282,7 +294,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L68">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L68">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -316,7 +328,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L70">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L70">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -330,7 +342,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,243 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ZipEntry Struct Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset="utf-8">
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<a name="//apple_ref/swift/Struct/ZipEntry" class="dashAnchor"></a>
|
||||
|
||||
<a title="ZipEntry Struct Reference"></a>
|
||||
|
||||
<header class="header">
|
||||
<p class="header-col header-col--primary">
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
<a class="header-link" href="https://github.com/tsolomko/SWCompression">
|
||||
<img class="header-icon" src="../img/gh.png"/>
|
||||
View on GitHub
|
||||
</a>
|
||||
</p>
|
||||
|
||||
</header>
|
||||
|
||||
<p class="breadcrumbs">
|
||||
<a class="breadcrumb" href="../index.html">SWCompression Reference</a>
|
||||
<img class="carat" src="../img/carat.png" />
|
||||
ZipEntry Struct Reference
|
||||
</p>
|
||||
|
||||
<div class="content-wrapper">
|
||||
<nav class="navigation">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a class="nav-group-name-link" href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/BZip2.html">BZip2</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/Deflate.html">Deflate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/GzipArchive.html">GzipArchive</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/LZMA.html">LZMA</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/LZMA2.html">LZMA2</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/XZArchive.html">XZArchive</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/ZipContainer.html">ZipContainer</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/ZlibArchive.html">ZlibArchive</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a class="nav-group-name-link" href="../Enums.html">Enums</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/BZip2Error.html">BZip2Error</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/DeflateError.html">DeflateError</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/GzipError.html">GzipError</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/LZMA2Error.html">LZMA2Error</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/LZMAError.html">LZMAError</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/XZError.html">XZError</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/ZipError.html">ZipError</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/ZlibError.html">ZlibError</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a class="nav-group-name-link" href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Protocols/Archive.html">Archive</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a class="nav-group-name-link" href="../Structs.html">Structs</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader.html">GzipHeader</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/CompressionMethod.html">– CompressionMethod</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader/CompressionMethod.html">– CompressionMethod</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader/CompressionLevel.html">– CompressionLevel</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
|
||||
<section class="section">
|
||||
<div class="section-content">
|
||||
<h1>ZipEntry</h1>
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="section-content">
|
||||
<div class="task-group">
|
||||
<ul class="item-container">
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:vV13SWCompression8ZipEntry8fileNameGSqSS_"></a>
|
||||
<a name="//apple_ref/swift/Property/fileName" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:vV13SWCompression8ZipEntry8fileNameGSqSS_">fileName</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L54-L56">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:vV13SWCompression8ZipEntry11fileCommentGSqSS_"></a>
|
||||
<a name="//apple_ref/swift/Property/fileComment" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:vV13SWCompression8ZipEntry11fileCommentGSqSS_">fileComment</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L58-L60">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:vV13SWCompression8ZipEntry14fileAttributesVs6UInt32"></a>
|
||||
<a name="//apple_ref/swift/Property/fileAttributes" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:vV13SWCompression8ZipEntry14fileAttributesVs6UInt32">fileAttributes</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L62-L64">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</article>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -181,7 +193,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L42-L45">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L42-L45">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -212,7 +224,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L48-L57">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L48-L57">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -242,7 +254,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L60">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L60">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -272,7 +284,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L62">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L62">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -302,7 +314,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L64">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L64">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -324,12 +336,6 @@
|
||||
|
||||
<p>If data passed is not actually a zlib archive, <code><a href="../Enums/ZlibError.html">ZlibError</a></code> will be thrown.</p>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter archiveData: Data compressed with zlib.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/ZlibError.html">ZlibError</a></code>. It may indicate that either the data is damaged or
|
||||
@@ -367,7 +373,7 @@ it might not be compressed with zlib at all.</p>
|
||||
</table>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L76-L79">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L76-L79">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -381,7 +387,7 @@ it might not be compressed with zlib at all.</p>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../../js/jquery.min.js" defer></script>
|
||||
<script src="../../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../../js/lunr.min.js" defer></script>
|
||||
<script src="../../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,7 +192,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L50">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L50">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -214,7 +226,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L52">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L52">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -248,7 +260,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L54">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L54">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -282,7 +294,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L56">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L56">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -296,7 +308,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../../js/jquery.min.js" defer></script>
|
||||
<script src="../../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../../js/lunr.min.js" defer></script>
|
||||
<script src="../../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,7 +192,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L44">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L44">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -194,7 +206,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="128" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h93v20H0z"/><path fill="#4c1" d="M93 0h35v20H93z"/><path fill="url(#b)" d="M0 0h128v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"><text x="46.5" y="15" fill="#010101" fill-opacity=".3">documentation</text><text x="46.5" y="14">documentation</text><text x="109.5" y="15" fill="#010101" fill-opacity=".3">93%</text><text x="109.5" y="14">93%</text></g></svg>
|
||||
|
After Width: | Height: | Size: 762 B |
@@ -327,3 +327,42 @@ html.dash .header, html.dash .breadcrumbs, html.dash .navigation {
|
||||
display: none; }
|
||||
html.dash .height-container {
|
||||
display: block; }
|
||||
|
||||
form[role=search] input {
|
||||
font: 16px/1.7 "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
padding: 0 10px;
|
||||
margin: 0;
|
||||
border: none;
|
||||
border-radius: 1em; }
|
||||
.loading form[role=search] input {
|
||||
background: white url(../img/spinner.gif) center right 4px no-repeat; }
|
||||
form[role=search] .tt-menu {
|
||||
margin: 0;
|
||||
min-width: 300px;
|
||||
background: #fbfbfb;
|
||||
color: #333;
|
||||
border: 1px solid #ddd; }
|
||||
form[role=search] .tt-highlight {
|
||||
font-weight: bold; }
|
||||
form[role=search] .tt-suggestion {
|
||||
font: 16px/1.7 "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
padding: 0 8px; }
|
||||
form[role=search] .tt-suggestion span {
|
||||
display: table-cell;
|
||||
white-space: nowrap; }
|
||||
form[role=search] .tt-suggestion .doc-parent-name {
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
font-weight: normal;
|
||||
font-size: 0.9em;
|
||||
padding-left: 16px; }
|
||||
form[role=search] .tt-suggestion:hover,
|
||||
form[role=search] .tt-suggestion.tt-cursor {
|
||||
cursor: pointer;
|
||||
background-color: #4183c4;
|
||||
color: #fff; }
|
||||
form[role=search] .tt-suggestion:hover .doc-parent-name,
|
||||
form[role=search] .tt-suggestion.tt-cursor .doc-parent-name {
|
||||
color: #fff; }
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -19,7 +22,13 @@
|
||||
<a class="header-link" href="index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -121,6 +130,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -174,7 +186,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L38-L106">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L38-L106">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -209,7 +221,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L180-L221">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L180-L221">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -244,7 +256,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L51-L279">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L73-L201">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -279,7 +291,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L44-L90">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L44-L90">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -314,7 +326,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L125-L157">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L125-L157">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -349,7 +361,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Deflate.swift#L32-L230">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L32-L405">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -384,7 +396,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L47-L277">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L47-L277">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -419,7 +431,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L58-L346">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L58-L346">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -433,7 +445,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -172,23 +184,11 @@
|
||||
|
||||
<p>If data passed is not actually compressed with BZip2, <code><a href="../Enums/BZip2Error.html">BZip2Error</a></code> will be thrown.</p>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter compressedData: Data compressed with BZip2.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/BZip2Error.html">BZip2Error</a></code> if unexpected byte (bit) sequence was encountered in <code>compressedData</code>.
|
||||
It may indicate that either the data is damaged or it might not be compressed with BZip2 at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Decompressed data.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L61-L97">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L61-L97">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -240,7 +240,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+45
-15
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -172,23 +184,11 @@
|
||||
|
||||
<p>If data passed is not actually compressed with DEFLATE, <code><a href="../Enums/DeflateError.html">DeflateError</a></code> will be thrown.</p>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter compressedData: Data compressed with DEFLATE.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/DeflateError.html">DeflateError</a></code> if unexpected byte (bit) sequence was encountered in <code>compressedData</code>.
|
||||
It may indicate that either the data is damaged or it might not be compressed with DEFLATE at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Decompressed data.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -226,7 +226,37 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Deflate.swift#L46-L50">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L46-L50">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:ZFC13SWCompression7Deflate8compressFzT4dataV10Foundation4Data_S2_"></a>
|
||||
<a name="//apple_ref/swift/Method/compress(data:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:ZFC13SWCompression7Deflate8compressFzT4dataV10Foundation4Data_S2_">compress(data:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">Deflate</span><span class="p">:</span> <span class="kt"><a href="../Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L228-L238">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -240,7 +270,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+15
-15
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,23 +192,11 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter archiveData: Data compressed with gzip.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/DeflateError.html">DeflateError</a></code> or <code><a href="../Enums/GzipError.html">GzipError</a></code> depending on the type of inconsistency in data.
|
||||
It may indicate that either the data is damaged or it might not be compressed with gzip or DEFLATE at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Unarchived data.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -234,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L198-L219">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L198-L219">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -248,7 +248,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -172,23 +184,11 @@
|
||||
|
||||
<p>If data passed is not actually compressed with LZMA, <code><a href="../Enums/LZMAError.html">LZMAError</a></code> will be thrown.</p>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter compressedData: Data compressed with LZMA.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/LZMAError.html">LZMAError</a></code> if unexpected byte (bit) sequence was encountered in <code>compressedData</code>.
|
||||
It may indicate that either the data is damaged or it might not be compressed with LZMA at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Decompressed data.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L58-L63">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L58-L63">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -240,7 +240,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -172,23 +184,11 @@
|
||||
|
||||
<p>If data passed is not actually compressed with LZMA2, <code><a href="../Enums/LZMA2Error.html">LZMA2Error</a></code> or <code><a href="../Enums/LZMAError.html">LZMAError</a></code> will be thrown.</p>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter compressedData: Data compressed with LZMA2.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/LZMA2Error.html">LZMA2Error</a></code> or <code><a href="../Enums/LZMAError.html">LZMAError</a></code> if unexpected byte (bit) sequence was encountered in <code>compressedData</code>.
|
||||
It may indicate that either the data is damaged or it might not be compressed with LZMA2 at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Decompressed data.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -226,7 +226,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L52-L59">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L52-L59">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -240,7 +240,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+15
-15
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -176,23 +188,11 @@ If filters other than LZMA2 are used in archive then <code><a href="../Enums/XZE
|
||||
<p>If data inside the archive is not actually compressed with LZMA2,
|
||||
<code><a href="../Enums/LZMAError.html">LZMAError</a></code> or <code><a href="../Enums/LZMA2Error.html">LZMA2Error</a></code> will be thrown.</p>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter archiveData: Data compressed with xz.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/LZMAError.html">LZMAError</a></code>, <code><a href="../Enums/LZMA2Error.html">LZMA2Error</a></code> or <code><a href="../Enums/XZError.html">XZError</a></code> depending on the type of inconsistency in data.
|
||||
It may indicate that either the data is damaged or it might not be compressed with xz or LZMA(2) at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Unarchived data.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -230,7 +230,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L76-L143">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L76-L143">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -244,7 +244,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+105
-15
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -155,6 +167,96 @@
|
||||
<div class="section-content">
|
||||
<div class="task-group">
|
||||
<ul class="item-container">
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:vC13SWCompression12ZipContainer7entriesGSaVS_8ZipEntry_"></a>
|
||||
<a name="//apple_ref/swift/Property/entries" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:vC13SWCompression12ZipContainer7entriesGSaVS_8ZipEntry_">entries</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">ZipContainer</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:FC13SWCompression12ZipContainercFzT13containerDataV10Foundation4Data_S0_"></a>
|
||||
<a name="//apple_ref/swift/Method/init(containerData:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:FC13SWCompression12ZipContainercFzT13containerDataV10Foundation4Data_S0_">init(containerData:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">ZipContainer</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L79-L108">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:FC13SWCompression12ZipContainer4dataFzT3forVS_8ZipEntry_V10Foundation4Data"></a>
|
||||
<a name="//apple_ref/swift/Method/data(for:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:FC13SWCompression12ZipContainer4dataFzT3forVS_8ZipEntry_V10Foundation4Data">data(for:)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">ZipContainer</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L110-L169">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
@@ -193,23 +295,11 @@ the last character of entry’s name (it should be ‘/’). If all
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter containerData: Data of ZIP container.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/ZipError.html">ZipError</a></code> or <code><a href="../Enums/DeflateError.html">DeflateError</a></code> depending on the type of inconsistency in data.
|
||||
It may indicate that either the container is damaged or it might not be ZIP container or compressed with Deflate at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Array of pairs (tuples) where first member is <code>entryName</code> and second member is <code>entryData</code>.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -247,7 +337,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L74-L277">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L192-L199">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -261,7 +351,7 @@ It may indicate that either the container is damaged or it might not be ZIP cont
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+15
-15
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,23 +192,11 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter archiveData: Data compressed with zlib.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/DeflateError.html">DeflateError</a></code> or <code><a href="../Enums/ZlibError.html">ZlibError</a></code> depending on the type of inconsistency in data.
|
||||
It may indicate that either the data is damaged or it might not be compressed with zlib or DEFLATE at all.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-returns">
|
||||
<p class="aside-title">Returns</p>
|
||||
<p>Unarchived data.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -234,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L143-L155">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L143-L155">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -248,7 +248,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -19,7 +22,13 @@
|
||||
<a class="header-link" href="index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -121,6 +130,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -183,7 +195,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L21-L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L21-L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -230,7 +242,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L24-L40">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L24-L40">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -280,7 +292,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L27-L48">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L27-L48">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -329,7 +341,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L26-L41">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L26-L41">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -374,7 +386,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L22-L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L22-L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -417,7 +429,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Deflate.swift#L20-L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L20-L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -465,7 +477,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L25-L44">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L25-L44">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -516,7 +528,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L28-L55">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L28-L55">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -530,7 +542,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+23
-11
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -193,7 +205,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -227,7 +239,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -261,7 +273,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L31">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L31">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -295,7 +307,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L33">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L33">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -329,7 +341,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -363,7 +375,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -397,7 +409,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L39">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L39">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -431,7 +443,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L41">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L41">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -465,7 +477,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/BZip2.swift#L43">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/BZip2.swift#L43">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -479,7 +491,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+18
-6
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -188,7 +200,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Deflate.swift#L22">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L22">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -222,7 +234,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Deflate.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -256,7 +268,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Deflate.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -290,7 +302,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Deflate.swift#L28">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Deflate.swift#L28">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -304,7 +316,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+20
-8
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -192,7 +204,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -226,7 +238,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L28">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L28">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -260,7 +272,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -294,7 +306,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -329,7 +341,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -363,7 +375,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L39">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L39">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -377,7 +389,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+19
-7
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -189,7 +201,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -223,7 +235,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -257,7 +269,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L27">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L27">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -291,7 +303,7 @@ It may indicate that either the data is damaged or it might not be compressed wi
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -326,7 +338,7 @@ amount of compressed data read was different from the one stored in LZMA2 packet
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA2.swift#L34">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA2.swift#L34">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -340,7 +352,7 @@ amount of compressed data read was different from the one stored in LZMA2 packet
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+21
-9
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -194,7 +206,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L28">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L28">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -228,7 +240,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -262,7 +274,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -296,7 +308,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L34">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L34">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -330,7 +342,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -364,7 +376,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L38">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L38">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -398,7 +410,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/LZMA.swift#L40">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/LZMA.swift#L40">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -412,7 +424,7 @@ than the repeat length.</li>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -196,7 +208,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -230,7 +242,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L32">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L32">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -264,7 +276,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L34">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L34">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -298,7 +310,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L36">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L36">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -332,7 +344,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L38">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L38">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -366,7 +378,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L40">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L40">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -401,7 +413,7 @@ amount of compressed data read was different from the one stored in block header
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L45">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L45">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -436,7 +448,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L50">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L50">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -470,7 +482,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L52">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L52">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -504,7 +516,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/XZArchive.swift#L54">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/XZArchive.swift#L54">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -518,7 +530,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+24
-12
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -195,7 +207,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L29">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L29">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -229,7 +241,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L31">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L31">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -263,7 +275,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L33">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L33">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -297,7 +309,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -331,7 +343,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L37">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L37">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -365,7 +377,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L39">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L39">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -399,7 +411,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L41">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L41">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -433,7 +445,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L43">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L43">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -467,7 +479,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L45">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L45">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -501,7 +513,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZipContainer.swift#L47">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L47">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -515,7 +527,7 @@ It may indicate that either the data is damaged or it might not be ZIP archive (
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+19
-7
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -190,7 +202,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L24">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L24">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -224,7 +236,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L26">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L26">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -258,7 +270,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L28">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L28">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -292,7 +304,7 @@ Associated value contains already decompressed data.</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L30">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L30">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -327,7 +339,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L35">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L35">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -341,7 +353,7 @@ Associated value contains already decompressed data.</p>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -19,7 +22,13 @@
|
||||
<a class="header-link" href="index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -121,6 +130,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -174,7 +186,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Protocols.swift#L12-L17">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Protocols.swift#L12-L17">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -205,7 +217,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Protocols.swift#L20-L25">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Protocols.swift#L20-L25">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -219,7 +231,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+15
-3
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,7 +192,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Protocols.swift#L15">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Protocols.swift#L15">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -194,7 +206,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+15
-3
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,7 +192,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/Protocols.swift#L23">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/Protocols.swift#L23">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -194,7 +206,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -19,7 +22,13 @@
|
||||
<a class="header-link" href="index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -121,6 +130,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -174,7 +186,34 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L43-L177">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L43-L177">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="task-group">
|
||||
<ul class="item-container">
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:V13SWCompression8ZipEntry"></a>
|
||||
<a name="//apple_ref/swift/Struct/ZipEntry" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:V13SWCompression8ZipEntry">ZipEntry</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
<a href="Structs/ZipEntry.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L50-L70">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -209,7 +248,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L39-L122">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L39-L122">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -223,7 +262,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+22
-16
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -181,7 +193,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L54-L57">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L54-L57">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -212,7 +224,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L60-L71">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L60-L71">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -242,7 +254,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L74">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L74">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -272,7 +284,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L76">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L76">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -302,7 +314,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L78">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L78">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -332,7 +344,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L80">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L80">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -362,7 +374,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L82">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L82">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -384,12 +396,6 @@
|
||||
|
||||
<p>If data passed is not actually a gzip archive, <code><a href="../Enums/GzipError.html">GzipError</a></code> will be thrown.</p>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter archiveData: Data compressed with gzip.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/GzipError.html">GzipError</a></code>. It may indicate that either the data is damaged or
|
||||
@@ -427,7 +433,7 @@ it might not be compressed with gzip at all.</p>
|
||||
</table>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L95-L98">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L95-L98">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -441,7 +447,7 @@ it might not be compressed with gzip at all.</p>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+15
-3
@@ -8,6 +8,9 @@
|
||||
<script src="../../js/jquery.min.js" defer></script>
|
||||
<script src="../../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../../js/lunr.min.js" defer></script>
|
||||
<script src="../../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,7 +192,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L56">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L56">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -194,7 +206,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+19
-7
@@ -8,6 +8,9 @@
|
||||
<script src="../../js/jquery.min.js" defer></script>
|
||||
<script src="../../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../../js/lunr.min.js" defer></script>
|
||||
<script src="../../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,7 +192,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L62">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L62">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -214,7 +226,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L64">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L64">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -248,7 +260,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L66">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L66">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -282,7 +294,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L68">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L68">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -316,7 +328,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/GzipArchive.swift#L70">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/GzipArchive.swift#L70">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -330,7 +342,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,243 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ZipEntry Struct Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset="utf-8">
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<a name="//apple_ref/swift/Struct/ZipEntry" class="dashAnchor"></a>
|
||||
|
||||
<a title="ZipEntry Struct Reference"></a>
|
||||
|
||||
<header class="header">
|
||||
<p class="header-col header-col--primary">
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
<a class="header-link" href="https://github.com/tsolomko/SWCompression">
|
||||
<img class="header-icon" src="../img/gh.png"/>
|
||||
View on GitHub
|
||||
</a>
|
||||
</p>
|
||||
|
||||
</header>
|
||||
|
||||
<p class="breadcrumbs">
|
||||
<a class="breadcrumb" href="../index.html">SWCompression Reference</a>
|
||||
<img class="carat" src="../img/carat.png" />
|
||||
ZipEntry Struct Reference
|
||||
</p>
|
||||
|
||||
<div class="content-wrapper">
|
||||
<nav class="navigation">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a class="nav-group-name-link" href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/BZip2.html">BZip2</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/Deflate.html">Deflate</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/GzipArchive.html">GzipArchive</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/LZMA.html">LZMA</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/LZMA2.html">LZMA2</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/XZArchive.html">XZArchive</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/ZipContainer.html">ZipContainer</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Classes/ZlibArchive.html">ZlibArchive</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a class="nav-group-name-link" href="../Enums.html">Enums</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/BZip2Error.html">BZip2Error</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/DeflateError.html">DeflateError</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/GzipError.html">GzipError</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/LZMA2Error.html">LZMA2Error</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/LZMAError.html">LZMAError</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/XZError.html">XZError</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/ZipError.html">ZipError</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Enums/ZlibError.html">ZlibError</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a class="nav-group-name-link" href="../Protocols.html">Protocols</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Protocols/Archive.html">Archive</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Protocols/DecompressionAlgorithm.html">DecompressionAlgorithm</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a class="nav-group-name-link" href="../Structs.html">Structs</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader.html">GzipHeader</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/CompressionMethod.html">– CompressionMethod</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader/CompressionMethod.html">– CompressionMethod</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader/CompressionLevel.html">– CompressionLevel</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
|
||||
<section class="section">
|
||||
<div class="section-content">
|
||||
<h1>ZipEntry</h1>
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="section-content">
|
||||
<div class="task-group">
|
||||
<ul class="item-container">
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:vV13SWCompression8ZipEntry8fileNameGSqSS_"></a>
|
||||
<a name="//apple_ref/swift/Property/fileName" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:vV13SWCompression8ZipEntry8fileNameGSqSS_">fileName</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L54-L56">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:vV13SWCompression8ZipEntry11fileCommentGSqSS_"></a>
|
||||
<a name="//apple_ref/swift/Property/fileComment" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:vV13SWCompression8ZipEntry11fileCommentGSqSS_">fileComment</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L58-L60">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:vV13SWCompression8ZipEntry14fileAttributesVs6UInt32"></a>
|
||||
<a name="//apple_ref/swift/Property/fileAttributes" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:vV13SWCompression8ZipEntry14fileAttributesVs6UInt32">fileAttributes</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Undocumented</p>
|
||||
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZipContainer.swift#L62-L64">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</article>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
+20
-14
@@ -8,6 +8,9 @@
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -181,7 +193,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L42-L45">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L42-L45">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -212,7 +224,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L48-L57">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L48-L57">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -242,7 +254,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L60">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L60">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -272,7 +284,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L62">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L62">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -302,7 +314,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L64">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L64">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -324,12 +336,6 @@
|
||||
|
||||
<p>If data passed is not actually a zlib archive, <code><a href="../Enums/ZlibError.html">ZlibError</a></code> will be thrown.</p>
|
||||
|
||||
<div class="aside aside-parameter">
|
||||
<p class="aside-title">Parameter</p>
|
||||
<p>Parameter archiveData: Data compressed with zlib.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="aside aside-throws">
|
||||
<p class="aside-title">Throws</p>
|
||||
<p><code><a href="../Enums/ZlibError.html">ZlibError</a></code>. It may indicate that either the data is damaged or
|
||||
@@ -367,7 +373,7 @@ it might not be compressed with zlib at all.</p>
|
||||
</table>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L76-L79">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L76-L79">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -381,7 +387,7 @@ it might not be compressed with zlib at all.</p>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+18
-6
@@ -8,6 +8,9 @@
|
||||
<script src="../../js/jquery.min.js" defer></script>
|
||||
<script src="../../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../../js/lunr.min.js" defer></script>
|
||||
<script src="../../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,7 +192,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L50">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L50">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -214,7 +226,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L52">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L52">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -248,7 +260,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L54">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L54">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -282,7 +294,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L56">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L56">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -296,7 +308,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+15
-3
@@ -8,6 +8,9 @@
|
||||
<script src="../../js/jquery.min.js" defer></script>
|
||||
<script src="../../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../../js/lunr.min.js" defer></script>
|
||||
<script src="../../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +23,13 @@
|
||||
<a class="header-link" href="../../index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -122,6 +131,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="../../Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -180,7 +192,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="slightly-smaller">
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.1.0/Sources/ZlibArchive.swift#L44">Show on GitHub</a>
|
||||
<a href="https://github.com/tsolomko/SWCompression/tree/v2.2.0-test/Sources/ZlibArchive.swift#L44">Show on GitHub</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -194,7 +206,7 @@
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -327,3 +327,42 @@ html.dash .header, html.dash .breadcrumbs, html.dash .navigation {
|
||||
display: none; }
|
||||
html.dash .height-container {
|
||||
display: block; }
|
||||
|
||||
form[role=search] input {
|
||||
font: 16px/1.7 "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
padding: 0 10px;
|
||||
margin: 0;
|
||||
border: none;
|
||||
border-radius: 1em; }
|
||||
.loading form[role=search] input {
|
||||
background: white url(../img/spinner.gif) center right 4px no-repeat; }
|
||||
form[role=search] .tt-menu {
|
||||
margin: 0;
|
||||
min-width: 300px;
|
||||
background: #fbfbfb;
|
||||
color: #333;
|
||||
border: 1px solid #ddd; }
|
||||
form[role=search] .tt-highlight {
|
||||
font-weight: bold; }
|
||||
form[role=search] .tt-suggestion {
|
||||
font: 16px/1.7 "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
padding: 0 8px; }
|
||||
form[role=search] .tt-suggestion span {
|
||||
display: table-cell;
|
||||
white-space: nowrap; }
|
||||
form[role=search] .tt-suggestion .doc-parent-name {
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
font-weight: normal;
|
||||
font-size: 0.9em;
|
||||
padding-left: 16px; }
|
||||
form[role=search] .tt-suggestion:hover,
|
||||
form[role=search] .tt-suggestion.tt-cursor {
|
||||
cursor: pointer;
|
||||
background-color: #4183c4;
|
||||
color: #fff; }
|
||||
form[role=search] .tt-suggestion:hover .doc-parent-name,
|
||||
form[role=search] .tt-suggestion.tt-cursor .doc-parent-name {
|
||||
color: #fff; }
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
@@ -8,6 +8,9 @@
|
||||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -19,7 +22,13 @@
|
||||
<a class="header-link" href="index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -121,6 +130,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -330,7 +342,7 @@ so some difference in speed is expected.</p>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -35,3 +35,9 @@ $(".token").click(function(event) {
|
||||
}
|
||||
event.preventDefault();
|
||||
});
|
||||
|
||||
// Dumb down quotes within code blocks that delimit strings instead of quotations
|
||||
// https://github.com/realm/jazzy/issues/714
|
||||
$("code q").replaceWith(function () {
|
||||
return ["\"", $(this).contents(), "\""];
|
||||
});
|
||||
|
||||
@@ -0,0 +1,62 @@
|
||||
$(function(){
|
||||
var searchIndex = lunr(function() {
|
||||
this.ref('url');
|
||||
this.field('name');
|
||||
});
|
||||
|
||||
var $typeahead = $('[data-typeahead]');
|
||||
var $form = $typeahead.parents('form');
|
||||
var searchURL = $form.attr('action');
|
||||
|
||||
function displayTemplate(result) {
|
||||
return result.name;
|
||||
}
|
||||
|
||||
function suggestionTemplate(result) {
|
||||
var t = '<div class="list-group-item clearfix">';
|
||||
t += '<span class="doc-name">' + result.name + '</span>';
|
||||
if (result.parent_name) {
|
||||
t += '<span class="doc-parent-name label">' + result.parent_name + '</span>';
|
||||
}
|
||||
t += '</div>';
|
||||
return t;
|
||||
}
|
||||
|
||||
$typeahead.one('focus', function() {
|
||||
$form.addClass('loading');
|
||||
|
||||
$.getJSON(searchURL).then(function(searchData) {
|
||||
$.each(searchData, function (url, doc) {
|
||||
searchIndex.add({url: url, name: doc.name});
|
||||
});
|
||||
|
||||
$typeahead.typeahead(
|
||||
{
|
||||
highlight: true,
|
||||
minLength: 3
|
||||
},
|
||||
{
|
||||
limit: 10,
|
||||
display: displayTemplate,
|
||||
templates: { suggestion: suggestionTemplate },
|
||||
source: function(query, sync) {
|
||||
var results = searchIndex.search(query).map(function(result) {
|
||||
var doc = searchData[result.ref];
|
||||
doc.url = result.ref;
|
||||
return doc;
|
||||
});
|
||||
sync(results);
|
||||
}
|
||||
}
|
||||
);
|
||||
$form.removeClass('loading');
|
||||
$typeahead.trigger('focus');
|
||||
});
|
||||
});
|
||||
|
||||
var baseURL = searchURL.slice(0, -"search.json".length);
|
||||
|
||||
$typeahead.on('typeahead:select', function(e, result) {
|
||||
window.location = baseURL + result.url;
|
||||
});
|
||||
});
|
||||
+6
File diff suppressed because one or more lines are too long
+1538
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,6 +1,61 @@
|
||||
{
|
||||
"warnings": [
|
||||
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/Deflate.swift",
|
||||
"line": 228,
|
||||
"symbol": "Deflate.compress(data:)",
|
||||
"symbol_kind": "source.lang.swift.decl.function.method.static",
|
||||
"warning": "undocumented"
|
||||
},
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
|
||||
"line": 50,
|
||||
"symbol": "ZipEntry",
|
||||
"symbol_kind": "source.lang.swift.decl.struct",
|
||||
"warning": "undocumented"
|
||||
},
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
|
||||
"line": 54,
|
||||
"symbol": "ZipEntry.fileName",
|
||||
"symbol_kind": "source.lang.swift.decl.var.instance",
|
||||
"warning": "undocumented"
|
||||
},
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
|
||||
"line": 58,
|
||||
"symbol": "ZipEntry.fileComment",
|
||||
"symbol_kind": "source.lang.swift.decl.var.instance",
|
||||
"warning": "undocumented"
|
||||
},
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
|
||||
"line": 62,
|
||||
"symbol": "ZipEntry.fileAttributes",
|
||||
"symbol_kind": "source.lang.swift.decl.var.instance",
|
||||
"warning": "undocumented"
|
||||
},
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
|
||||
"line": 77,
|
||||
"symbol": "ZipContainer.entries",
|
||||
"symbol_kind": "source.lang.swift.decl.var.instance",
|
||||
"warning": "undocumented"
|
||||
},
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
|
||||
"line": 79,
|
||||
"symbol": "ZipContainer.init(containerData:)",
|
||||
"symbol_kind": "source.lang.swift.decl.function.method.instance",
|
||||
"warning": "undocumented"
|
||||
},
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
|
||||
"line": 110,
|
||||
"symbol": "ZipContainer.data(for:)",
|
||||
"symbol_kind": "source.lang.swift.decl.function.method.instance",
|
||||
"warning": "undocumented"
|
||||
}
|
||||
],
|
||||
"source_directory": "/Users/timofeysolomko/Developer/SWCompression"
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
+14
-2
@@ -8,6 +8,9 @@
|
||||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -19,7 +22,13 @@
|
||||
<a class="header-link" href="index.html">
|
||||
SWCompression Docs
|
||||
</a>
|
||||
(100% documented)
|
||||
(93% documented)
|
||||
</p>
|
||||
|
||||
<p class="header-col--secondary">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<p class="header-col header-col--secondary">
|
||||
@@ -121,6 +130,9 @@
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/GzipHeader/FileSystemType.html">– FileSystemType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZipEntry.html">ZipEntry</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a class="nav-group-task-link" href="Structs/ZlibHeader.html">ZlibHeader</a>
|
||||
</li>
|
||||
@@ -330,7 +342,7 @@ so some difference in speed is expected.</p>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<p>© 2017 Timofey Solomko</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
@@ -35,3 +35,9 @@ $(".token").click(function(event) {
|
||||
}
|
||||
event.preventDefault();
|
||||
});
|
||||
|
||||
// Dumb down quotes within code blocks that delimit strings instead of quotations
|
||||
// https://github.com/realm/jazzy/issues/714
|
||||
$("code q").replaceWith(function () {
|
||||
return ["\"", $(this).contents(), "\""];
|
||||
});
|
||||
|
||||
@@ -0,0 +1,62 @@
|
||||
$(function(){
|
||||
var searchIndex = lunr(function() {
|
||||
this.ref('url');
|
||||
this.field('name');
|
||||
});
|
||||
|
||||
var $typeahead = $('[data-typeahead]');
|
||||
var $form = $typeahead.parents('form');
|
||||
var searchURL = $form.attr('action');
|
||||
|
||||
function displayTemplate(result) {
|
||||
return result.name;
|
||||
}
|
||||
|
||||
function suggestionTemplate(result) {
|
||||
var t = '<div class="list-group-item clearfix">';
|
||||
t += '<span class="doc-name">' + result.name + '</span>';
|
||||
if (result.parent_name) {
|
||||
t += '<span class="doc-parent-name label">' + result.parent_name + '</span>';
|
||||
}
|
||||
t += '</div>';
|
||||
return t;
|
||||
}
|
||||
|
||||
$typeahead.one('focus', function() {
|
||||
$form.addClass('loading');
|
||||
|
||||
$.getJSON(searchURL).then(function(searchData) {
|
||||
$.each(searchData, function (url, doc) {
|
||||
searchIndex.add({url: url, name: doc.name});
|
||||
});
|
||||
|
||||
$typeahead.typeahead(
|
||||
{
|
||||
highlight: true,
|
||||
minLength: 3
|
||||
},
|
||||
{
|
||||
limit: 10,
|
||||
display: displayTemplate,
|
||||
templates: { suggestion: suggestionTemplate },
|
||||
source: function(query, sync) {
|
||||
var results = searchIndex.search(query).map(function(result) {
|
||||
var doc = searchData[result.ref];
|
||||
doc.url = result.ref;
|
||||
return doc;
|
||||
});
|
||||
sync(results);
|
||||
}
|
||||
}
|
||||
);
|
||||
$form.removeClass('loading');
|
||||
$typeahead.trigger('focus');
|
||||
});
|
||||
});
|
||||
|
||||
var baseURL = searchURL.slice(0, -"search.json".length);
|
||||
|
||||
$typeahead.on('typeahead:select', function(e, result) {
|
||||
window.location = baseURL + result.url;
|
||||
});
|
||||
});
|
||||
+6
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
+56
-1
@@ -1,6 +1,61 @@
|
||||
{
|
||||
"warnings": [
|
||||
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/Deflate.swift",
|
||||
"line": 228,
|
||||
"symbol": "Deflate.compress(data:)",
|
||||
"symbol_kind": "source.lang.swift.decl.function.method.static",
|
||||
"warning": "undocumented"
|
||||
},
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
|
||||
"line": 50,
|
||||
"symbol": "ZipEntry",
|
||||
"symbol_kind": "source.lang.swift.decl.struct",
|
||||
"warning": "undocumented"
|
||||
},
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
|
||||
"line": 54,
|
||||
"symbol": "ZipEntry.fileName",
|
||||
"symbol_kind": "source.lang.swift.decl.var.instance",
|
||||
"warning": "undocumented"
|
||||
},
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
|
||||
"line": 58,
|
||||
"symbol": "ZipEntry.fileComment",
|
||||
"symbol_kind": "source.lang.swift.decl.var.instance",
|
||||
"warning": "undocumented"
|
||||
},
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
|
||||
"line": 62,
|
||||
"symbol": "ZipEntry.fileAttributes",
|
||||
"symbol_kind": "source.lang.swift.decl.var.instance",
|
||||
"warning": "undocumented"
|
||||
},
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
|
||||
"line": 77,
|
||||
"symbol": "ZipContainer.entries",
|
||||
"symbol_kind": "source.lang.swift.decl.var.instance",
|
||||
"warning": "undocumented"
|
||||
},
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
|
||||
"line": 79,
|
||||
"symbol": "ZipContainer.init(containerData:)",
|
||||
"symbol_kind": "source.lang.swift.decl.function.method.instance",
|
||||
"warning": "undocumented"
|
||||
},
|
||||
{
|
||||
"file": "/Users/timofeysolomko/Developer/SWCompression/Sources/ZipContainer.swift",
|
||||
"line": 110,
|
||||
"symbol": "ZipContainer.data(for:)",
|
||||
"symbol_kind": "source.lang.swift.decl.function.method.instance",
|
||||
"warning": "undocumented"
|
||||
}
|
||||
],
|
||||
"source_directory": "/Users/timofeysolomko/Developer/SWCompression"
|
||||
}
|
||||
Reference in New Issue
Block a user