ProxyWriter.html 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688
  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>ProxyWriter (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="ProxyWriter (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,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":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/ProxyWriter.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/ProxyOutputStream.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/StringBuilderWriter.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/ProxyWriter.html" target="_top">Frames</a></li>
  57. <li><a href="ProxyWriter.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.FilterWriter">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 ProxyWriter" class="title">Class ProxyWriter</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/Writer.html?is-external=true" title="class or interface in java.io">java.io.Writer</a></li>
  104. <li>
  105. <ul class="inheritance">
  106. <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilterWriter.html?is-external=true" title="class or interface in java.io">java.io.FilterWriter</a></li>
  107. <li>
  108. <ul class="inheritance">
  109. <li>org.apache.commons.io.output.ProxyWriter</li>
  110. </ul>
  111. </li>
  112. </ul>
  113. </li>
  114. </ul>
  115. </li>
  116. </ul>
  117. <div class="description">
  118. <ul class="blockList">
  119. <li class="blockList">
  120. <dl>
  121. <dt>All Implemented Interfaces:</dt>
  122. <dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/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/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</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>
  123. </dl>
  124. <hr>
  125. <br>
  126. <pre>public class <span class="typeNameLabel">ProxyWriter</span>
  127. extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilterWriter.html?is-external=true" title="class or interface in java.io">FilterWriter</a></pre>
  128. <div class="block">A Proxy stream which acts as expected, that is it passes the method
  129. calls on to the proxied stream and doesn't change which methods are
  130. being called. It is an alternative base class to FilterWriter
  131. to increase reusability, because FilterWriter changes the
  132. methods being called, such as write(char[]) to write(char[], int, int)
  133. and write(String) to write(String, int, int).</div>
  134. </li>
  135. </ul>
  136. </div>
  137. <div class="summary">
  138. <ul class="blockList">
  139. <li class="blockList">
  140. <!-- =========== FIELD SUMMARY =========== -->
  141. <ul class="blockList">
  142. <li class="blockList"><a name="field.summary">
  143. <!-- -->
  144. </a>
  145. <h3>Field Summary</h3>
  146. <ul class="blockList">
  147. <li class="blockList"><a name="fields.inherited.from.class.java.io.FilterWriter">
  148. <!-- -->
  149. </a>
  150. <h3>Fields inherited from class&nbsp;java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilterWriter.html?is-external=true" title="class or interface in java.io">FilterWriter</a></h3>
  151. <code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilterWriter.html?is-external=true#out" title="class or interface in java.io">out</a></code></li>
  152. </ul>
  153. <ul class="blockList">
  154. <li class="blockList"><a name="fields.inherited.from.class.java.io.Writer">
  155. <!-- -->
  156. </a>
  157. <h3>Fields inherited from class&nbsp;java.io.<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></h3>
  158. <code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true#lock" title="class or interface in java.io">lock</a></code></li>
  159. </ul>
  160. </li>
  161. </ul>
  162. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  163. <ul class="blockList">
  164. <li class="blockList"><a name="constructor.summary">
  165. <!-- -->
  166. </a>
  167. <h3>Constructor Summary</h3>
  168. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  169. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  170. <tr>
  171. <th class="colOne" scope="col">Constructor and Description</th>
  172. </tr>
  173. <tr class="altColor">
  174. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#ProxyWriter-java.io.Writer-">ProxyWriter</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;proxy)</code>
  175. <div class="block">Constructs a new ProxyWriter.</div>
  176. </td>
  177. </tr>
  178. </table>
  179. </li>
  180. </ul>
  181. <!-- ========== METHOD SUMMARY =========== -->
  182. <ul class="blockList">
  183. <li class="blockList"><a name="method.summary">
  184. <!-- -->
  185. </a>
  186. <h3>Method Summary</h3>
  187. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  188. <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>
  189. <tr>
  190. <th class="colFirst" scope="col">Modifier and Type</th>
  191. <th class="colLast" scope="col">Method and Description</th>
  192. </tr>
  193. <tr id="i0" class="altColor">
  194. <td class="colFirst"><code>protected void</code></td>
  195. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#afterWrite-int-">afterWrite</a></span>(int&nbsp;n)</code>
  196. <div class="block">Invoked by the write methods after the proxied call has returned
  197. successfully.</div>
  198. </td>
  199. </tr>
  200. <tr id="i1" class="rowColor">
  201. <td class="colFirst"><code><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></code></td>
  202. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#append-char-">append</a></span>(char&nbsp;c)</code>
  203. <div class="block">Invokes the delegate's <code>append(char)</code> method.</div>
  204. </td>
  205. </tr>
  206. <tr id="i2" class="altColor">
  207. <td class="colFirst"><code><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></code></td>
  208. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#append-java.lang.CharSequence-">append</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;csq)</code>
  209. <div class="block">Invokes the delegate's <code>append(CharSequence)</code> method.</div>
  210. </td>
  211. </tr>
  212. <tr id="i3" class="rowColor">
  213. <td class="colFirst"><code><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></code></td>
  214. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#append-java.lang.CharSequence-int-int-">append</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;csq,
  215. int&nbsp;start,
  216. int&nbsp;end)</code>
  217. <div class="block">Invokes the delegate's <code>append(CharSequence, int, int)</code> method.</div>
  218. </td>
  219. </tr>
  220. <tr id="i4" class="altColor">
  221. <td class="colFirst"><code>protected void</code></td>
  222. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#beforeWrite-int-">beforeWrite</a></span>(int&nbsp;n)</code>
  223. <div class="block">Invoked by the write methods before the call is proxied.</div>
  224. </td>
  225. </tr>
  226. <tr id="i5" class="rowColor">
  227. <td class="colFirst"><code>void</code></td>
  228. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#close--">close</a></span>()</code>
  229. <div class="block">Invokes the delegate's <code>close()</code> method.</div>
  230. </td>
  231. </tr>
  232. <tr id="i6" class="altColor">
  233. <td class="colFirst"><code>void</code></td>
  234. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#flush--">flush</a></span>()</code>
  235. <div class="block">Invokes the delegate's <code>flush()</code> method.</div>
  236. </td>
  237. </tr>
  238. <tr id="i7" class="rowColor">
  239. <td class="colFirst"><code>protected void</code></td>
  240. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#handleIOException-java.io.IOException-">handleIOException</a></span>(<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>&nbsp;e)</code>
  241. <div class="block">Handle any IOExceptions thrown.</div>
  242. </td>
  243. </tr>
  244. <tr id="i8" class="altColor">
  245. <td class="colFirst"><code>void</code></td>
  246. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#write-char:A-">write</a></span>(char[]&nbsp;chr)</code>
  247. <div class="block">Invokes the delegate's <code>write(char[])</code> method.</div>
  248. </td>
  249. </tr>
  250. <tr id="i9" class="rowColor">
  251. <td class="colFirst"><code>void</code></td>
  252. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#write-char:A-int-int-">write</a></span>(char[]&nbsp;chr,
  253. int&nbsp;st,
  254. int&nbsp;len)</code>
  255. <div class="block">Invokes the delegate's <code>write(char[], int, int)</code> method.</div>
  256. </td>
  257. </tr>
  258. <tr id="i10" class="altColor">
  259. <td class="colFirst"><code>void</code></td>
  260. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#write-int-">write</a></span>(int&nbsp;idx)</code>
  261. <div class="block">Invokes the delegate's <code>write(int)</code> method.</div>
  262. </td>
  263. </tr>
  264. <tr id="i11" class="rowColor">
  265. <td class="colFirst"><code>void</code></td>
  266. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#write-java.lang.String-">write</a></span>(<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;str)</code>
  267. <div class="block">Invokes the delegate's <code>write(String)</code> method.</div>
  268. </td>
  269. </tr>
  270. <tr id="i12" class="altColor">
  271. <td class="colFirst"><code>void</code></td>
  272. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#write-java.lang.String-int-int-">write</a></span>(<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;str,
  273. int&nbsp;st,
  274. int&nbsp;len)</code>
  275. <div class="block">Invokes the delegate's <code>write(String)</code> method.</div>
  276. </td>
  277. </tr>
  278. </table>
  279. <ul class="blockList">
  280. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  281. <!-- -->
  282. </a>
  283. <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>
  284. <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>
  285. </ul>
  286. </li>
  287. </ul>
  288. </li>
  289. </ul>
  290. </div>
  291. <div class="details">
  292. <ul class="blockList">
  293. <li class="blockList">
  294. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  295. <ul class="blockList">
  296. <li class="blockList"><a name="constructor.detail">
  297. <!-- -->
  298. </a>
  299. <h3>Constructor Detail</h3>
  300. <a name="ProxyWriter-java.io.Writer-">
  301. <!-- -->
  302. </a>
  303. <ul class="blockListLast">
  304. <li class="blockList">
  305. <h4>ProxyWriter</h4>
  306. <pre>public&nbsp;ProxyWriter(<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;proxy)</pre>
  307. <div class="block">Constructs a new ProxyWriter.</div>
  308. <dl>
  309. <dt><span class="paramLabel">Parameters:</span></dt>
  310. <dd><code>proxy</code> - the Writer to delegate to</dd>
  311. </dl>
  312. </li>
  313. </ul>
  314. </li>
  315. </ul>
  316. <!-- ============ METHOD DETAIL ========== -->
  317. <ul class="blockList">
  318. <li class="blockList"><a name="method.detail">
  319. <!-- -->
  320. </a>
  321. <h3>Method Detail</h3>
  322. <a name="append-char-">
  323. <!-- -->
  324. </a>
  325. <ul class="blockList">
  326. <li class="blockList">
  327. <h4>append</h4>
  328. <pre>public&nbsp;<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;append(char&nbsp;c)
  329. 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>
  330. <div class="block">Invokes the delegate's <code>append(char)</code> method.</div>
  331. <dl>
  332. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  333. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true#append-char-" title="class or interface in java.lang">append</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a></code></dd>
  334. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  335. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true#append-char-" title="class or interface in java.io">append</a></code>&nbsp;in class&nbsp;<code><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></code></dd>
  336. <dt><span class="paramLabel">Parameters:</span></dt>
  337. <dd><code>c</code> - The character to write</dd>
  338. <dt><span class="returnLabel">Returns:</span></dt>
  339. <dd>this writer</dd>
  340. <dt><span class="throwsLabel">Throws:</span></dt>
  341. <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>
  342. <dt><span class="simpleTagLabel">Since:</span></dt>
  343. <dd>2.0</dd>
  344. </dl>
  345. </li>
  346. </ul>
  347. <a name="append-java.lang.CharSequence-int-int-">
  348. <!-- -->
  349. </a>
  350. <ul class="blockList">
  351. <li class="blockList">
  352. <h4>append</h4>
  353. <pre>public&nbsp;<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;append(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;csq,
  354. int&nbsp;start,
  355. int&nbsp;end)
  356. 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>
  357. <div class="block">Invokes the delegate's <code>append(CharSequence, int, int)</code> method.</div>
  358. <dl>
  359. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  360. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true#append-java.lang.CharSequence-int-int-" title="class or interface in java.lang">append</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a></code></dd>
  361. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  362. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true#append-java.lang.CharSequence-int-int-" title="class or interface in java.io">append</a></code>&nbsp;in class&nbsp;<code><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></code></dd>
  363. <dt><span class="paramLabel">Parameters:</span></dt>
  364. <dd><code>csq</code> - The character sequence to write</dd>
  365. <dd><code>start</code> - The index of the first character to write</dd>
  366. <dd><code>end</code> - The index of the first character to write (exclusive)</dd>
  367. <dt><span class="returnLabel">Returns:</span></dt>
  368. <dd>this writer</dd>
  369. <dt><span class="throwsLabel">Throws:</span></dt>
  370. <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>
  371. <dt><span class="simpleTagLabel">Since:</span></dt>
  372. <dd>2.0</dd>
  373. </dl>
  374. </li>
  375. </ul>
  376. <a name="append-java.lang.CharSequence-">
  377. <!-- -->
  378. </a>
  379. <ul class="blockList">
  380. <li class="blockList">
  381. <h4>append</h4>
  382. <pre>public&nbsp;<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;append(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;csq)
  383. 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>
  384. <div class="block">Invokes the delegate's <code>append(CharSequence)</code> method.</div>
  385. <dl>
  386. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  387. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true#append-java.lang.CharSequence-" title="class or interface in java.lang">append</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a></code></dd>
  388. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  389. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true#append-java.lang.CharSequence-" title="class or interface in java.io">append</a></code>&nbsp;in class&nbsp;<code><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></code></dd>
  390. <dt><span class="paramLabel">Parameters:</span></dt>
  391. <dd><code>csq</code> - The character sequence to write</dd>
  392. <dt><span class="returnLabel">Returns:</span></dt>
  393. <dd>this writer</dd>
  394. <dt><span class="throwsLabel">Throws:</span></dt>
  395. <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>
  396. <dt><span class="simpleTagLabel">Since:</span></dt>
  397. <dd>2.0</dd>
  398. </dl>
  399. </li>
  400. </ul>
  401. <a name="write-int-">
  402. <!-- -->
  403. </a>
  404. <ul class="blockList">
  405. <li class="blockList">
  406. <h4>write</h4>
  407. <pre>public&nbsp;void&nbsp;write(int&nbsp;idx)
  408. 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>
  409. <div class="block">Invokes the delegate's <code>write(int)</code> method.</div>
  410. <dl>
  411. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  412. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilterWriter.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/FilterWriter.html?is-external=true" title="class or interface in java.io">FilterWriter</a></code></dd>
  413. <dt><span class="paramLabel">Parameters:</span></dt>
  414. <dd><code>idx</code> - the character to write</dd>
  415. <dt><span class="throwsLabel">Throws:</span></dt>
  416. <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>
  417. </dl>
  418. </li>
  419. </ul>
  420. <a name="write-char:A-">
  421. <!-- -->
  422. </a>
  423. <ul class="blockList">
  424. <li class="blockList">
  425. <h4>write</h4>
  426. <pre>public&nbsp;void&nbsp;write(char[]&nbsp;chr)
  427. 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>
  428. <div class="block">Invokes the delegate's <code>write(char[])</code> method.</div>
  429. <dl>
  430. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  431. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true#write-char: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/Writer.html?is-external=true" title="class or interface in java.io">Writer</a></code></dd>
  432. <dt><span class="paramLabel">Parameters:</span></dt>
  433. <dd><code>chr</code> - the characters to write</dd>
  434. <dt><span class="throwsLabel">Throws:</span></dt>
  435. <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>
  436. </dl>
  437. </li>
  438. </ul>
  439. <a name="write-char:A-int-int-">
  440. <!-- -->
  441. </a>
  442. <ul class="blockList">
  443. <li class="blockList">
  444. <h4>write</h4>
  445. <pre>public&nbsp;void&nbsp;write(char[]&nbsp;chr,
  446. int&nbsp;st,
  447. int&nbsp;len)
  448. 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>
  449. <div class="block">Invokes the delegate's <code>write(char[], int, int)</code> method.</div>
  450. <dl>
  451. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  452. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilterWriter.html?is-external=true#write-char: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/FilterWriter.html?is-external=true" title="class or interface in java.io">FilterWriter</a></code></dd>
  453. <dt><span class="paramLabel">Parameters:</span></dt>
  454. <dd><code>chr</code> - the characters to write</dd>
  455. <dd><code>st</code> - The start offset</dd>
  456. <dd><code>len</code> - The number of characters to write</dd>
  457. <dt><span class="throwsLabel">Throws:</span></dt>
  458. <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>
  459. </dl>
  460. </li>
  461. </ul>
  462. <a name="write-java.lang.String-">
  463. <!-- -->
  464. </a>
  465. <ul class="blockList">
  466. <li class="blockList">
  467. <h4>write</h4>
  468. <pre>public&nbsp;void&nbsp;write(<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;str)
  469. 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>
  470. <div class="block">Invokes the delegate's <code>write(String)</code> method.</div>
  471. <dl>
  472. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  473. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true#write-java.lang.String-" 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/Writer.html?is-external=true" title="class or interface in java.io">Writer</a></code></dd>
  474. <dt><span class="paramLabel">Parameters:</span></dt>
  475. <dd><code>str</code> - the string to write</dd>
  476. <dt><span class="throwsLabel">Throws:</span></dt>
  477. <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>
  478. </dl>
  479. </li>
  480. </ul>
  481. <a name="write-java.lang.String-int-int-">
  482. <!-- -->
  483. </a>
  484. <ul class="blockList">
  485. <li class="blockList">
  486. <h4>write</h4>
  487. <pre>public&nbsp;void&nbsp;write(<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;str,
  488. int&nbsp;st,
  489. int&nbsp;len)
  490. 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>
  491. <div class="block">Invokes the delegate's <code>write(String)</code> method.</div>
  492. <dl>
  493. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  494. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilterWriter.html?is-external=true#write-java.lang.String-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/FilterWriter.html?is-external=true" title="class or interface in java.io">FilterWriter</a></code></dd>
  495. <dt><span class="paramLabel">Parameters:</span></dt>
  496. <dd><code>str</code> - the string to write</dd>
  497. <dd><code>st</code> - The start offset</dd>
  498. <dd><code>len</code> - The number of characters to write</dd>
  499. <dt><span class="throwsLabel">Throws:</span></dt>
  500. <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>
  501. </dl>
  502. </li>
  503. </ul>
  504. <a name="flush--">
  505. <!-- -->
  506. </a>
  507. <ul class="blockList">
  508. <li class="blockList">
  509. <h4>flush</h4>
  510. <pre>public&nbsp;void&nbsp;flush()
  511. 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>
  512. <div class="block">Invokes the delegate's <code>flush()</code> method.</div>
  513. <dl>
  514. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  515. <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>
  516. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  517. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilterWriter.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/FilterWriter.html?is-external=true" title="class or interface in java.io">FilterWriter</a></code></dd>
  518. <dt><span class="throwsLabel">Throws:</span></dt>
  519. <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>
  520. </dl>
  521. </li>
  522. </ul>
  523. <a name="close--">
  524. <!-- -->
  525. </a>
  526. <ul class="blockList">
  527. <li class="blockList">
  528. <h4>close</h4>
  529. <pre>public&nbsp;void&nbsp;close()
  530. 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>
  531. <div class="block">Invokes the delegate's <code>close()</code> method.</div>
  532. <dl>
  533. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  534. <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>
  535. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  536. <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>
  537. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  538. <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilterWriter.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/FilterWriter.html?is-external=true" title="class or interface in java.io">FilterWriter</a></code></dd>
  539. <dt><span class="throwsLabel">Throws:</span></dt>
  540. <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>
  541. </dl>
  542. </li>
  543. </ul>
  544. <a name="beforeWrite-int-">
  545. <!-- -->
  546. </a>
  547. <ul class="blockList">
  548. <li class="blockList">
  549. <h4>beforeWrite</h4>
  550. <pre>protected&nbsp;void&nbsp;beforeWrite(int&nbsp;n)
  551. 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>
  552. <div class="block">Invoked by the write methods before the call is proxied. The number
  553. of chars to be written (1 for the <a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#write-int-"><code>write(int)</code></a> method, buffer
  554. length for <a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#write-char:A-"><code>write(char[])</code></a>, etc.) is given as an argument.
  555. <p>
  556. Subclasses can override this method to add common pre-processing
  557. functionality without having to override all the write methods.
  558. The default implementation does nothing.</div>
  559. <dl>
  560. <dt><span class="paramLabel">Parameters:</span></dt>
  561. <dd><code>n</code> - number of chars to be written</dd>
  562. <dt><span class="throwsLabel">Throws:</span></dt>
  563. <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 the pre-processing fails</dd>
  564. <dt><span class="simpleTagLabel">Since:</span></dt>
  565. <dd>2.0</dd>
  566. </dl>
  567. </li>
  568. </ul>
  569. <a name="afterWrite-int-">
  570. <!-- -->
  571. </a>
  572. <ul class="blockList">
  573. <li class="blockList">
  574. <h4>afterWrite</h4>
  575. <pre>protected&nbsp;void&nbsp;afterWrite(int&nbsp;n)
  576. 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>
  577. <div class="block">Invoked by the write methods after the proxied call has returned
  578. successfully. The number of chars written (1 for the
  579. <a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#write-int-"><code>write(int)</code></a> method, buffer length for <a href="../../../../../org/apache/commons/io/output/ProxyWriter.html#write-char:A-"><code>write(char[])</code></a>,
  580. etc.) is given as an argument.
  581. <p>
  582. Subclasses can override this method to add common post-processing
  583. functionality without having to override all the write methods.
  584. The default implementation does nothing.</div>
  585. <dl>
  586. <dt><span class="paramLabel">Parameters:</span></dt>
  587. <dd><code>n</code> - number of chars written</dd>
  588. <dt><span class="throwsLabel">Throws:</span></dt>
  589. <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 the post-processing fails</dd>
  590. <dt><span class="simpleTagLabel">Since:</span></dt>
  591. <dd>2.0</dd>
  592. </dl>
  593. </li>
  594. </ul>
  595. <a name="handleIOException-java.io.IOException-">
  596. <!-- -->
  597. </a>
  598. <ul class="blockListLast">
  599. <li class="blockList">
  600. <h4>handleIOException</h4>
  601. <pre>protected&nbsp;void&nbsp;handleIOException(<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>&nbsp;e)
  602. 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>
  603. <div class="block">Handle any IOExceptions thrown.
  604. <p>
  605. This method provides a point to implement custom exception
  606. handling. The default behaviour is to re-throw the exception.</div>
  607. <dl>
  608. <dt><span class="paramLabel">Parameters:</span></dt>
  609. <dd><code>e</code> - The IOException thrown</dd>
  610. <dt><span class="throwsLabel">Throws:</span></dt>
  611. <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>
  612. <dt><span class="simpleTagLabel">Since:</span></dt>
  613. <dd>2.0</dd>
  614. </dl>
  615. </li>
  616. </ul>
  617. </li>
  618. </ul>
  619. </li>
  620. </ul>
  621. </div>
  622. </div>
  623. <!-- ========= END OF CLASS DATA ========= -->
  624. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  625. <div class="bottomNav"><a name="navbar.bottom">
  626. <!-- -->
  627. </a>
  628. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  629. <a name="navbar.bottom.firstrow">
  630. <!-- -->
  631. </a>
  632. <ul class="navList" title="Navigation">
  633. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  634. <li><a href="package-summary.html">Package</a></li>
  635. <li class="navBarCell1Rev">Class</li>
  636. <li><a href="class-use/ProxyWriter.html">Use</a></li>
  637. <li><a href="package-tree.html">Tree</a></li>
  638. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  639. <li><a href="../../../../../index-all.html">Index</a></li>
  640. <li><a href="../../../../../help-doc.html">Help</a></li>
  641. </ul>
  642. </div>
  643. <div class="subNav">
  644. <ul class="navList">
  645. <li><a href="../../../../../org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  646. <li><a href="../../../../../org/apache/commons/io/output/StringBuilderWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  647. </ul>
  648. <ul class="navList">
  649. <li><a href="../../../../../index.html?org/apache/commons/io/output/ProxyWriter.html" target="_top">Frames</a></li>
  650. <li><a href="ProxyWriter.html" target="_top">No&nbsp;Frames</a></li>
  651. </ul>
  652. <ul class="navList" id="allclasses_navbar_bottom">
  653. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  654. </ul>
  655. <div>
  656. <script type="text/javascript"><!--
  657. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  658. if(window==top) {
  659. allClassesLink.style.display = "block";
  660. }
  661. else {
  662. allClassesLink.style.display = "none";
  663. }
  664. //-->
  665. </script>
  666. </div>
  667. <div>
  668. <ul class="subNavList">
  669. <li>Summary:&nbsp;</li>
  670. <li>Nested&nbsp;|&nbsp;</li>
  671. <li><a href="#fields.inherited.from.class.java.io.FilterWriter">Field</a>&nbsp;|&nbsp;</li>
  672. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  673. <li><a href="#method.summary">Method</a></li>
  674. </ul>
  675. <ul class="subNavList">
  676. <li>Detail:&nbsp;</li>
  677. <li>Field&nbsp;|&nbsp;</li>
  678. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  679. <li><a href="#method.detail">Method</a></li>
  680. </ul>
  681. </div>
  682. <a name="skip.navbar.bottom">
  683. <!-- -->
  684. </a></div>
  685. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  686. <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>
  687. </body>
  688. </html>