summaryrefslogtreecommitdiff
path: root/devdocs/go/compress%2Fbzip2%2Findex.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/go/compress%2Fbzip2%2Findex.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/go/compress%2Fbzip2%2Findex.html')
-rw-r--r--devdocs/go/compress%2Fbzip2%2Findex.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/devdocs/go/compress%2Fbzip2%2Findex.html b/devdocs/go/compress%2Fbzip2%2Findex.html
deleted file mode 100644
index 523f71cb7..000000000
--- a/devdocs/go/compress%2Fbzip2%2Findex.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<h1> Package bzip2 </h1> <ul id="short-nav">
-<li><code>import "compress/bzip2"</code></li>
-<li><a href="#pkg-overview" class="overviewLink">Overview</a></li>
-<li><a href="#pkg-index" class="indexLink">Index</a></li>
-</ul> <h2 id="pkg-overview">Overview </h2> <p>Package bzip2 implements bzip2 decompression. </p> <h2 id="pkg-index">Index </h2> <ul id="manual-nav">
-<li><a href="#NewReader">func NewReader(r io.Reader) io.Reader</a></li>
-<li><a href="#StructuralError">type StructuralError</a></li>
-<li> <a href="#StructuralError.Error">func (s StructuralError) Error() string</a>
-</li>
-</ul> <h3>Package files</h3> <p> <span>bit_reader.go</span> <span>bzip2.go</span> <span>huffman.go</span> <span>move_to_front.go</span> </p> <h2 id="NewReader">func <span>NewReader</span> </h2> <pre data-language="go">func NewReader(r io.Reader) io.Reader</pre> <p>NewReader returns an io.Reader which decompresses bzip2 data from r. If r does not also implement <span>io.ByteReader</span>, the decompressor may read more data than necessary from r. </p>
-<h2 id="StructuralError">type <span>StructuralError</span> </h2> <p>A StructuralError is returned when the bzip2 data is found to be syntactically invalid. </p>
-<pre data-language="go">type StructuralError string</pre> <h3 id="StructuralError.Error">func (StructuralError) <span>Error</span> </h3> <pre data-language="go">func (s StructuralError) Error() string</pre><div class="_attribution">
- <p class="_attribution-p">
- &copy; Google, Inc.<br>Licensed under the Creative Commons Attribution License 3.0.<br>
- <a href="http://golang.org/pkg/compress/bzip2/" class="_attribution-link">http://golang.org/pkg/compress/bzip2/</a>
- </p>
-</div>