UnsupportedZipFeatureException.html 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  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>UnsupportedZipFeatureException (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="UnsupportedZipFeatureException (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/UnsupportedZipFeatureException.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/UnrecognizedExtraField.html" title="class 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/UnsupportedZipFeatureException.Feature.html" title="class 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/UnsupportedZipFeatureException.html" target="_top">Frames</a></li>
  47. <li><a href="UnsupportedZipFeatureException.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><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
  68. <li>Field&nbsp;|&nbsp;</li>
  69. <li><a href="#constructor_summary">Constr</a>&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><a href="#constructor_detail">Constr</a>&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 UnsupportedZipFeatureException" class="title">Class UnsupportedZipFeatureException</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><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</a></li>
  94. <li>
  95. <ul class="inheritance">
  96. <li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</a></li>
  97. <li>
  98. <ul class="inheritance">
  99. <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">java.io.IOException</a></li>
  100. <li>
  101. <ul class="inheritance">
  102. <li><a href="http://docs.oracle.com/javase/7/docs/api/java/util/zip/ZipException.html?is-external=true" title="class or interface in java.util.zip">java.util.zip.ZipException</a></li>
  103. <li>
  104. <ul class="inheritance">
  105. <li>org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException</li>
  106. </ul>
  107. </li>
  108. </ul>
  109. </li>
  110. </ul>
  111. </li>
  112. </ul>
  113. </li>
  114. </ul>
  115. </li>
  116. </ul>
  117. <div class="description">
  118. <ul class="blockList">
  119. <li class="blockList">
  120. <dl>
  121. <dt>All Implemented Interfaces:</dt>
  122. <dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
  123. </dl>
  124. <hr>
  125. <br>
  126. <pre>public class <a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#line.28">UnsupportedZipFeatureException</a>
  127. extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/zip/ZipException.html?is-external=true" title="class or interface in java.util.zip">ZipException</a></pre>
  128. <div class="block">Exception thrown when attempting to read or write data for a zip
  129. entry that uses ZIP features not supported by this library.</div>
  130. <dl><dt><span class="strong">Since:</span></dt>
  131. <dd>1.1</dd>
  132. <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../serialized-form.html#org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException">Serialized Form</a></dd></dl>
  133. </li>
  134. </ul>
  135. </div>
  136. <div class="summary">
  137. <ul class="blockList">
  138. <li class="blockList">
  139. <!-- ======== NESTED CLASS SUMMARY ======== -->
  140. <ul class="blockList">
  141. <li class="blockList"><a name="nested_class_summary">
  142. <!-- -->
  143. </a>
  144. <h3>Nested Class Summary</h3>
  145. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
  146. <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
  147. <tr>
  148. <th class="colFirst" scope="col">Modifier and Type</th>
  149. <th class="colLast" scope="col">Class and Description</th>
  150. </tr>
  151. <tr class="altColor">
  152. <td class="colFirst"><code>static class&nbsp;</code></td>
  153. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException.Feature</a></strong></code>
  154. <div class="block">ZIP Features that may or may not be supported.</div>
  155. </td>
  156. </tr>
  157. </table>
  158. </li>
  159. </ul>
  160. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  161. <ul class="blockList">
  162. <li class="blockList"><a name="constructor_summary">
  163. <!-- -->
  164. </a>
  165. <h3>Constructor Summary</h3>
  166. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  167. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  168. <tr>
  169. <th class="colOne" scope="col">Constructor and Description</th>
  170. </tr>
  171. <tr class="altColor">
  172. <td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#UnsupportedZipFeatureException(org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature)">UnsupportedZipFeatureException</a></strong>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException.Feature</a>&nbsp;reason)</code>
  173. <div class="block">Creates an exception when the whole archive uses an unsupported
  174. feature.</div>
  175. </td>
  176. </tr>
  177. <tr class="rowColor">
  178. <td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#UnsupportedZipFeatureException(org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature,%20org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">UnsupportedZipFeatureException</a></strong>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException.Feature</a>&nbsp;reason,
  179. <a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a>&nbsp;entry)</code>
  180. <div class="block">Creates an exception.</div>
  181. </td>
  182. </tr>
  183. <tr class="altColor">
  184. <td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#UnsupportedZipFeatureException(org.apache.commons.compress.archivers.zip.ZipMethod,%20org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">UnsupportedZipFeatureException</a></strong>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipMethod.html" title="enum in org.apache.commons.compress.archivers.zip">ZipMethod</a>&nbsp;method,
  185. <a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a>&nbsp;entry)</code>
  186. <div class="block">Creates an exception for archives that use an unsupported
  187. compression algorithm.</div>
  188. </td>
  189. </tr>
  190. </table>
  191. </li>
  192. </ul>
  193. <!-- ========== METHOD SUMMARY =========== -->
  194. <ul class="blockList">
  195. <li class="blockList"><a name="method_summary">
  196. <!-- -->
  197. </a>
  198. <h3>Method Summary</h3>
  199. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  200. <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
  201. <tr>
  202. <th class="colFirst" scope="col">Modifier and Type</th>
  203. <th class="colLast" scope="col">Method and Description</th>
  204. </tr>
  205. <tr class="altColor">
  206. <td class="colFirst"><code><a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></code></td>
  207. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#getEntry()">getEntry</a></strong>()</code>
  208. <div class="block">The entry using the unsupported feature.</div>
  209. </td>
  210. </tr>
  211. <tr class="rowColor">
  212. <td class="colFirst"><code><a href="../../../../../../org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException.Feature</a></code></td>
  213. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#getFeature()">getFeature</a></strong>()</code>
  214. <div class="block">The unsupported feature that has been used.</div>
  215. </td>
  216. </tr>
  217. </table>
  218. <ul class="blockList">
  219. <li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable">
  220. <!-- -->
  221. </a>
  222. <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></h3>
  223. <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed(java.lang.Throwable)" title="class or interface in java.lang">addSuppressed</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace()" title="class or interface in java.lang">fillInStackTrace</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#getCause()" title="class or interface in java.lang">getCause</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage()" title="class or interface in java.lang">getLocalizedMessage</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#getMessage()" title="class or interface in java.lang">getMessage</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace()" title="class or interface in java.lang">getStackTrace</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed()" title="class or interface in java.lang">getSuppressed</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#initCause(java.lang.Throwable)" title="class or interface in java.lang">initCause</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace()" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace(java.io.PrintStream)" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace(java.io.PrintWriter)" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#setStackTrace(java.lang.StackTraceElement[])" title="class or interface in java.lang">setStackTrace</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code></li>
  224. </ul>
  225. <ul class="blockList">
  226. <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
  227. <!-- -->
  228. </a>
  229. <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>
  230. <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#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>
  231. </ul>
  232. </li>
  233. </ul>
  234. </li>
  235. </ul>
  236. </div>
  237. <div class="details">
  238. <ul class="blockList">
  239. <li class="blockList">
  240. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  241. <ul class="blockList">
  242. <li class="blockList"><a name="constructor_detail">
  243. <!-- -->
  244. </a>
  245. <h3>Constructor Detail</h3>
  246. <a name="UnsupportedZipFeatureException(org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature, org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">
  247. <!-- -->
  248. </a>
  249. <ul class="blockList">
  250. <li class="blockList">
  251. <h4>UnsupportedZipFeatureException</h4>
  252. <pre>public&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#line.39">UnsupportedZipFeatureException</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException.Feature</a>&nbsp;reason,
  253. <a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a>&nbsp;entry)</pre>
  254. <div class="block">Creates an exception.</div>
  255. <dl><dt><span class="strong">Parameters:</span></dt><dd><code>reason</code> - the feature that is not supported</dd><dd><code>entry</code> - the entry using the feature</dd></dl>
  256. </li>
  257. </ul>
  258. <a name="UnsupportedZipFeatureException(org.apache.commons.compress.archivers.zip.ZipMethod, org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">
  259. <!-- -->
  260. </a>
  261. <ul class="blockList">
  262. <li class="blockList">
  263. <h4>UnsupportedZipFeatureException</h4>
  264. <pre>public&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#line.54">UnsupportedZipFeatureException</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipMethod.html" title="enum in org.apache.commons.compress.archivers.zip">ZipMethod</a>&nbsp;method,
  265. <a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a>&nbsp;entry)</pre>
  266. <div class="block">Creates an exception for archives that use an unsupported
  267. compression algorithm.</div>
  268. <dl><dt><span class="strong">Parameters:</span></dt><dd><code>method</code> - the method that is not supported</dd><dd><code>entry</code> - the entry using the feature</dd><dt><span class="strong">Since:</span></dt>
  269. <dd>1.5</dd></dl>
  270. </li>
  271. </ul>
  272. <a name="UnsupportedZipFeatureException(org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature)">
  273. <!-- -->
  274. </a>
  275. <ul class="blockListLast">
  276. <li class="blockList">
  277. <h4>UnsupportedZipFeatureException</h4>
  278. <pre>public&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#line.69">UnsupportedZipFeatureException</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException.Feature</a>&nbsp;reason)</pre>
  279. <div class="block">Creates an exception when the whole archive uses an unsupported
  280. feature.</div>
  281. <dl><dt><span class="strong">Parameters:</span></dt><dd><code>reason</code> - the feature that is not supported</dd><dt><span class="strong">Since:</span></dt>
  282. <dd>1.5</dd></dl>
  283. </li>
  284. </ul>
  285. </li>
  286. </ul>
  287. <!-- ============ METHOD DETAIL ========== -->
  288. <ul class="blockList">
  289. <li class="blockList"><a name="method_detail">
  290. <!-- -->
  291. </a>
  292. <h3>Method Detail</h3>
  293. <a name="getFeature()">
  294. <!-- -->
  295. </a>
  296. <ul class="blockList">
  297. <li class="blockList">
  298. <h4>getFeature</h4>
  299. <pre>public&nbsp;<a href="../../../../../../org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException.Feature</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#line.79">getFeature</a>()</pre>
  300. <div class="block">The unsupported feature that has been used.</div>
  301. <dl><dt><span class="strong">Returns:</span></dt><dd>The unsupported feature that has been used.</dd></dl>
  302. </li>
  303. </ul>
  304. <a name="getEntry()">
  305. <!-- -->
  306. </a>
  307. <ul class="blockListLast">
  308. <li class="blockList">
  309. <h4>getEntry</h4>
  310. <pre>public&nbsp;<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#line.87">getEntry</a>()</pre>
  311. <div class="block">The entry using the unsupported feature.</div>
  312. <dl><dt><span class="strong">Returns:</span></dt><dd>The entry using the unsupported feature.</dd></dl>
  313. </li>
  314. </ul>
  315. </li>
  316. </ul>
  317. </li>
  318. </ul>
  319. </div>
  320. </div>
  321. <!-- ========= END OF CLASS DATA ========= -->
  322. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  323. <div class="bottomNav"><a name="navbar_bottom">
  324. <!-- -->
  325. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  326. <!-- -->
  327. </a>
  328. <ul class="navList" title="Navigation">
  329. <li><a href="../../../../../../overview-summary.html">Overview</a></li>
  330. <li><a href="package-summary.html">Package</a></li>
  331. <li class="navBarCell1Rev">Class</li>
  332. <li><a href="class-use/UnsupportedZipFeatureException.html">Use</a></li>
  333. <li><a href="package-tree.html">Tree</a></li>
  334. <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
  335. <li><a href="../../../../../../index-all.html">Index</a></li>
  336. <li><a href="../../../../../../help-doc.html">Help</a></li>
  337. </ul>
  338. </div>
  339. <div class="subNav">
  340. <ul class="navList">
  341. <li><a href="../../../../../../org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">Prev Class</span></a></li>
  342. <li><a href="../../../../../../org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">Next Class</span></a></li>
  343. </ul>
  344. <ul class="navList">
  345. <li><a href="../../../../../../index.html?org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html" target="_top">Frames</a></li>
  346. <li><a href="UnsupportedZipFeatureException.html" target="_top">No Frames</a></li>
  347. </ul>
  348. <ul class="navList" id="allclasses_navbar_bottom">
  349. <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
  350. </ul>
  351. <div>
  352. <script type="text/javascript"><!--
  353. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  354. if(window==top) {
  355. allClassesLink.style.display = "block";
  356. }
  357. else {
  358. allClassesLink.style.display = "none";
  359. }
  360. //-->
  361. </script>
  362. </div>
  363. <div>
  364. <ul class="subNavList">
  365. <li>Summary:&nbsp;</li>
  366. <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
  367. <li>Field&nbsp;|&nbsp;</li>
  368. <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
  369. <li><a href="#method_summary">Method</a></li>
  370. </ul>
  371. <ul class="subNavList">
  372. <li>Detail:&nbsp;</li>
  373. <li>Field&nbsp;|&nbsp;</li>
  374. <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
  375. <li><a href="#method_detail">Method</a></li>
  376. </ul>
  377. </div>
  378. <a name="skip-navbar_bottom">
  379. <!-- -->
  380. </a></div>
  381. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  382. <p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
  383. </body>
  384. </html>