ZipArchiveEntryRequest.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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>ZipArchiveEntryRequest (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="ZipArchiveEntryRequest (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 class="navBarCell1Rev">Class</li>
  33. <li><a href="class-use/ZipArchiveEntryRequest.html">Use</a></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><a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntryPredicate.html" title="interface in org.apache.commons.compress.archivers.zip"><span class="strong">Prev Class</span></a></li>
  43. <li><a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequestSupplier.html" title="interface in org.apache.commons.compress.archivers.zip"><span class="strong">Next Class</span></a></li>
  44. </ul>
  45. <ul class="navList">
  46. <li><a href="../../../../../../index.html?org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html" target="_top">Frames</a></li>
  47. <li><a href="ZipArchiveEntryRequest.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. <div>
  65. <ul class="subNavList">
  66. <li>Summary:&nbsp;</li>
  67. <li>Nested&nbsp;|&nbsp;</li>
  68. <li>Field&nbsp;|&nbsp;</li>
  69. <li>Constr&nbsp;|&nbsp;</li>
  70. <li><a href="#method_summary">Method</a></li>
  71. </ul>
  72. <ul class="subNavList">
  73. <li>Detail:&nbsp;</li>
  74. <li>Field&nbsp;|&nbsp;</li>
  75. <li>Constr&nbsp;|&nbsp;</li>
  76. <li><a href="#method_detail">Method</a></li>
  77. </ul>
  78. </div>
  79. <a name="skip-navbar_top">
  80. <!-- -->
  81. </a></div>
  82. <!-- ========= END OF TOP NAVBAR ========= -->
  83. <!-- ======== START OF CLASS DATA ======== -->
  84. <div class="header">
  85. <div class="subTitle">org.apache.commons.compress.archivers.zip</div>
  86. <h2 title="Class ZipArchiveEntryRequest" class="title">Class ZipArchiveEntryRequest</h2>
  87. </div>
  88. <div class="contentContainer">
  89. <ul class="inheritance">
  90. <li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
  91. <li>
  92. <ul class="inheritance">
  93. <li>org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest</li>
  94. </ul>
  95. </li>
  96. </ul>
  97. <div class="description">
  98. <ul class="blockList">
  99. <li class="blockList">
  100. <hr>
  101. <br>
  102. <pre>public class <a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html#line.29">ZipArchiveEntryRequest</a>
  103. extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
  104. <div class="block">A Thread-safe representation of a ZipArchiveEntry that is used to add entries to parallel archives.</div>
  105. <dl><dt><span class="strong">Since:</span></dt>
  106. <dd>1.10</dd></dl>
  107. </li>
  108. </ul>
  109. </div>
  110. <div class="summary">
  111. <ul class="blockList">
  112. <li class="blockList">
  113. <!-- ========== METHOD SUMMARY =========== -->
  114. <ul class="blockList">
  115. <li class="blockList"><a name="method_summary">
  116. <!-- -->
  117. </a>
  118. <h3>Method Summary</h3>
  119. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  120. <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
  121. <tr>
  122. <th class="colFirst" scope="col">Modifier and Type</th>
  123. <th class="colLast" scope="col">Method and Description</th>
  124. </tr>
  125. <tr class="altColor">
  126. <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntryRequest</a></code></td>
  127. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html#createZipArchiveEntryRequest(org.apache.commons.compress.archivers.zip.ZipArchiveEntry,%20org.apache.commons.compress.parallel.InputStreamSupplier)">createZipArchiveEntryRequest</a></strong>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a>&nbsp;zipArchiveEntry,
  128. <a href="../../../../../../org/apache/commons/compress/parallel/InputStreamSupplier.html" title="interface in org.apache.commons.compress.parallel">InputStreamSupplier</a>&nbsp;payloadSupplier)</code>
  129. <div class="block">Create a ZipArchiveEntryRequest</div>
  130. </td>
  131. </tr>
  132. <tr class="rowColor">
  133. <td class="colFirst"><code>int</code></td>
  134. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html#getMethod()">getMethod</a></strong>()</code>
  135. <div class="block">The compression method to use</div>
  136. </td>
  137. </tr>
  138. <tr class="altColor">
  139. <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></td>
  140. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html#getPayloadStream()">getPayloadStream</a></strong>()</code>
  141. <div class="block">The paylaod that will be added to this zip entry</div>
  142. </td>
  143. </tr>
  144. </table>
  145. <ul class="blockList">
  146. <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
  147. <!-- -->
  148. </a>
  149. <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
  150. <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
  151. </ul>
  152. </li>
  153. </ul>
  154. </li>
  155. </ul>
  156. </div>
  157. <div class="details">
  158. <ul class="blockList">
  159. <li class="blockList">
  160. <!-- ============ METHOD DETAIL ========== -->
  161. <ul class="blockList">
  162. <li class="blockList"><a name="method_detail">
  163. <!-- -->
  164. </a>
  165. <h3>Method Detail</h3>
  166. <a name="createZipArchiveEntryRequest(org.apache.commons.compress.archivers.zip.ZipArchiveEntry, org.apache.commons.compress.parallel.InputStreamSupplier)">
  167. <!-- -->
  168. </a>
  169. <ul class="blockList">
  170. <li class="blockList">
  171. <h4>createZipArchiveEntryRequest</h4>
  172. <pre>public static&nbsp;<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntryRequest</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html#line.53">createZipArchiveEntryRequest</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a>&nbsp;zipArchiveEntry,
  173. <a href="../../../../../../org/apache/commons/compress/parallel/InputStreamSupplier.html" title="interface in org.apache.commons.compress.parallel">InputStreamSupplier</a>&nbsp;payloadSupplier)</pre>
  174. <div class="block">Create a ZipArchiveEntryRequest</div>
  175. <dl><dt><span class="strong">Parameters:</span></dt><dd><code>zipArchiveEntry</code> - The entry to use</dd><dd><code>payloadSupplier</code> - The payload that will be added to the zip entry.</dd>
  176. <dt><span class="strong">Returns:</span></dt><dd>The newly created request</dd></dl>
  177. </li>
  178. </ul>
  179. <a name="getPayloadStream()">
  180. <!-- -->
  181. </a>
  182. <ul class="blockList">
  183. <li class="blockList">
  184. <h4>getPayloadStream</h4>
  185. <pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html#line.61">getPayloadStream</a>()</pre>
  186. <div class="block">The paylaod that will be added to this zip entry</div>
  187. <dl><dt><span class="strong">Returns:</span></dt><dd>The input stream.</dd></dl>
  188. </li>
  189. </ul>
  190. <a name="getMethod()">
  191. <!-- -->
  192. </a>
  193. <ul class="blockListLast">
  194. <li class="blockList">
  195. <h4>getMethod</h4>
  196. <pre>public&nbsp;int&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html#line.69">getMethod</a>()</pre>
  197. <div class="block">The compression method to use</div>
  198. <dl><dt><span class="strong">Returns:</span></dt><dd>The compression method to use</dd></dl>
  199. </li>
  200. </ul>
  201. </li>
  202. </ul>
  203. </li>
  204. </ul>
  205. </div>
  206. </div>
  207. <!-- ========= END OF CLASS DATA ========= -->
  208. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  209. <div class="bottomNav"><a name="navbar_bottom">
  210. <!-- -->
  211. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  212. <!-- -->
  213. </a>
  214. <ul class="navList" title="Navigation">
  215. <li><a href="../../../../../../overview-summary.html">Overview</a></li>
  216. <li><a href="package-summary.html">Package</a></li>
  217. <li class="navBarCell1Rev">Class</li>
  218. <li><a href="class-use/ZipArchiveEntryRequest.html">Use</a></li>
  219. <li><a href="package-tree.html">Tree</a></li>
  220. <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
  221. <li><a href="../../../../../../index-all.html">Index</a></li>
  222. <li><a href="../../../../../../help-doc.html">Help</a></li>
  223. </ul>
  224. </div>
  225. <div class="subNav">
  226. <ul class="navList">
  227. <li><a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntryPredicate.html" title="interface in org.apache.commons.compress.archivers.zip"><span class="strong">Prev Class</span></a></li>
  228. <li><a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequestSupplier.html" title="interface in org.apache.commons.compress.archivers.zip"><span class="strong">Next Class</span></a></li>
  229. </ul>
  230. <ul class="navList">
  231. <li><a href="../../../../../../index.html?org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html" target="_top">Frames</a></li>
  232. <li><a href="ZipArchiveEntryRequest.html" target="_top">No Frames</a></li>
  233. </ul>
  234. <ul class="navList" id="allclasses_navbar_bottom">
  235. <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
  236. </ul>
  237. <div>
  238. <script type="text/javascript"><!--
  239. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  240. if(window==top) {
  241. allClassesLink.style.display = "block";
  242. }
  243. else {
  244. allClassesLink.style.display = "none";
  245. }
  246. //-->
  247. </script>
  248. </div>
  249. <div>
  250. <ul class="subNavList">
  251. <li>Summary:&nbsp;</li>
  252. <li>Nested&nbsp;|&nbsp;</li>
  253. <li>Field&nbsp;|&nbsp;</li>
  254. <li>Constr&nbsp;|&nbsp;</li>
  255. <li><a href="#method_summary">Method</a></li>
  256. </ul>
  257. <ul class="subNavList">
  258. <li>Detail:&nbsp;</li>
  259. <li>Field&nbsp;|&nbsp;</li>
  260. <li>Constr&nbsp;|&nbsp;</li>
  261. <li><a href="#method_detail">Method</a></li>
  262. </ul>
  263. </div>
  264. <a name="skip-navbar_bottom">
  265. <!-- -->
  266. </a></div>
  267. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  268. <p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
  269. </body>
  270. </html>