123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="de">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>org.apache.commons.compress.utils (Apache Commons Compress 1.13 API)</title>
- <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
- </head>
- <body>
- <script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.commons.compress.utils (Apache Commons Compress 1.13 API)";
- }
- }
- catch(err) {
- }
- //-->
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar_top">
- <!-- -->
- </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../../../overview-summary.html">Overview</a></li>
- <li class="navBarCell1Rev">Package</li>
- <li>Class</li>
- <li><a href="package-use.html">Use</a></li>
- <li><a href="package-tree.html">Tree</a></li>
- <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../../../index-all.html">Index</a></li>
- <li><a href="../../../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="../../../../../org/apache/commons/compress/parallel/package-summary.html">Prev Package</a></li>
- <li>Next Package</li>
- </ul>
- <ul class="navList">
- <li><a href="../../../../../index.html?org/apache/commons/compress/utils/package-summary.html" target="_top">Frames</a></li>
- <li><a href="package-summary.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip-navbar_top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <div class="header">
- <h1 title="Package" class="title">Package org.apache.commons.compress.utils</h1>
- <div class="docSummary">
- <div class="block">Contains utilities used internally by the compress library.</div>
- </div>
- <p>See: <a href="#package_description">Description</a></p>
- </div>
- <div class="contentContainer">
- <ul class="blockList">
- <li class="blockList">
- <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
- <caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Class</th>
- <th class="colLast" scope="col">Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/ArchiveUtils.html" title="class in org.apache.commons.compress.utils">ArchiveUtils</a></td>
- <td class="colLast">
- <div class="block">Generic Archive utilities</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/BitInputStream.html" title="class in org.apache.commons.compress.utils">BitInputStream</a></td>
- <td class="colLast">
- <div class="block">Reads bits from an InputStream.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/BoundedInputStream.html" title="class in org.apache.commons.compress.utils">BoundedInputStream</a></td>
- <td class="colLast">
- <div class="block">A stream that limits reading from a wrapped stream to a given number of bytes.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/CharsetNames.html" title="class in org.apache.commons.compress.utils">CharsetNames</a></td>
- <td class="colLast">
- <div class="block">Character encoding names required of every implementation of the Java platform.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/Charsets.html" title="class in org.apache.commons.compress.utils">Charsets</a></td>
- <td class="colLast">
- <div class="block">Charsets required of every implementation of the Java platform.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/ChecksumVerifyingInputStream.html" title="class in org.apache.commons.compress.utils">ChecksumVerifyingInputStream</a></td>
- <td class="colLast">
- <div class="block">A stream that verifies the checksum of the data read once the stream is
- exhausted.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/CountingInputStream.html" title="class in org.apache.commons.compress.utils">CountingInputStream</a></td>
- <td class="colLast">
- <div class="block">Stream that tracks the number of bytes read.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/CountingOutputStream.html" title="class in org.apache.commons.compress.utils">CountingOutputStream</a></td>
- <td class="colLast">
- <div class="block">Stream that tracks the number of bytes read.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/CRC32VerifyingInputStream.html" title="class in org.apache.commons.compress.utils">CRC32VerifyingInputStream</a></td>
- <td class="colLast">
- <div class="block">A stream that verifies the CRC of the data read once the stream is
- exhausted.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/FlushShieldFilterOutputStream.html" title="class in org.apache.commons.compress.utils">FlushShieldFilterOutputStream</a></td>
- <td class="colLast">
- <div class="block">Re-implements <a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilterOutputStream.html?is-external=true#flush()" title="class or interface in java.io"><code>FilterOutputStream.flush()</code></a> to do nothing.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/IOUtils.html" title="class in org.apache.commons.compress.utils">IOUtils</a></td>
- <td class="colLast">
- <div class="block">Utility functions</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/Iterators.html" title="class in org.apache.commons.compress.utils">Iterators</a></td>
- <td class="colLast">
- <div class="block">Iterator utilities.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/Lists.html" title="class in org.apache.commons.compress.utils">Lists</a></td>
- <td class="colLast">
- <div class="block">List utilities</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils">SeekableInMemoryByteChannel</a></td>
- <td class="colLast">
- <div class="block">A <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/channels/SeekableByteChannel.html?is-external=true" title="class or interface in java.nio.channels"><code>SeekableByteChannel</code></a> implementation that wraps a byte[].</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/ServiceLoaderIterator.html" title="class in org.apache.commons.compress.utils">ServiceLoaderIterator</a><E></td>
- <td class="colLast">
- <div class="block">Iterates all services for a given class through the standard
- <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ServiceLoader.html?is-external=true" title="class or interface in java.util"><code>ServiceLoader</code></a> mechanism.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../../../org/apache/commons/compress/utils/Sets.html" title="class in org.apache.commons.compress.utils">Sets</a></td>
- <td class="colLast">
- <div class="block">Set utilities</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- </ul>
- <a name="package_description">
- <!-- -->
- </a>
- <h2 title="Package org.apache.commons.compress.utils Description">Package org.apache.commons.compress.utils Description</h2>
- <div class="block"><p>Contains utilities used internally by the compress library.</p></div>
- </div>
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar_bottom">
- <!-- -->
- </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../../../overview-summary.html">Overview</a></li>
- <li class="navBarCell1Rev">Package</li>
- <li>Class</li>
- <li><a href="package-use.html">Use</a></li>
- <li><a href="package-tree.html">Tree</a></li>
- <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../../../index-all.html">Index</a></li>
- <li><a href="../../../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="../../../../../org/apache/commons/compress/parallel/package-summary.html">Prev Package</a></li>
- <li>Next Package</li>
- </ul>
- <ul class="navList">
- <li><a href="../../../../../index.html?org/apache/commons/compress/utils/package-summary.html" target="_top">Frames</a></li>
- <li><a href="package-summary.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip-navbar_bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- <p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
- </body>
- </html>
|