CountingOutputStream.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  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. <!-- Generated by javadoc -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  7. <title>CountingOutputStream (Apache Commons IO 2.6 API)</title>
  8. <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../../../../../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="CountingOutputStream (Apache Commons IO 2.6 API)";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
  22. var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
  23. var altColor = "altColor";
  24. var rowColor = "rowColor";
  25. var tableTab = "tableTab";
  26. var activeTableTab = "activeTableTab";
  27. </script>
  28. <noscript>
  29. <div>JavaScript is disabled on your browser.</div>
  30. </noscript>
  31. <!-- ========= START OF TOP NAVBAR ======= -->
  32. <div class="topNav"><a name="navbar.top">
  33. <!-- -->
  34. </a>
  35. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  36. <a name="navbar.top.firstrow">
  37. <!-- -->
  38. </a>
  39. <ul class="navList" title="Navigation">
  40. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  41. <li><a href="package-summary.html">Package</a></li>
  42. <li class="navBarCell1Rev">Class</li>
  43. <li><a href="class-use/CountingOutputStream.html">Use</a></li>
  44. <li><a href="package-tree.html">Tree</a></li>
  45. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  46. <li><a href="../../../../../index-all.html">Index</a></li>
  47. <li><a href="../../../../../help-doc.html">Help</a></li>
  48. </ul>
  49. </div>
  50. <div class="subNav">
  51. <ul class="navList">
  52. <li><a href="../../../../../org/apache/commons/io/output/CloseShieldOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  53. <li><a href="../../../../../org/apache/commons/io/output/DeferredFileOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  54. </ul>
  55. <ul class="navList">
  56. <li><a href="../../../../../index.html?org/apache/commons/io/output/CountingOutputStream.html" target="_top">Frames</a></li>
  57. <li><a href="CountingOutputStream.html" target="_top">No&nbsp;Frames</a></li>
  58. </ul>
  59. <ul class="navList" id="allclasses_navbar_top">
  60. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  61. </ul>
  62. <div>
  63. <script type="text/javascript"><!--
  64. allClassesLink = document.getElementById("allclasses_navbar_top");
  65. if(window==top) {
  66. allClassesLink.style.display = "block";
  67. }
  68. else {
  69. allClassesLink.style.display = "none";
  70. }
  71. //-->
  72. </script>
  73. </div>
  74. <div>
  75. <ul class="subNavList">
  76. <li>Summary:&nbsp;</li>
  77. <li>Nested&nbsp;|&nbsp;</li>
  78. <li><a href="#fields.inherited.from.class.java.io.FilterOutputStream">Field</a>&nbsp;|&nbsp;</li>
  79. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  80. <li><a href="#method.summary">Method</a></li>
  81. </ul>
  82. <ul class="subNavList">
  83. <li>Detail:&nbsp;</li>
  84. <li>Field&nbsp;|&nbsp;</li>
  85. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  86. <li><a href="#method.detail">Method</a></li>
  87. </ul>
  88. </div>
  89. <a name="skip.navbar.top">
  90. <!-- -->
  91. </a></div>
  92. <!-- ========= END OF TOP NAVBAR ========= -->
  93. <!-- ======== START OF CLASS DATA ======== -->
  94. <div class="header">
  95. <div class="subTitle">org.apache.commons.io.output</div>
  96. <h2 title="Class CountingOutputStream" class="title">Class CountingOutputStream</h2>
  97. </div>
  98. <div class="contentContainer">
  99. <ul class="inheritance">
  100. <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>
  101. <li>
  102. <ul class="inheritance">
  103. <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>
  104. <li>
  105. <ul class="inheritance">
  106. <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilterOutputStream.html?is-external=true" title="class or interface in java.io">java.io.FilterOutputStream</a></li>
  107. <li>
  108. <ul class="inheritance">
  109. <li><a href="../../../../../org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">org.apache.commons.io.output.ProxyOutputStream</a></li>
  110. <li>
  111. <ul class="inheritance">
  112. <li>org.apache.commons.io.output.CountingOutputStream</li>
  113. </ul>
  114. </li>
  115. </ul>
  116. </li>
  117. </ul>
  118. </li>
  119. </ul>
  120. </li>
  121. </ul>
  122. <div class="description">
  123. <ul class="blockList">
  124. <li class="blockList">
  125. <dl>
  126. <dt>All Implemented Interfaces:</dt>
  127. <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>
  128. </dl>
  129. <hr>
  130. <br>
  131. <pre>public class <span class="typeNameLabel">CountingOutputStream</span>
  132. extends <a href="../../../../../org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">ProxyOutputStream</a></pre>
  133. <div class="block">A decorating output stream that counts the number of bytes that have passed
  134. through the stream so far.
  135. <p>
  136. A typical use case would be during debugging, to ensure that data is being
  137. written as expected.</div>
  138. </li>
  139. </ul>
  140. </div>
  141. <div class="summary">
  142. <ul class="blockList">
  143. <li class="blockList">
  144. <!-- =========== FIELD SUMMARY =========== -->
  145. <ul class="blockList">
  146. <li class="blockList"><a name="field.summary">
  147. <!-- -->
  148. </a>
  149. <h3>Field Summary</h3>
  150. <ul class="blockList">
  151. <li class="blockList"><a name="fields.inherited.from.class.java.io.FilterOutputStream">
  152. <!-- -->
  153. </a>
  154. <h3>Fields inherited from class&nbsp;java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilterOutputStream.html?is-external=true" title="class or interface in java.io">FilterOutputStream</a></h3>
  155. <code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilterOutputStream.html?is-external=true#out" title="class or interface in java.io">out</a></code></li>
  156. </ul>
  157. </li>
  158. </ul>
  159. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  160. <ul class="blockList">
  161. <li class="blockList"><a name="constructor.summary">
  162. <!-- -->
  163. </a>
  164. <h3>Constructor Summary</h3>
  165. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  166. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  167. <tr>
  168. <th class="colOne" scope="col">Constructor and Description</th>
  169. </tr>
  170. <tr class="altColor">
  171. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/CountingOutputStream.html#CountingOutputStream-java.io.OutputStream-">CountingOutputStream</a></span>(<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>
  172. <div class="block">Constructs a new CountingOutputStream.</div>
  173. </td>
  174. </tr>
  175. </table>
  176. </li>
  177. </ul>
  178. <!-- ========== METHOD SUMMARY =========== -->
  179. <ul class="blockList">
  180. <li class="blockList"><a name="method.summary">
  181. <!-- -->
  182. </a>
  183. <h3>Method Summary</h3>
  184. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  185. <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
  186. <tr>
  187. <th class="colFirst" scope="col">Modifier and Type</th>
  188. <th class="colLast" scope="col">Method and Description</th>
  189. </tr>
  190. <tr id="i0" class="altColor">
  191. <td class="colFirst"><code>protected void</code></td>
  192. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/CountingOutputStream.html#beforeWrite-int-">beforeWrite</a></span>(int&nbsp;n)</code>
  193. <div class="block">Updates the count with the number of bytes that are being written.</div>
  194. </td>
  195. </tr>
  196. <tr id="i1" class="rowColor">
  197. <td class="colFirst"><code>long</code></td>
  198. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/CountingOutputStream.html#getByteCount--">getByteCount</a></span>()</code>
  199. <div class="block">The number of bytes that have passed through this stream.</div>
  200. </td>
  201. </tr>
  202. <tr id="i2" class="altColor">
  203. <td class="colFirst"><code>int</code></td>
  204. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/CountingOutputStream.html#getCount--">getCount</a></span>()</code>
  205. <div class="block">The number of bytes that have passed through this stream.</div>
  206. </td>
  207. </tr>
  208. <tr id="i3" class="rowColor">
  209. <td class="colFirst"><code>long</code></td>
  210. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/CountingOutputStream.html#resetByteCount--">resetByteCount</a></span>()</code>
  211. <div class="block">Set the byte count back to 0.</div>
  212. </td>
  213. </tr>
  214. <tr id="i4" class="altColor">
  215. <td class="colFirst"><code>int</code></td>
  216. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/CountingOutputStream.html#resetCount--">resetCount</a></span>()</code>
  217. <div class="block">Set the byte count back to 0.</div>
  218. </td>
  219. </tr>
  220. </table>
  221. <ul class="blockList">
  222. <li class="blockList"><a name="methods.inherited.from.class.org.apache.commons.io.output.ProxyOutputStream">
  223. <!-- -->
  224. </a>
  225. <h3>Methods inherited from class&nbsp;org.apache.commons.io.output.<a href="../../../../../org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">ProxyOutputStream</a></h3>
  226. <code><a href="../../../../../org/apache/commons/io/output/ProxyOutputStream.html#afterWrite-int-">afterWrite</a>, <a href="../../../../../org/apache/commons/io/output/ProxyOutputStream.html#close--">close</a>, <a href="../../../../../org/apache/commons/io/output/ProxyOutputStream.html#flush--">flush</a>, <a href="../../../../../org/apache/commons/io/output/ProxyOutputStream.html#handleIOException-java.io.IOException-">handleIOException</a>, <a href="../../../../../org/apache/commons/io/output/ProxyOutputStream.html#write-byte:A-">write</a>, <a href="../../../../../org/apache/commons/io/output/ProxyOutputStream.html#write-byte:A-int-int-">write</a>, <a href="../../../../../org/apache/commons/io/output/ProxyOutputStream.html#write-int-">write</a></code></li>
  227. </ul>
  228. <ul class="blockList">
  229. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  230. <!-- -->
  231. </a>
  232. <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>
  233. <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-int-" title="class or interface in java.lang">wait</a></code></li>
  234. </ul>
  235. </li>
  236. </ul>
  237. </li>
  238. </ul>
  239. </div>
  240. <div class="details">
  241. <ul class="blockList">
  242. <li class="blockList">
  243. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  244. <ul class="blockList">
  245. <li class="blockList"><a name="constructor.detail">
  246. <!-- -->
  247. </a>
  248. <h3>Constructor Detail</h3>
  249. <a name="CountingOutputStream-java.io.OutputStream-">
  250. <!-- -->
  251. </a>
  252. <ul class="blockListLast">
  253. <li class="blockList">
  254. <h4>CountingOutputStream</h4>
  255. <pre>public&nbsp;CountingOutputStream(<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)</pre>
  256. <div class="block">Constructs a new CountingOutputStream.</div>
  257. <dl>
  258. <dt><span class="paramLabel">Parameters:</span></dt>
  259. <dd><code>out</code> - the OutputStream to write to</dd>
  260. </dl>
  261. </li>
  262. </ul>
  263. </li>
  264. </ul>
  265. <!-- ============ METHOD DETAIL ========== -->
  266. <ul class="blockList">
  267. <li class="blockList"><a name="method.detail">
  268. <!-- -->
  269. </a>
  270. <h3>Method Detail</h3>
  271. <a name="beforeWrite-int-">
  272. <!-- -->
  273. </a>
  274. <ul class="blockList">
  275. <li class="blockList">
  276. <h4>beforeWrite</h4>
  277. <pre>protected&nbsp;void&nbsp;beforeWrite(int&nbsp;n)</pre>
  278. <div class="block">Updates the count with the number of bytes that are being written.</div>
  279. <dl>
  280. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  281. <dd><code><a href="../../../../../org/apache/commons/io/output/ProxyOutputStream.html#beforeWrite-int-">beforeWrite</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">ProxyOutputStream</a></code></dd>
  282. <dt><span class="paramLabel">Parameters:</span></dt>
  283. <dd><code>n</code> - number of bytes to be written to the stream</dd>
  284. <dt><span class="simpleTagLabel">Since:</span></dt>
  285. <dd>2.0</dd>
  286. </dl>
  287. </li>
  288. </ul>
  289. <a name="getCount--">
  290. <!-- -->
  291. </a>
  292. <ul class="blockList">
  293. <li class="blockList">
  294. <h4>getCount</h4>
  295. <pre>public&nbsp;int&nbsp;getCount()</pre>
  296. <div class="block">The number of bytes that have passed through this stream.
  297. <p>
  298. NOTE: From v1.3 this method throws an ArithmeticException if the
  299. count is greater than can be expressed by an <code>int</code>.
  300. See <a href="../../../../../org/apache/commons/io/output/CountingOutputStream.html#getByteCount--"><code>getByteCount()</code></a> for a method using a <code>long</code>.</div>
  301. <dl>
  302. <dt><span class="returnLabel">Returns:</span></dt>
  303. <dd>the number of bytes accumulated</dd>
  304. <dt><span class="throwsLabel">Throws:</span></dt>
  305. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArithmeticException.html?is-external=true" title="class or interface in java.lang">ArithmeticException</a></code> - if the byte count is too large</dd>
  306. </dl>
  307. </li>
  308. </ul>
  309. <a name="resetCount--">
  310. <!-- -->
  311. </a>
  312. <ul class="blockList">
  313. <li class="blockList">
  314. <h4>resetCount</h4>
  315. <pre>public&nbsp;int&nbsp;resetCount()</pre>
  316. <div class="block">Set the byte count back to 0.
  317. <p>
  318. NOTE: From v1.3 this method throws an ArithmeticException if the
  319. count is greater than can be expressed by an <code>int</code>.
  320. See <a href="../../../../../org/apache/commons/io/output/CountingOutputStream.html#resetByteCount--"><code>resetByteCount()</code></a> for a method using a <code>long</code>.</div>
  321. <dl>
  322. <dt><span class="returnLabel">Returns:</span></dt>
  323. <dd>the count previous to resetting</dd>
  324. <dt><span class="throwsLabel">Throws:</span></dt>
  325. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArithmeticException.html?is-external=true" title="class or interface in java.lang">ArithmeticException</a></code> - if the byte count is too large</dd>
  326. </dl>
  327. </li>
  328. </ul>
  329. <a name="getByteCount--">
  330. <!-- -->
  331. </a>
  332. <ul class="blockList">
  333. <li class="blockList">
  334. <h4>getByteCount</h4>
  335. <pre>public&nbsp;long&nbsp;getByteCount()</pre>
  336. <div class="block">The number of bytes that have passed through this stream.
  337. <p>
  338. NOTE: This method is an alternative for <code>getCount()</code>.
  339. It was added because that method returns an integer which will
  340. result in incorrect count for files over 2GB.</div>
  341. <dl>
  342. <dt><span class="returnLabel">Returns:</span></dt>
  343. <dd>the number of bytes accumulated</dd>
  344. <dt><span class="simpleTagLabel">Since:</span></dt>
  345. <dd>1.3</dd>
  346. </dl>
  347. </li>
  348. </ul>
  349. <a name="resetByteCount--">
  350. <!-- -->
  351. </a>
  352. <ul class="blockListLast">
  353. <li class="blockList">
  354. <h4>resetByteCount</h4>
  355. <pre>public&nbsp;long&nbsp;resetByteCount()</pre>
  356. <div class="block">Set the byte count back to 0.
  357. <p>
  358. NOTE: This method is an alternative for <code>resetCount()</code>.
  359. It was added because that method returns an integer which will
  360. result in incorrect count for files over 2GB.</div>
  361. <dl>
  362. <dt><span class="returnLabel">Returns:</span></dt>
  363. <dd>the count previous to resetting</dd>
  364. <dt><span class="simpleTagLabel">Since:</span></dt>
  365. <dd>1.3</dd>
  366. </dl>
  367. </li>
  368. </ul>
  369. </li>
  370. </ul>
  371. </li>
  372. </ul>
  373. </div>
  374. </div>
  375. <!-- ========= END OF CLASS DATA ========= -->
  376. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  377. <div class="bottomNav"><a name="navbar.bottom">
  378. <!-- -->
  379. </a>
  380. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  381. <a name="navbar.bottom.firstrow">
  382. <!-- -->
  383. </a>
  384. <ul class="navList" title="Navigation">
  385. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  386. <li><a href="package-summary.html">Package</a></li>
  387. <li class="navBarCell1Rev">Class</li>
  388. <li><a href="class-use/CountingOutputStream.html">Use</a></li>
  389. <li><a href="package-tree.html">Tree</a></li>
  390. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  391. <li><a href="../../../../../index-all.html">Index</a></li>
  392. <li><a href="../../../../../help-doc.html">Help</a></li>
  393. </ul>
  394. </div>
  395. <div class="subNav">
  396. <ul class="navList">
  397. <li><a href="../../../../../org/apache/commons/io/output/CloseShieldOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  398. <li><a href="../../../../../org/apache/commons/io/output/DeferredFileOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  399. </ul>
  400. <ul class="navList">
  401. <li><a href="../../../../../index.html?org/apache/commons/io/output/CountingOutputStream.html" target="_top">Frames</a></li>
  402. <li><a href="CountingOutputStream.html" target="_top">No&nbsp;Frames</a></li>
  403. </ul>
  404. <ul class="navList" id="allclasses_navbar_bottom">
  405. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  406. </ul>
  407. <div>
  408. <script type="text/javascript"><!--
  409. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  410. if(window==top) {
  411. allClassesLink.style.display = "block";
  412. }
  413. else {
  414. allClassesLink.style.display = "none";
  415. }
  416. //-->
  417. </script>
  418. </div>
  419. <div>
  420. <ul class="subNavList">
  421. <li>Summary:&nbsp;</li>
  422. <li>Nested&nbsp;|&nbsp;</li>
  423. <li><a href="#fields.inherited.from.class.java.io.FilterOutputStream">Field</a>&nbsp;|&nbsp;</li>
  424. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  425. <li><a href="#method.summary">Method</a></li>
  426. </ul>
  427. <ul class="subNavList">
  428. <li>Detail:&nbsp;</li>
  429. <li>Field&nbsp;|&nbsp;</li>
  430. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  431. <li><a href="#method.detail">Method</a></li>
  432. </ul>
  433. </div>
  434. <a name="skip.navbar.bottom">
  435. <!-- -->
  436. </a></div>
  437. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  438. <p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
  439. </body>
  440. </html>