ArchiveOutputStream.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="de">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <title>Uses of Class org.apache.commons.compress.archivers.ArchiveOutputStream (Apache Commons Compress 1.13 API)</title>
  7. <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
  8. </head>
  9. <body>
  10. <script type="text/javascript"><!--
  11. try {
  12. if (location.href.indexOf('is-external=true') == -1) {
  13. parent.document.title="Uses of Class org.apache.commons.compress.archivers.ArchiveOutputStream (Apache Commons Compress 1.13 API)";
  14. }
  15. }
  16. catch(err) {
  17. }
  18. //-->
  19. </script>
  20. <noscript>
  21. <div>JavaScript is disabled on your browser.</div>
  22. </noscript>
  23. <!-- ========= START OF TOP NAVBAR ======= -->
  24. <div class="topNav"><a name="navbar_top">
  25. <!-- -->
  26. </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
  27. <!-- -->
  28. </a>
  29. <ul class="navList" title="Navigation">
  30. <li><a href="../../../../../../overview-summary.html">Overview</a></li>
  31. <li><a href="../package-summary.html">Package</a></li>
  32. <li><a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">Class</a></li>
  33. <li class="navBarCell1Rev">Use</li>
  34. <li><a href="../package-tree.html">Tree</a></li>
  35. <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
  36. <li><a href="../../../../../../index-all.html">Index</a></li>
  37. <li><a href="../../../../../../help-doc.html">Help</a></li>
  38. </ul>
  39. </div>
  40. <div class="subNav">
  41. <ul class="navList">
  42. <li>Prev</li>
  43. <li>Next</li>
  44. </ul>
  45. <ul class="navList">
  46. <li><a href="../../../../../../index.html?org/apache/commons/compress/archivers/class-use/ArchiveOutputStream.html" target="_top">Frames</a></li>
  47. <li><a href="ArchiveOutputStream.html" target="_top">No Frames</a></li>
  48. </ul>
  49. <ul class="navList" id="allclasses_navbar_top">
  50. <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
  51. </ul>
  52. <div>
  53. <script type="text/javascript"><!--
  54. allClassesLink = document.getElementById("allclasses_navbar_top");
  55. if(window==top) {
  56. allClassesLink.style.display = "block";
  57. }
  58. else {
  59. allClassesLink.style.display = "none";
  60. }
  61. //-->
  62. </script>
  63. </div>
  64. <a name="skip-navbar_top">
  65. <!-- -->
  66. </a></div>
  67. <!-- ========= END OF TOP NAVBAR ========= -->
  68. <div class="header">
  69. <h2 title="Uses of Class org.apache.commons.compress.archivers.ArchiveOutputStream" class="title">Uses of Class<br>org.apache.commons.compress.archivers.ArchiveOutputStream</h2>
  70. </div>
  71. <div class="classUseContainer">
  72. <ul class="blockList">
  73. <li class="blockList">
  74. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
  75. <caption><span>Packages that use <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></span><span class="tabEnd">&nbsp;</span></caption>
  76. <tr>
  77. <th class="colFirst" scope="col">Package</th>
  78. <th class="colLast" scope="col">Description</th>
  79. </tr>
  80. <tbody>
  81. <tr class="altColor">
  82. <td class="colFirst"><a href="#org.apache.commons.compress.archivers">org.apache.commons.compress.archivers</a></td>
  83. <td class="colLast">
  84. <div class="block">Provides a unified API and factories for dealing with archives
  85. in different formats.</div>
  86. </td>
  87. </tr>
  88. <tr class="rowColor">
  89. <td class="colFirst"><a href="#org.apache.commons.compress.archivers.ar">org.apache.commons.compress.archivers.ar</a></td>
  90. <td class="colLast">
  91. <div class="block">Provides stream classes for reading and writing archives using
  92. the AR format.</div>
  93. </td>
  94. </tr>
  95. <tr class="altColor">
  96. <td class="colFirst"><a href="#org.apache.commons.compress.archivers.cpio">org.apache.commons.compress.archivers.cpio</a></td>
  97. <td class="colLast">
  98. <div class="block">Provides stream classes for reading and writing archives using
  99. the CPIO format.</div>
  100. </td>
  101. </tr>
  102. <tr class="rowColor">
  103. <td class="colFirst"><a href="#org.apache.commons.compress.archivers.jar">org.apache.commons.compress.archivers.jar</a></td>
  104. <td class="colLast">
  105. <div class="block">Provides stream classes for reading and writing archives using
  106. the ZIP format with some extensions for the special case of JAR
  107. archives.</div>
  108. </td>
  109. </tr>
  110. <tr class="altColor">
  111. <td class="colFirst"><a href="#org.apache.commons.compress.archivers.tar">org.apache.commons.compress.archivers.tar</a></td>
  112. <td class="colLast">
  113. <div class="block">Provides stream classes for reading and writing archives using
  114. the TAR format.</div>
  115. </td>
  116. </tr>
  117. <tr class="rowColor">
  118. <td class="colFirst"><a href="#org.apache.commons.compress.archivers.zip">org.apache.commons.compress.archivers.zip</a></td>
  119. <td class="colLast">
  120. <div class="block">Provides stream classes for reading and writing archives using
  121. the ZIP format.</div>
  122. </td>
  123. </tr>
  124. <tr class="altColor">
  125. <td class="colFirst"><a href="#org.apache.commons.compress.changes">org.apache.commons.compress.changes</a></td>
  126. <td class="colLast">
  127. <div class="block"><b>EXPERIMENTAL</b> support for changesets that are applied to
  128. archives.</div>
  129. </td>
  130. </tr>
  131. </tbody>
  132. </table>
  133. </li>
  134. <li class="blockList">
  135. <ul class="blockList">
  136. <li class="blockList"><a name="org.apache.commons.compress.archivers">
  137. <!-- -->
  138. </a>
  139. <h3>Uses of <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a> in <a href="../../../../../../org/apache/commons/compress/archivers/package-summary.html">org.apache.commons.compress.archivers</a></h3>
  140. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  141. <caption><span>Methods in <a href="../../../../../../org/apache/commons/compress/archivers/package-summary.html">org.apache.commons.compress.archivers</a> that return <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></span><span class="tabEnd">&nbsp;</span></caption>
  142. <tr>
  143. <th class="colFirst" scope="col">Modifier and Type</th>
  144. <th class="colLast" scope="col">Method and Description</th>
  145. </tr>
  146. <tbody>
  147. <tr class="altColor">
  148. <td class="colFirst"><code><a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></code></td>
  149. <td class="colLast"><span class="strong">ArchiveStreamFactory.</span><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/ArchiveStreamFactory.html#createArchiveOutputStream(java.lang.String,%20java.io.OutputStream)">createArchiveOutputStream</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;archiverName,
  150. <a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;out)</code>
  151. <div class="block">Creates an archive output stream from an archiver name and an output stream.</div>
  152. </td>
  153. </tr>
  154. <tr class="rowColor">
  155. <td class="colFirst"><code><a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></code></td>
  156. <td class="colLast"><span class="strong">ArchiveStreamFactory.</span><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/ArchiveStreamFactory.html#createArchiveOutputStream(java.lang.String,%20java.io.OutputStream,%20java.lang.String)">createArchiveOutputStream</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;archiverName,
  157. <a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;out,
  158. <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;actualEncoding)</code>&nbsp;</td>
  159. </tr>
  160. <tr class="altColor">
  161. <td class="colFirst"><code><a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></code></td>
  162. <td class="colLast"><span class="strong">ArchiveStreamProvider.</span><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/ArchiveStreamProvider.html#createArchiveOutputStream(java.lang.String,%20java.io.OutputStream,%20java.lang.String)">createArchiveOutputStream</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
  163. <a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;out,
  164. <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding)</code>
  165. <div class="block">Creates an archive output stream from an archiver name and an output
  166. stream.</div>
  167. </td>
  168. </tr>
  169. </tbody>
  170. </table>
  171. </li>
  172. <li class="blockList"><a name="org.apache.commons.compress.archivers.ar">
  173. <!-- -->
  174. </a>
  175. <h3>Uses of <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a> in <a href="../../../../../../org/apache/commons/compress/archivers/ar/package-summary.html">org.apache.commons.compress.archivers.ar</a></h3>
  176. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
  177. <caption><span>Subclasses of <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a> in <a href="../../../../../../org/apache/commons/compress/archivers/ar/package-summary.html">org.apache.commons.compress.archivers.ar</a></span><span class="tabEnd">&nbsp;</span></caption>
  178. <tr>
  179. <th class="colFirst" scope="col">Modifier and Type</th>
  180. <th class="colLast" scope="col">Class and Description</th>
  181. </tr>
  182. <tbody>
  183. <tr class="altColor">
  184. <td class="colFirst"><code>class&nbsp;</code></td>
  185. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveOutputStream</a></strong></code>
  186. <div class="block">Implements the "ar" archive format as an output stream.</div>
  187. </td>
  188. </tr>
  189. </tbody>
  190. </table>
  191. </li>
  192. <li class="blockList"><a name="org.apache.commons.compress.archivers.cpio">
  193. <!-- -->
  194. </a>
  195. <h3>Uses of <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a> in <a href="../../../../../../org/apache/commons/compress/archivers/cpio/package-summary.html">org.apache.commons.compress.archivers.cpio</a></h3>
  196. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
  197. <caption><span>Subclasses of <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a> in <a href="../../../../../../org/apache/commons/compress/archivers/cpio/package-summary.html">org.apache.commons.compress.archivers.cpio</a></span><span class="tabEnd">&nbsp;</span></caption>
  198. <tr>
  199. <th class="colFirst" scope="col">Modifier and Type</th>
  200. <th class="colLast" scope="col">Class and Description</th>
  201. </tr>
  202. <tbody>
  203. <tr class="altColor">
  204. <td class="colFirst"><code>class&nbsp;</code></td>
  205. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveOutputStream</a></strong></code>
  206. <div class="block">CPIOArchiveOutputStream is a stream for writing CPIO streams.</div>
  207. </td>
  208. </tr>
  209. </tbody>
  210. </table>
  211. </li>
  212. <li class="blockList"><a name="org.apache.commons.compress.archivers.jar">
  213. <!-- -->
  214. </a>
  215. <h3>Uses of <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a> in <a href="../../../../../../org/apache/commons/compress/archivers/jar/package-summary.html">org.apache.commons.compress.archivers.jar</a></h3>
  216. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
  217. <caption><span>Subclasses of <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a> in <a href="../../../../../../org/apache/commons/compress/archivers/jar/package-summary.html">org.apache.commons.compress.archivers.jar</a></span><span class="tabEnd">&nbsp;</span></caption>
  218. <tr>
  219. <th class="colFirst" scope="col">Modifier and Type</th>
  220. <th class="colLast" scope="col">Class and Description</th>
  221. </tr>
  222. <tbody>
  223. <tr class="altColor">
  224. <td class="colFirst"><code>class&nbsp;</code></td>
  225. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/jar/JarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.jar">JarArchiveOutputStream</a></strong></code>
  226. <div class="block">Subclass that adds a special extra field to the very first entry
  227. which allows the created archive to be used as an executable jar on
  228. Solaris.</div>
  229. </td>
  230. </tr>
  231. </tbody>
  232. </table>
  233. </li>
  234. <li class="blockList"><a name="org.apache.commons.compress.archivers.tar">
  235. <!-- -->
  236. </a>
  237. <h3>Uses of <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a> in <a href="../../../../../../org/apache/commons/compress/archivers/tar/package-summary.html">org.apache.commons.compress.archivers.tar</a></h3>
  238. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
  239. <caption><span>Subclasses of <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a> in <a href="../../../../../../org/apache/commons/compress/archivers/tar/package-summary.html">org.apache.commons.compress.archivers.tar</a></span><span class="tabEnd">&nbsp;</span></caption>
  240. <tr>
  241. <th class="colFirst" scope="col">Modifier and Type</th>
  242. <th class="colLast" scope="col">Class and Description</th>
  243. </tr>
  244. <tbody>
  245. <tr class="altColor">
  246. <td class="colFirst"><code>class&nbsp;</code></td>
  247. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></strong></code>
  248. <div class="block">The TarOutputStream writes a UNIX tar archive as an OutputStream.</div>
  249. </td>
  250. </tr>
  251. </tbody>
  252. </table>
  253. </li>
  254. <li class="blockList"><a name="org.apache.commons.compress.archivers.zip">
  255. <!-- -->
  256. </a>
  257. <h3>Uses of <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a> in <a href="../../../../../../org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></h3>
  258. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
  259. <caption><span>Subclasses of <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a> in <a href="../../../../../../org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></span><span class="tabEnd">&nbsp;</span></caption>
  260. <tr>
  261. <th class="colFirst" scope="col">Modifier and Type</th>
  262. <th class="colLast" scope="col">Class and Description</th>
  263. </tr>
  264. <tbody>
  265. <tr class="altColor">
  266. <td class="colFirst"><code>class&nbsp;</code></td>
  267. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></strong></code>
  268. <div class="block">Reimplementation of <a href="http://docs.oracle.com/javase/7/docs/api/java/util/zip/ZipOutputStream.html?is-external=true" title="class or interface in java.util.zip"><code>java.util.zip.ZipOutputStream</code></a> that does handle the extended
  269. functionality of this package, especially internal/external file
  270. attributes and extra fields with different layouts for local file
  271. data and central directory entries.</div>
  272. </td>
  273. </tr>
  274. </tbody>
  275. </table>
  276. </li>
  277. <li class="blockList"><a name="org.apache.commons.compress.changes">
  278. <!-- -->
  279. </a>
  280. <h3>Uses of <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a> in <a href="../../../../../../org/apache/commons/compress/changes/package-summary.html">org.apache.commons.compress.changes</a></h3>
  281. <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  282. <caption><span>Methods in <a href="../../../../../../org/apache/commons/compress/changes/package-summary.html">org.apache.commons.compress.changes</a> with parameters of type <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></span><span class="tabEnd">&nbsp;</span></caption>
  283. <tr>
  284. <th class="colFirst" scope="col">Modifier and Type</th>
  285. <th class="colLast" scope="col">Method and Description</th>
  286. </tr>
  287. <tbody>
  288. <tr class="altColor">
  289. <td class="colFirst"><code><a href="../../../../../../org/apache/commons/compress/changes/ChangeSetResults.html" title="class in org.apache.commons.compress.changes">ChangeSetResults</a></code></td>
  290. <td class="colLast"><span class="strong">ChangeSetPerformer.</span><code><strong><a href="../../../../../../org/apache/commons/compress/changes/ChangeSetPerformer.html#perform(org.apache.commons.compress.archivers.ArchiveInputStream,%20org.apache.commons.compress.archivers.ArchiveOutputStream)">perform</a></strong>(<a href="../../../../../../org/apache/commons/compress/archivers/ArchiveInputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveInputStream</a>&nbsp;in,
  291. <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a>&nbsp;out)</code>
  292. <div class="block">Performs all changes collected in this ChangeSet on the input stream and
  293. streams the result to the output stream.</div>
  294. </td>
  295. </tr>
  296. <tr class="rowColor">
  297. <td class="colFirst"><code><a href="../../../../../../org/apache/commons/compress/changes/ChangeSetResults.html" title="class in org.apache.commons.compress.changes">ChangeSetResults</a></code></td>
  298. <td class="colLast"><span class="strong">ChangeSetPerformer.</span><code><strong><a href="../../../../../../org/apache/commons/compress/changes/ChangeSetPerformer.html#perform(org.apache.commons.compress.archivers.zip.ZipFile,%20org.apache.commons.compress.archivers.ArchiveOutputStream)">perform</a></strong>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a>&nbsp;in,
  299. <a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a>&nbsp;out)</code>
  300. <div class="block">Performs all changes collected in this ChangeSet on the ZipFile and
  301. streams the result to the output stream.</div>
  302. </td>
  303. </tr>
  304. </tbody>
  305. </table>
  306. </li>
  307. </ul>
  308. </li>
  309. </ul>
  310. </div>
  311. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  312. <div class="bottomNav"><a name="navbar_bottom">
  313. <!-- -->
  314. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  315. <!-- -->
  316. </a>
  317. <ul class="navList" title="Navigation">
  318. <li><a href="../../../../../../overview-summary.html">Overview</a></li>
  319. <li><a href="../package-summary.html">Package</a></li>
  320. <li><a href="../../../../../../org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">Class</a></li>
  321. <li class="navBarCell1Rev">Use</li>
  322. <li><a href="../package-tree.html">Tree</a></li>
  323. <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
  324. <li><a href="../../../../../../index-all.html">Index</a></li>
  325. <li><a href="../../../../../../help-doc.html">Help</a></li>
  326. </ul>
  327. </div>
  328. <div class="subNav">
  329. <ul class="navList">
  330. <li>Prev</li>
  331. <li>Next</li>
  332. </ul>
  333. <ul class="navList">
  334. <li><a href="../../../../../../index.html?org/apache/commons/compress/archivers/class-use/ArchiveOutputStream.html" target="_top">Frames</a></li>
  335. <li><a href="ArchiveOutputStream.html" target="_top">No Frames</a></li>
  336. </ul>
  337. <ul class="navList" id="allclasses_navbar_bottom">
  338. <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
  339. </ul>
  340. <div>
  341. <script type="text/javascript"><!--
  342. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  343. if(window==top) {
  344. allClassesLink.style.display = "block";
  345. }
  346. else {
  347. allClassesLink.style.display = "none";
  348. }
  349. //-->
  350. </script>
  351. </div>
  352. <a name="skip-navbar_bottom">
  353. <!-- -->
  354. </a></div>
  355. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  356. <p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
  357. </body>
  358. </html>