WriterOutputStream.html 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637
  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>WriterOutputStream (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="WriterOutputStream (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/WriterOutputStream.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/ThresholdingOutputStream.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/XmlStreamWriter.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/WriterOutputStream.html" target="_top">Frames</a></li>
  57. <li><a href="WriterOutputStream.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>Field&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 WriterOutputStream" class="title">Class WriterOutputStream</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>org.apache.commons.io.output.WriterOutputStream</li>
  107. </ul>
  108. </li>
  109. </ul>
  110. </li>
  111. </ul>
  112. <div class="description">
  113. <ul class="blockList">
  114. <li class="blockList">
  115. <dl>
  116. <dt>All Implemented Interfaces:</dt>
  117. <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>
  118. </dl>
  119. <hr>
  120. <br>
  121. <pre>public class <span class="typeNameLabel">WriterOutputStream</span>
  122. extends <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></pre>
  123. <div class="block"><a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> implementation that transforms a byte stream to a
  124. character stream using a specified charset encoding and writes the resulting
  125. stream to a <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a>. The stream is transformed using a
  126. <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/charset/CharsetDecoder.html?is-external=true" title="class or interface in java.nio.charset"><code>CharsetDecoder</code></a> object, guaranteeing that all charset
  127. encodings supported by the JRE are handled correctly.
  128. <p>
  129. The output of the <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/charset/CharsetDecoder.html?is-external=true" title="class or interface in java.nio.charset"><code>CharsetDecoder</code></a> is buffered using a fixed size buffer.
  130. This implies that the data is written to the underlying <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a> in chunks
  131. that are no larger than the size of this buffer. By default, the buffer is
  132. flushed only when it overflows or when <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#flush--"><code>flush()</code></a> or <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#close--"><code>close()</code></a>
  133. is called. In general there is therefore no need to wrap the underlying <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a>
  134. in a <a href="http://docs.oracle.com/javase/7/docs/api/java/io/BufferedWriter.html?is-external=true" title="class or interface in java.io"><code>BufferedWriter</code></a>. <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a> can also
  135. be instructed to flush the buffer after each write operation. In this case, all
  136. available data is written immediately to the underlying <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a>, implying that
  137. the current position of the <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a> is correlated to the current position
  138. of the <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a>.
  139. <p>
  140. <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a> implements the inverse transformation of <a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStreamWriter.html?is-external=true" title="class or interface in java.io"><code>OutputStreamWriter</code></a>;
  141. in the following example, writing to <code>out2</code> would have the same result as writing to
  142. <code>out</code> directly (provided that the byte sequence is legal with respect to the
  143. charset encoding):
  144. <pre>
  145. OutputStream out = ...
  146. Charset cs = ...
  147. OutputStreamWriter writer = new OutputStreamWriter(out, cs);
  148. WriterOutputStream out2 = new WriterOutputStream(writer, cs);</pre>
  149. <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a> implements the same transformation as <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStreamReader.html?is-external=true" title="class or interface in java.io"><code>InputStreamReader</code></a>,
  150. except that the control flow is reversed: both classes transform a byte stream
  151. into a character stream, but <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStreamReader.html?is-external=true" title="class or interface in java.io"><code>InputStreamReader</code></a> pulls data from the underlying stream,
  152. while <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a> pushes it to the underlying stream.
  153. <p>
  154. Note that while there are use cases where there is no alternative to using
  155. this class, very often the need to use this class is an indication of a flaw
  156. in the design of the code. This class is typically used in situations where an existing
  157. API only accepts an <a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> object, but where the stream is known to represent
  158. character data that must be decoded for further use.
  159. <p>
  160. Instances of <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a> are not thread safe.</div>
  161. <dl>
  162. <dt><span class="simpleTagLabel">Since:</span></dt>
  163. <dd>2.0</dd>
  164. <dt><span class="seeLabel">See Also:</span></dt>
  165. <dd><a href="../../../../../org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input"><code>ReaderInputStream</code></a></dd>
  166. </dl>
  167. </li>
  168. </ul>
  169. </div>
  170. <div class="summary">
  171. <ul class="blockList">
  172. <li class="blockList">
  173. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  174. <ul class="blockList">
  175. <li class="blockList"><a name="constructor.summary">
  176. <!-- -->
  177. </a>
  178. <h3>Constructor Summary</h3>
  179. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  180. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  181. <tr>
  182. <th class="colOne" scope="col">Constructor and Description</th>
  183. </tr>
  184. <tr class="altColor">
  185. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-">WriterOutputStream</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer)</code>
  186. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
  187. <div class="block"><span class="deprecationComment">2.5 use <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-java.nio.charset.Charset-"><code>WriterOutputStream(Writer, Charset)</code></a> instead</span></div>
  188. </div>
  189. </td>
  190. </tr>
  191. <tr class="rowColor">
  192. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-java.nio.charset.Charset-">WriterOutputStream</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer,
  193. <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a>&nbsp;charset)</code>
  194. <div class="block">Constructs a new <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a> with a default output buffer size of
  195. 1024 characters.</div>
  196. </td>
  197. </tr>
  198. <tr class="altColor">
  199. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-java.nio.charset.CharsetDecoder-">WriterOutputStream</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer,
  200. <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/charset/CharsetDecoder.html?is-external=true" title="class or interface in java.nio.charset">CharsetDecoder</a>&nbsp;decoder)</code>
  201. <div class="block">Constructs a new <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a> with a default output buffer size of
  202. 1024 characters.</div>
  203. </td>
  204. </tr>
  205. <tr class="rowColor">
  206. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-java.nio.charset.CharsetDecoder-int-boolean-">WriterOutputStream</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer,
  207. <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/charset/CharsetDecoder.html?is-external=true" title="class or interface in java.nio.charset">CharsetDecoder</a>&nbsp;decoder,
  208. int&nbsp;bufferSize,
  209. boolean&nbsp;writeImmediately)</code>
  210. <div class="block">Constructs a new <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a>.</div>
  211. </td>
  212. </tr>
  213. <tr class="altColor">
  214. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-java.nio.charset.Charset-int-boolean-">WriterOutputStream</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer,
  215. <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a>&nbsp;charset,
  216. int&nbsp;bufferSize,
  217. boolean&nbsp;writeImmediately)</code>
  218. <div class="block">Constructs a new <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a>.</div>
  219. </td>
  220. </tr>
  221. <tr class="rowColor">
  222. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-java.lang.String-">WriterOutputStream</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer,
  223. <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;charsetName)</code>
  224. <div class="block">Constructs a new <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a> with a default output buffer size of
  225. 1024 characters.</div>
  226. </td>
  227. </tr>
  228. <tr class="altColor">
  229. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-java.lang.String-int-boolean-">WriterOutputStream</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer,
  230. <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;charsetName,
  231. int&nbsp;bufferSize,
  232. boolean&nbsp;writeImmediately)</code>
  233. <div class="block">Constructs a new <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a>.</div>
  234. </td>
  235. </tr>
  236. </table>
  237. </li>
  238. </ul>
  239. <!-- ========== METHOD SUMMARY =========== -->
  240. <ul class="blockList">
  241. <li class="blockList"><a name="method.summary">
  242. <!-- -->
  243. </a>
  244. <h3>Method Summary</h3>
  245. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  246. <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>
  247. <tr>
  248. <th class="colFirst" scope="col">Modifier and Type</th>
  249. <th class="colLast" scope="col">Method and Description</th>
  250. </tr>
  251. <tr id="i0" class="altColor">
  252. <td class="colFirst"><code>void</code></td>
  253. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#close--">close</a></span>()</code>
  254. <div class="block">Close the stream.</div>
  255. </td>
  256. </tr>
  257. <tr id="i1" class="rowColor">
  258. <td class="colFirst"><code>void</code></td>
  259. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#flush--">flush</a></span>()</code>
  260. <div class="block">Flush the stream.</div>
  261. </td>
  262. </tr>
  263. <tr id="i2" class="altColor">
  264. <td class="colFirst"><code>void</code></td>
  265. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#write-byte:A-">write</a></span>(byte[]&nbsp;b)</code>
  266. <div class="block">Write bytes from the specified byte array to the stream.</div>
  267. </td>
  268. </tr>
  269. <tr id="i3" class="rowColor">
  270. <td class="colFirst"><code>void</code></td>
  271. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#write-byte:A-int-int-">write</a></span>(byte[]&nbsp;b,
  272. int&nbsp;off,
  273. int&nbsp;len)</code>
  274. <div class="block">Write bytes from the specified byte array to the stream.</div>
  275. </td>
  276. </tr>
  277. <tr id="i4" class="altColor">
  278. <td class="colFirst"><code>void</code></td>
  279. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#write-int-">write</a></span>(int&nbsp;b)</code>
  280. <div class="block">Write a single byte to the stream.</div>
  281. </td>
  282. </tr>
  283. </table>
  284. <ul class="blockList">
  285. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  286. <!-- -->
  287. </a>
  288. <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>
  289. <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>
  290. </ul>
  291. </li>
  292. </ul>
  293. </li>
  294. </ul>
  295. </div>
  296. <div class="details">
  297. <ul class="blockList">
  298. <li class="blockList">
  299. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  300. <ul class="blockList">
  301. <li class="blockList"><a name="constructor.detail">
  302. <!-- -->
  303. </a>
  304. <h3>Constructor Detail</h3>
  305. <a name="WriterOutputStream-java.io.Writer-java.nio.charset.CharsetDecoder-">
  306. <!-- -->
  307. </a>
  308. <ul class="blockList">
  309. <li class="blockList">
  310. <h4>WriterOutputStream</h4>
  311. <pre>public&nbsp;WriterOutputStream(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer,
  312. <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/charset/CharsetDecoder.html?is-external=true" title="class or interface in java.nio.charset">CharsetDecoder</a>&nbsp;decoder)</pre>
  313. <div class="block">Constructs a new <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a> with a default output buffer size of
  314. 1024 characters. The output buffer will only be flushed when it overflows or when
  315. <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#flush--"><code>flush()</code></a> or <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#close--"><code>close()</code></a> is called.</div>
  316. <dl>
  317. <dt><span class="paramLabel">Parameters:</span></dt>
  318. <dd><code>writer</code> - the target <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a></dd>
  319. <dd><code>decoder</code> - the charset decoder</dd>
  320. <dt><span class="simpleTagLabel">Since:</span></dt>
  321. <dd>2.1</dd>
  322. </dl>
  323. </li>
  324. </ul>
  325. <a name="WriterOutputStream-java.io.Writer-java.nio.charset.CharsetDecoder-int-boolean-">
  326. <!-- -->
  327. </a>
  328. <ul class="blockList">
  329. <li class="blockList">
  330. <h4>WriterOutputStream</h4>
  331. <pre>public&nbsp;WriterOutputStream(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer,
  332. <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/charset/CharsetDecoder.html?is-external=true" title="class or interface in java.nio.charset">CharsetDecoder</a>&nbsp;decoder,
  333. int&nbsp;bufferSize,
  334. boolean&nbsp;writeImmediately)</pre>
  335. <div class="block">Constructs a new <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a>.</div>
  336. <dl>
  337. <dt><span class="paramLabel">Parameters:</span></dt>
  338. <dd><code>writer</code> - the target <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a></dd>
  339. <dd><code>decoder</code> - the charset decoder</dd>
  340. <dd><code>bufferSize</code> - the size of the output buffer in number of characters</dd>
  341. <dd><code>writeImmediately</code> - If <code>true</code> the output buffer will be flushed after each
  342. write operation, i.e. all available data will be written to the
  343. underlying <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a> immediately. If <code>false</code>, the
  344. output buffer will only be flushed when it overflows or when
  345. <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#flush--"><code>flush()</code></a> or <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#close--"><code>close()</code></a> is called.</dd>
  346. <dt><span class="simpleTagLabel">Since:</span></dt>
  347. <dd>2.1</dd>
  348. </dl>
  349. </li>
  350. </ul>
  351. <a name="WriterOutputStream-java.io.Writer-java.nio.charset.Charset-int-boolean-">
  352. <!-- -->
  353. </a>
  354. <ul class="blockList">
  355. <li class="blockList">
  356. <h4>WriterOutputStream</h4>
  357. <pre>public&nbsp;WriterOutputStream(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer,
  358. <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a>&nbsp;charset,
  359. int&nbsp;bufferSize,
  360. boolean&nbsp;writeImmediately)</pre>
  361. <div class="block">Constructs a new <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a>.</div>
  362. <dl>
  363. <dt><span class="paramLabel">Parameters:</span></dt>
  364. <dd><code>writer</code> - the target <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a></dd>
  365. <dd><code>charset</code> - the charset encoding</dd>
  366. <dd><code>bufferSize</code> - the size of the output buffer in number of characters</dd>
  367. <dd><code>writeImmediately</code> - If <code>true</code> the output buffer will be flushed after each
  368. write operation, i.e. all available data will be written to the
  369. underlying <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a> immediately. If <code>false</code>, the
  370. output buffer will only be flushed when it overflows or when
  371. <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#flush--"><code>flush()</code></a> or <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#close--"><code>close()</code></a> is called.</dd>
  372. </dl>
  373. </li>
  374. </ul>
  375. <a name="WriterOutputStream-java.io.Writer-java.nio.charset.Charset-">
  376. <!-- -->
  377. </a>
  378. <ul class="blockList">
  379. <li class="blockList">
  380. <h4>WriterOutputStream</h4>
  381. <pre>public&nbsp;WriterOutputStream(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer,
  382. <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a>&nbsp;charset)</pre>
  383. <div class="block">Constructs a new <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a> with a default output buffer size of
  384. 1024 characters. The output buffer will only be flushed when it overflows or when
  385. <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#flush--"><code>flush()</code></a> or <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#close--"><code>close()</code></a> is called.</div>
  386. <dl>
  387. <dt><span class="paramLabel">Parameters:</span></dt>
  388. <dd><code>writer</code> - the target <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a></dd>
  389. <dd><code>charset</code> - the charset encoding</dd>
  390. </dl>
  391. </li>
  392. </ul>
  393. <a name="WriterOutputStream-java.io.Writer-java.lang.String-int-boolean-">
  394. <!-- -->
  395. </a>
  396. <ul class="blockList">
  397. <li class="blockList">
  398. <h4>WriterOutputStream</h4>
  399. <pre>public&nbsp;WriterOutputStream(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer,
  400. <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;charsetName,
  401. int&nbsp;bufferSize,
  402. boolean&nbsp;writeImmediately)</pre>
  403. <div class="block">Constructs a new <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a>.</div>
  404. <dl>
  405. <dt><span class="paramLabel">Parameters:</span></dt>
  406. <dd><code>writer</code> - the target <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a></dd>
  407. <dd><code>charsetName</code> - the name of the charset encoding</dd>
  408. <dd><code>bufferSize</code> - the size of the output buffer in number of characters</dd>
  409. <dd><code>writeImmediately</code> - If <code>true</code> the output buffer will be flushed after each
  410. write operation, i.e. all available data will be written to the
  411. underlying <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a> immediately. If <code>false</code>, the
  412. output buffer will only be flushed when it overflows or when
  413. <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#flush--"><code>flush()</code></a> or <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#close--"><code>close()</code></a> is called.</dd>
  414. </dl>
  415. </li>
  416. </ul>
  417. <a name="WriterOutputStream-java.io.Writer-java.lang.String-">
  418. <!-- -->
  419. </a>
  420. <ul class="blockList">
  421. <li class="blockList">
  422. <h4>WriterOutputStream</h4>
  423. <pre>public&nbsp;WriterOutputStream(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer,
  424. <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;charsetName)</pre>
  425. <div class="block">Constructs a new <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a> with a default output buffer size of
  426. 1024 characters. The output buffer will only be flushed when it overflows or when
  427. <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#flush--"><code>flush()</code></a> or <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#close--"><code>close()</code></a> is called.</div>
  428. <dl>
  429. <dt><span class="paramLabel">Parameters:</span></dt>
  430. <dd><code>writer</code> - the target <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a></dd>
  431. <dd><code>charsetName</code> - the name of the charset encoding</dd>
  432. </dl>
  433. </li>
  434. </ul>
  435. <a name="WriterOutputStream-java.io.Writer-">
  436. <!-- -->
  437. </a>
  438. <ul class="blockListLast">
  439. <li class="blockList">
  440. <h4>WriterOutputStream</h4>
  441. <pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
  442. public&nbsp;WriterOutputStream(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer)</pre>
  443. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">2.5 use <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-java.nio.charset.Charset-"><code>WriterOutputStream(Writer, Charset)</code></a> instead</span></div>
  444. <div class="block">Constructs a new <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a> that uses the default character encoding
  445. and with a default output buffer size of 1024 characters. The output buffer will only
  446. be flushed when it overflows or when <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#flush--"><code>flush()</code></a> or <a href="../../../../../org/apache/commons/io/output/WriterOutputStream.html#close--"><code>close()</code></a> is called.</div>
  447. <dl>
  448. <dt><span class="paramLabel">Parameters:</span></dt>
  449. <dd><code>writer</code> - the target <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a></dd>
  450. </dl>
  451. </li>
  452. </ul>
  453. </li>
  454. </ul>
  455. <!-- ============ METHOD DETAIL ========== -->
  456. <ul class="blockList">
  457. <li class="blockList"><a name="method.detail">
  458. <!-- -->
  459. </a>
  460. <h3>Method Detail</h3>
  461. <a name="write-byte:A-int-int-">
  462. <!-- -->
  463. </a>
  464. <ul class="blockList">
  465. <li class="blockList">
  466. <h4>write</h4>
  467. <pre>public&nbsp;void&nbsp;write(byte[]&nbsp;b,
  468. int&nbsp;off,
  469. int&nbsp;len)
  470. 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>
  471. <div class="block">Write bytes from the specified byte array to the stream.</div>
  472. <dl>
  473. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  474. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true#write-byte:A-int-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>
  475. <dt><span class="paramLabel">Parameters:</span></dt>
  476. <dd><code>b</code> - the byte array containing the bytes to write</dd>
  477. <dd><code>off</code> - the start offset in the byte array</dd>
  478. <dd><code>len</code> - the number of bytes to write</dd>
  479. <dt><span class="throwsLabel">Throws:</span></dt>
  480. <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 an I/O error occurs</dd>
  481. </dl>
  482. </li>
  483. </ul>
  484. <a name="write-byte:A-">
  485. <!-- -->
  486. </a>
  487. <ul class="blockList">
  488. <li class="blockList">
  489. <h4>write</h4>
  490. <pre>public&nbsp;void&nbsp;write(byte[]&nbsp;b)
  491. 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>
  492. <div class="block">Write bytes from the specified byte array to the stream.</div>
  493. <dl>
  494. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  495. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true#write-byte:A-" 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>
  496. <dt><span class="paramLabel">Parameters:</span></dt>
  497. <dd><code>b</code> - the byte array containing the bytes to write</dd>
  498. <dt><span class="throwsLabel">Throws:</span></dt>
  499. <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 an I/O error occurs</dd>
  500. </dl>
  501. </li>
  502. </ul>
  503. <a name="write-int-">
  504. <!-- -->
  505. </a>
  506. <ul class="blockList">
  507. <li class="blockList">
  508. <h4>write</h4>
  509. <pre>public&nbsp;void&nbsp;write(int&nbsp;b)
  510. 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>
  511. <div class="block">Write a single byte to the stream.</div>
  512. <dl>
  513. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  514. <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>
  515. <dt><span class="paramLabel">Parameters:</span></dt>
  516. <dd><code>b</code> - the byte to write</dd>
  517. <dt><span class="throwsLabel">Throws:</span></dt>
  518. <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 an I/O error occurs</dd>
  519. </dl>
  520. </li>
  521. </ul>
  522. <a name="flush--">
  523. <!-- -->
  524. </a>
  525. <ul class="blockList">
  526. <li class="blockList">
  527. <h4>flush</h4>
  528. <pre>public&nbsp;void&nbsp;flush()
  529. 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>
  530. <div class="block">Flush the stream. Any remaining content accumulated in the output buffer
  531. will be written to the underlying <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a>. After that
  532. <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true#flush--" title="class or interface in java.io"><code>Writer.flush()</code></a> will be called.</div>
  533. <dl>
  534. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  535. <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>
  536. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  537. <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>
  538. <dt><span class="throwsLabel">Throws:</span></dt>
  539. <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 an I/O error occurs</dd>
  540. </dl>
  541. </li>
  542. </ul>
  543. <a name="close--">
  544. <!-- -->
  545. </a>
  546. <ul class="blockListLast">
  547. <li class="blockList">
  548. <h4>close</h4>
  549. <pre>public&nbsp;void&nbsp;close()
  550. 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>
  551. <div class="block">Close the stream. Any remaining content accumulated in the output buffer
  552. will be written to the underlying <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a>. After that
  553. <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true#close--" title="class or interface in java.io"><code>Writer.close()</code></a> will be called.</div>
  554. <dl>
  555. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  556. <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>
  557. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  558. <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>
  559. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  560. <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>
  561. <dt><span class="throwsLabel">Throws:</span></dt>
  562. <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 an I/O error occurs</dd>
  563. </dl>
  564. </li>
  565. </ul>
  566. </li>
  567. </ul>
  568. </li>
  569. </ul>
  570. </div>
  571. </div>
  572. <!-- ========= END OF CLASS DATA ========= -->
  573. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  574. <div class="bottomNav"><a name="navbar.bottom">
  575. <!-- -->
  576. </a>
  577. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  578. <a name="navbar.bottom.firstrow">
  579. <!-- -->
  580. </a>
  581. <ul class="navList" title="Navigation">
  582. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  583. <li><a href="package-summary.html">Package</a></li>
  584. <li class="navBarCell1Rev">Class</li>
  585. <li><a href="class-use/WriterOutputStream.html">Use</a></li>
  586. <li><a href="package-tree.html">Tree</a></li>
  587. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  588. <li><a href="../../../../../index-all.html">Index</a></li>
  589. <li><a href="../../../../../help-doc.html">Help</a></li>
  590. </ul>
  591. </div>
  592. <div class="subNav">
  593. <ul class="navList">
  594. <li><a href="../../../../../org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  595. <li><a href="../../../../../org/apache/commons/io/output/XmlStreamWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  596. </ul>
  597. <ul class="navList">
  598. <li><a href="../../../../../index.html?org/apache/commons/io/output/WriterOutputStream.html" target="_top">Frames</a></li>
  599. <li><a href="WriterOutputStream.html" target="_top">No&nbsp;Frames</a></li>
  600. </ul>
  601. <ul class="navList" id="allclasses_navbar_bottom">
  602. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  603. </ul>
  604. <div>
  605. <script type="text/javascript"><!--
  606. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  607. if(window==top) {
  608. allClassesLink.style.display = "block";
  609. }
  610. else {
  611. allClassesLink.style.display = "none";
  612. }
  613. //-->
  614. </script>
  615. </div>
  616. <div>
  617. <ul class="subNavList">
  618. <li>Summary:&nbsp;</li>
  619. <li>Nested&nbsp;|&nbsp;</li>
  620. <li>Field&nbsp;|&nbsp;</li>
  621. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  622. <li><a href="#method.summary">Method</a></li>
  623. </ul>
  624. <ul class="subNavList">
  625. <li>Detail:&nbsp;</li>
  626. <li>Field&nbsp;|&nbsp;</li>
  627. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  628. <li><a href="#method.detail">Method</a></li>
  629. </ul>
  630. </div>
  631. <a name="skip.navbar.bottom">
  632. <!-- -->
  633. </a></div>
  634. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  635. <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>
  636. </body>
  637. </html>