ProxyOutputStream.html 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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>Uses of Class org.apache.commons.io.output.ProxyOutputStream (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="Uses of Class org.apache.commons.io.output.ProxyOutputStream (Apache Commons IO 2.6 API)";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. </script>
  22. <noscript>
  23. <div>JavaScript is disabled on your browser.</div>
  24. </noscript>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <div class="topNav"><a name="navbar.top">
  27. <!-- -->
  28. </a>
  29. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  30. <a name="navbar.top.firstrow">
  31. <!-- -->
  32. </a>
  33. <ul class="navList" title="Navigation">
  34. <li><a href="../../../../../../overview-summary.html">Overview</a></li>
  35. <li><a href="../package-summary.html">Package</a></li>
  36. <li><a href="../../../../../../org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">Class</a></li>
  37. <li class="navBarCell1Rev">Use</li>
  38. <li><a href="../package-tree.html">Tree</a></li>
  39. <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
  40. <li><a href="../../../../../../index-all.html">Index</a></li>
  41. <li><a href="../../../../../../help-doc.html">Help</a></li>
  42. </ul>
  43. </div>
  44. <div class="subNav">
  45. <ul class="navList">
  46. <li>Prev</li>
  47. <li>Next</li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../../../../../../index.html?org/apache/commons/io/output/class-use/ProxyOutputStream.html" target="_top">Frames</a></li>
  51. <li><a href="ProxyOutputStream.html" target="_top">No&nbsp;Frames</a></li>
  52. </ul>
  53. <ul class="navList" id="allclasses_navbar_top">
  54. <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  55. </ul>
  56. <div>
  57. <script type="text/javascript"><!--
  58. allClassesLink = document.getElementById("allclasses_navbar_top");
  59. if(window==top) {
  60. allClassesLink.style.display = "block";
  61. }
  62. else {
  63. allClassesLink.style.display = "none";
  64. }
  65. //-->
  66. </script>
  67. </div>
  68. <a name="skip.navbar.top">
  69. <!-- -->
  70. </a></div>
  71. <!-- ========= END OF TOP NAVBAR ========= -->
  72. <div class="header">
  73. <h2 title="Uses of Class org.apache.commons.io.output.ProxyOutputStream" class="title">Uses of Class<br>org.apache.commons.io.output.ProxyOutputStream</h2>
  74. </div>
  75. <div class="classUseContainer">
  76. <ul class="blockList">
  77. <li class="blockList">
  78. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
  79. <caption><span>Packages that use <a href="../../../../../../org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">ProxyOutputStream</a></span><span class="tabEnd">&nbsp;</span></caption>
  80. <tr>
  81. <th class="colFirst" scope="col">Package</th>
  82. <th class="colLast" scope="col">Description</th>
  83. </tr>
  84. <tbody>
  85. <tr class="altColor">
  86. <td class="colFirst"><a href="#org.apache.commons.io.output">org.apache.commons.io.output</a></td>
  87. <td class="colLast">
  88. <div class="block">
  89. This package provides implementations of output classes, such as
  90. <code>OutputStream</code> and <code>Writer</code>.</div>
  91. </td>
  92. </tr>
  93. </tbody>
  94. </table>
  95. </li>
  96. <li class="blockList">
  97. <ul class="blockList">
  98. <li class="blockList"><a name="org.apache.commons.io.output">
  99. <!-- -->
  100. </a>
  101. <h3>Uses of <a href="../../../../../../org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">ProxyOutputStream</a> in <a href="../../../../../../org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></h3>
  102. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
  103. <caption><span>Subclasses of <a href="../../../../../../org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">ProxyOutputStream</a> in <a href="../../../../../../org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></span><span class="tabEnd">&nbsp;</span></caption>
  104. <tr>
  105. <th class="colFirst" scope="col">Modifier and Type</th>
  106. <th class="colLast" scope="col">Class and Description</th>
  107. </tr>
  108. <tbody>
  109. <tr class="altColor">
  110. <td class="colFirst"><code>class&nbsp;</code></td>
  111. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/io/output/CloseShieldOutputStream.html" title="class in org.apache.commons.io.output">CloseShieldOutputStream</a></span></code>
  112. <div class="block">Proxy stream that prevents the underlying output stream from being closed.</div>
  113. </td>
  114. </tr>
  115. <tr class="rowColor">
  116. <td class="colFirst"><code>class&nbsp;</code></td>
  117. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/io/output/CountingOutputStream.html" title="class in org.apache.commons.io.output">CountingOutputStream</a></span></code>
  118. <div class="block">A decorating output stream that counts the number of bytes that have passed
  119. through the stream so far.</div>
  120. </td>
  121. </tr>
  122. <tr class="altColor">
  123. <td class="colFirst"><code>class&nbsp;</code></td>
  124. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/io/output/TaggedOutputStream.html" title="class in org.apache.commons.io.output">TaggedOutputStream</a></span></code>
  125. <div class="block">An output stream decorator that tags potential exceptions so that the
  126. stream that caused the exception can easily be identified.</div>
  127. </td>
  128. </tr>
  129. <tr class="rowColor">
  130. <td class="colFirst"><code>class&nbsp;</code></td>
  131. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/io/output/TeeOutputStream.html" title="class in org.apache.commons.io.output">TeeOutputStream</a></span></code>
  132. <div class="block">Classic splitter of OutputStream.</div>
  133. </td>
  134. </tr>
  135. </tbody>
  136. </table>
  137. </li>
  138. </ul>
  139. </li>
  140. </ul>
  141. </div>
  142. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  143. <div class="bottomNav"><a name="navbar.bottom">
  144. <!-- -->
  145. </a>
  146. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  147. <a name="navbar.bottom.firstrow">
  148. <!-- -->
  149. </a>
  150. <ul class="navList" title="Navigation">
  151. <li><a href="../../../../../../overview-summary.html">Overview</a></li>
  152. <li><a href="../package-summary.html">Package</a></li>
  153. <li><a href="../../../../../../org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">Class</a></li>
  154. <li class="navBarCell1Rev">Use</li>
  155. <li><a href="../package-tree.html">Tree</a></li>
  156. <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
  157. <li><a href="../../../../../../index-all.html">Index</a></li>
  158. <li><a href="../../../../../../help-doc.html">Help</a></li>
  159. </ul>
  160. </div>
  161. <div class="subNav">
  162. <ul class="navList">
  163. <li>Prev</li>
  164. <li>Next</li>
  165. </ul>
  166. <ul class="navList">
  167. <li><a href="../../../../../../index.html?org/apache/commons/io/output/class-use/ProxyOutputStream.html" target="_top">Frames</a></li>
  168. <li><a href="ProxyOutputStream.html" target="_top">No&nbsp;Frames</a></li>
  169. </ul>
  170. <ul class="navList" id="allclasses_navbar_bottom">
  171. <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  172. </ul>
  173. <div>
  174. <script type="text/javascript"><!--
  175. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  176. if(window==top) {
  177. allClassesLink.style.display = "block";
  178. }
  179. else {
  180. allClassesLink.style.display = "none";
  181. }
  182. //-->
  183. </script>
  184. </div>
  185. <a name="skip.navbar.bottom">
  186. <!-- -->
  187. </a></div>
  188. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  189. <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>
  190. </body>
  191. </html>