GzipCompressorOutputStream.html 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  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>GzipCompressorOutputStream (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="GzipCompressorOutputStream (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/GzipCompressorOutputStream.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/compressors/gzip/GzipCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.gzip"><span class="strong">Prev Class</span></a></li>
  43. <li><a href="../../../../../../org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip"><span class="strong">Next Class</span></a></li>
  44. </ul>
  45. <ul class="navList">
  46. <li><a href="../../../../../../index.html?org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html" target="_top">Frames</a></li>
  47. <li><a href="GzipCompressorOutputStream.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><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.compressors.gzip</div>
  86. <h2 title="Class GzipCompressorOutputStream" class="title">Class GzipCompressorOutputStream</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/io/OutputStream.html?is-external=true" title="class or interface in java.io">java.io.OutputStream</a></li>
  94. <li>
  95. <ul class="inheritance">
  96. <li><a href="../../../../../../org/apache/commons/compress/compressors/CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors">org.apache.commons.compress.compressors.CompressorOutputStream</a></li>
  97. <li>
  98. <ul class="inheritance">
  99. <li>org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream</li>
  100. </ul>
  101. </li>
  102. </ul>
  103. </li>
  104. </ul>
  105. </li>
  106. </ul>
  107. <div class="description">
  108. <ul class="blockList">
  109. <li class="blockList">
  110. <dl>
  111. <dt>All Implemented Interfaces:</dt>
  112. <dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></dd>
  113. </dl>
  114. <hr>
  115. <br>
  116. <pre>public class <a href="../../../../../../src-html/org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#line.41">GzipCompressorOutputStream</a>
  117. extends <a href="../../../../../../org/apache/commons/compress/compressors/CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors">CompressorOutputStream</a></pre>
  118. <div class="block">Compressed output stream using the gzip format. This implementation improves
  119. over the standard <a href="http://docs.oracle.com/javase/7/docs/api/java/util/zip/GZIPOutputStream.html?is-external=true" title="class or interface in java.util.zip"><code>GZIPOutputStream</code></a> class by allowing
  120. the configuration of the compression level and the header metadata (filename,
  121. comment, modification time, operating system and extra flags).</div>
  122. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="http://tools.ietf.org/html/rfc1952">GZIP File Format Specification</a></dd></dl>
  123. </li>
  124. </ul>
  125. </div>
  126. <div class="summary">
  127. <ul class="blockList">
  128. <li class="blockList">
  129. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  130. <ul class="blockList">
  131. <li class="blockList"><a name="constructor_summary">
  132. <!-- -->
  133. </a>
  134. <h3>Constructor Summary</h3>
  135. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  136. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  137. <tr>
  138. <th class="colOne" scope="col">Constructor and Description</th>
  139. </tr>
  140. <tr class="altColor">
  141. <td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#GzipCompressorOutputStream(java.io.OutputStream)">GzipCompressorOutputStream</a></strong>(<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>
  142. <div class="block">Creates a gzip compressed output stream with the default parameters.</div>
  143. </td>
  144. </tr>
  145. <tr class="rowColor">
  146. <td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#GzipCompressorOutputStream(java.io.OutputStream,%20org.apache.commons.compress.compressors.gzip.GzipParameters)">GzipCompressorOutputStream</a></strong>(<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,
  147. <a href="../../../../../../org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip">GzipParameters</a>&nbsp;parameters)</code>
  148. <div class="block">Creates a gzip compressed output stream with the specified parameters.</div>
  149. </td>
  150. </tr>
  151. </table>
  152. </li>
  153. </ul>
  154. <!-- ========== METHOD SUMMARY =========== -->
  155. <ul class="blockList">
  156. <li class="blockList"><a name="method_summary">
  157. <!-- -->
  158. </a>
  159. <h3>Method Summary</h3>
  160. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  161. <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
  162. <tr>
  163. <th class="colFirst" scope="col">Modifier and Type</th>
  164. <th class="colLast" scope="col">Method and Description</th>
  165. </tr>
  166. <tr class="altColor">
  167. <td class="colFirst"><code>void</code></td>
  168. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#close()">close</a></strong>()</code>&nbsp;</td>
  169. </tr>
  170. <tr class="rowColor">
  171. <td class="colFirst"><code>void</code></td>
  172. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#finish()">finish</a></strong>()</code>
  173. <div class="block">Finishes writing compressed data to the underlying stream without closing it.</div>
  174. </td>
  175. </tr>
  176. <tr class="altColor">
  177. <td class="colFirst"><code>void</code></td>
  178. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#flush()">flush</a></strong>()</code></td>
  179. </tr>
  180. <tr class="rowColor">
  181. <td class="colFirst"><code>void</code></td>
  182. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#write(byte[])">write</a></strong>(byte[]&nbsp;buffer)</code></td>
  183. </tr>
  184. <tr class="altColor">
  185. <td class="colFirst"><code>void</code></td>
  186. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#write(byte[],%20int,%20int)">write</a></strong>(byte[]&nbsp;buffer,
  187. int&nbsp;offset,
  188. int&nbsp;length)</code></td>
  189. </tr>
  190. <tr class="rowColor">
  191. <td class="colFirst"><code>void</code></td>
  192. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#write(int)">write</a></strong>(int&nbsp;b)</code>&nbsp;</td>
  193. </tr>
  194. </table>
  195. <ul class="blockList">
  196. <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
  197. <!-- -->
  198. </a>
  199. <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>
  200. <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>
  201. </ul>
  202. </li>
  203. </ul>
  204. </li>
  205. </ul>
  206. </div>
  207. <div class="details">
  208. <ul class="blockList">
  209. <li class="blockList">
  210. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  211. <ul class="blockList">
  212. <li class="blockList"><a name="constructor_detail">
  213. <!-- -->
  214. </a>
  215. <h3>Constructor Detail</h3>
  216. <a name="GzipCompressorOutputStream(java.io.OutputStream)">
  217. <!-- -->
  218. </a>
  219. <ul class="blockList">
  220. <li class="blockList">
  221. <h4>GzipCompressorOutputStream</h4>
  222. <pre>public&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#line.69">GzipCompressorOutputStream</a>(<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)
  223. throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
  224. <div class="block">Creates a gzip compressed output stream with the default parameters.</div>
  225. <dl><dt><span class="strong">Parameters:</span></dt><dd><code>out</code> - the stream to compress to</dd>
  226. <dt><span class="strong">Throws:</span></dt>
  227. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if writing fails</dd></dl>
  228. </li>
  229. </ul>
  230. <a name="GzipCompressorOutputStream(java.io.OutputStream, org.apache.commons.compress.compressors.gzip.GzipParameters)">
  231. <!-- -->
  232. </a>
  233. <ul class="blockListLast">
  234. <li class="blockList">
  235. <h4>GzipCompressorOutputStream</h4>
  236. <pre>public&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#line.81">GzipCompressorOutputStream</a>(<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,
  237. <a href="../../../../../../org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip">GzipParameters</a>&nbsp;parameters)
  238. throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
  239. <div class="block">Creates a gzip compressed output stream with the specified parameters.</div>
  240. <dl><dt><span class="strong">Parameters:</span></dt><dd><code>out</code> - the stream to compress to</dd><dd><code>parameters</code> - the parameters to use</dd>
  241. <dt><span class="strong">Throws:</span></dt>
  242. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if writing fails</dd><dt><span class="strong">Since:</span></dt>
  243. <dd>1.7</dd></dl>
  244. </li>
  245. </ul>
  246. </li>
  247. </ul>
  248. <!-- ============ METHOD DETAIL ========== -->
  249. <ul class="blockList">
  250. <li class="blockList"><a name="method_detail">
  251. <!-- -->
  252. </a>
  253. <h3>Method Detail</h3>
  254. <a name="write(int)">
  255. <!-- -->
  256. </a>
  257. <ul class="blockList">
  258. <li class="blockList">
  259. <h4>write</h4>
  260. <pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#line.134">write</a>(int&nbsp;b)
  261. throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
  262. <dl>
  263. <dt><strong>Specified by:</strong></dt>
  264. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true#write(int)" title="class or interface in java.io">write</a></code>&nbsp;in class&nbsp;<code><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></code></dd>
  265. <dt><span class="strong">Throws:</span></dt>
  266. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
  267. </li>
  268. </ul>
  269. <a name="write(byte[])">
  270. <!-- -->
  271. </a>
  272. <ul class="blockList">
  273. <li class="blockList">
  274. <h4>write</h4>
  275. <pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#line.144">write</a>(byte[]&nbsp;buffer)
  276. throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
  277. <dl>
  278. <dt><strong>Overrides:</strong></dt>
  279. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true#write(byte[])" title="class or interface in java.io">write</a></code>&nbsp;in class&nbsp;<code><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></code></dd>
  280. <dt><span class="strong">Throws:</span></dt>
  281. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd><dt><span class="strong">Since:</span></dt>
  282. <dd>1.1</dd></dl>
  283. </li>
  284. </ul>
  285. <a name="write(byte[], int, int)">
  286. <!-- -->
  287. </a>
  288. <ul class="blockList">
  289. <li class="blockList">
  290. <h4>write</h4>
  291. <pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#line.154">write</a>(byte[]&nbsp;buffer,
  292. int&nbsp;offset,
  293. int&nbsp;length)
  294. throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
  295. <dl>
  296. <dt><strong>Overrides:</strong></dt>
  297. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true#write(byte[],%20int,%20int)" title="class or interface in java.io">write</a></code>&nbsp;in class&nbsp;<code><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></code></dd>
  298. <dt><span class="strong">Throws:</span></dt>
  299. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd><dt><span class="strong">Since:</span></dt>
  300. <dd>1.1</dd></dl>
  301. </li>
  302. </ul>
  303. <a name="finish()">
  304. <!-- -->
  305. </a>
  306. <ul class="blockList">
  307. <li class="blockList">
  308. <h4>finish</h4>
  309. <pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#line.182">finish</a>()
  310. throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
  311. <div class="block">Finishes writing compressed data to the underlying stream without closing it.</div>
  312. <dl><dt><span class="strong">Throws:</span></dt>
  313. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - on error</dd><dt><span class="strong">Since:</span></dt>
  314. <dd>1.7</dd></dl>
  315. </li>
  316. </ul>
  317. <a name="flush()">
  318. <!-- -->
  319. </a>
  320. <ul class="blockList">
  321. <li class="blockList">
  322. <h4>flush</h4>
  323. <pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#line.200">flush</a>()
  324. throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
  325. <dl>
  326. <dt><strong>Specified by:</strong></dt>
  327. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Flushable.html?is-external=true#flush()" title="class or interface in java.io">flush</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</a></code></dd>
  328. <dt><strong>Overrides:</strong></dt>
  329. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true#flush()" title="class or interface in java.io">flush</a></code>&nbsp;in class&nbsp;<code><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></code></dd>
  330. <dt><span class="strong">Throws:</span></dt>
  331. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd><dt><span class="strong">Since:</span></dt>
  332. <dd>1.7</dd></dl>
  333. </li>
  334. </ul>
  335. <a name="close()">
  336. <!-- -->
  337. </a>
  338. <ul class="blockListLast">
  339. <li class="blockList">
  340. <h4>close</h4>
  341. <pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#line.205">close</a>()
  342. throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
  343. <dl>
  344. <dt><strong>Specified by:</strong></dt>
  345. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true#close()" title="class or interface in java.io">close</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a></code></dd>
  346. <dt><strong>Specified by:</strong></dt>
  347. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true#close()" title="class or interface in java.lang">close</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></code></dd>
  348. <dt><strong>Overrides:</strong></dt>
  349. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true#close()" title="class or interface in java.io">close</a></code>&nbsp;in class&nbsp;<code><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></code></dd>
  350. <dt><span class="strong">Throws:</span></dt>
  351. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
  352. </li>
  353. </ul>
  354. </li>
  355. </ul>
  356. </li>
  357. </ul>
  358. </div>
  359. </div>
  360. <!-- ========= END OF CLASS DATA ========= -->
  361. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  362. <div class="bottomNav"><a name="navbar_bottom">
  363. <!-- -->
  364. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  365. <!-- -->
  366. </a>
  367. <ul class="navList" title="Navigation">
  368. <li><a href="../../../../../../overview-summary.html">Overview</a></li>
  369. <li><a href="package-summary.html">Package</a></li>
  370. <li class="navBarCell1Rev">Class</li>
  371. <li><a href="class-use/GzipCompressorOutputStream.html">Use</a></li>
  372. <li><a href="package-tree.html">Tree</a></li>
  373. <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
  374. <li><a href="../../../../../../index-all.html">Index</a></li>
  375. <li><a href="../../../../../../help-doc.html">Help</a></li>
  376. </ul>
  377. </div>
  378. <div class="subNav">
  379. <ul class="navList">
  380. <li><a href="../../../../../../org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.gzip"><span class="strong">Prev Class</span></a></li>
  381. <li><a href="../../../../../../org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip"><span class="strong">Next Class</span></a></li>
  382. </ul>
  383. <ul class="navList">
  384. <li><a href="../../../../../../index.html?org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html" target="_top">Frames</a></li>
  385. <li><a href="GzipCompressorOutputStream.html" target="_top">No Frames</a></li>
  386. </ul>
  387. <ul class="navList" id="allclasses_navbar_bottom">
  388. <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
  389. </ul>
  390. <div>
  391. <script type="text/javascript"><!--
  392. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  393. if(window==top) {
  394. allClassesLink.style.display = "block";
  395. }
  396. else {
  397. allClassesLink.style.display = "none";
  398. }
  399. //-->
  400. </script>
  401. </div>
  402. <div>
  403. <ul class="subNavList">
  404. <li>Summary:&nbsp;</li>
  405. <li>Nested&nbsp;|&nbsp;</li>
  406. <li>Field&nbsp;|&nbsp;</li>
  407. <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
  408. <li><a href="#method_summary">Method</a></li>
  409. </ul>
  410. <ul class="subNavList">
  411. <li>Detail:&nbsp;</li>
  412. <li>Field&nbsp;|&nbsp;</li>
  413. <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
  414. <li><a href="#method_detail">Method</a></li>
  415. </ul>
  416. </div>
  417. <a name="skip-navbar_bottom">
  418. <!-- -->
  419. </a></div>
  420. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  421. <p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
  422. </body>
  423. </html>