Tailer.html 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="de">
  4. <head>
  5. <!-- Generated by javadoc -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  7. <title>Uses of Class org.apache.commons.io.input.Tailer (Apache Commons IO 2.6 API)</title>
  8. <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../../../../../../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="Uses of Class org.apache.commons.io.input.Tailer (Apache Commons IO 2.6 API)";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. </script>
  22. <noscript>
  23. <div>JavaScript is disabled on your browser.</div>
  24. </noscript>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <div class="topNav"><a name="navbar.top">
  27. <!-- -->
  28. </a>
  29. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  30. <a name="navbar.top.firstrow">
  31. <!-- -->
  32. </a>
  33. <ul class="navList" title="Navigation">
  34. <li><a href="../../../../../../overview-summary.html">Overview</a></li>
  35. <li><a href="../package-summary.html">Package</a></li>
  36. <li><a href="../../../../../../org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Class</a></li>
  37. <li class="navBarCell1Rev">Use</li>
  38. <li><a href="../package-tree.html">Tree</a></li>
  39. <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
  40. <li><a href="../../../../../../index-all.html">Index</a></li>
  41. <li><a href="../../../../../../help-doc.html">Help</a></li>
  42. </ul>
  43. </div>
  44. <div class="subNav">
  45. <ul class="navList">
  46. <li>Prev</li>
  47. <li>Next</li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../../../../../../index.html?org/apache/commons/io/input/class-use/Tailer.html" target="_top">Frames</a></li>
  51. <li><a href="Tailer.html" target="_top">No&nbsp;Frames</a></li>
  52. </ul>
  53. <ul class="navList" id="allclasses_navbar_top">
  54. <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  55. </ul>
  56. <div>
  57. <script type="text/javascript"><!--
  58. allClassesLink = document.getElementById("allclasses_navbar_top");
  59. if(window==top) {
  60. allClassesLink.style.display = "block";
  61. }
  62. else {
  63. allClassesLink.style.display = "none";
  64. }
  65. //-->
  66. </script>
  67. </div>
  68. <a name="skip.navbar.top">
  69. <!-- -->
  70. </a></div>
  71. <!-- ========= END OF TOP NAVBAR ========= -->
  72. <div class="header">
  73. <h2 title="Uses of Class org.apache.commons.io.input.Tailer" class="title">Uses of Class<br>org.apache.commons.io.input.Tailer</h2>
  74. </div>
  75. <div class="classUseContainer">
  76. <ul class="blockList">
  77. <li class="blockList">
  78. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
  79. <caption><span>Packages that use <a href="../../../../../../org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></span><span class="tabEnd">&nbsp;</span></caption>
  80. <tr>
  81. <th class="colFirst" scope="col">Package</th>
  82. <th class="colLast" scope="col">Description</th>
  83. </tr>
  84. <tbody>
  85. <tr class="altColor">
  86. <td class="colFirst"><a href="#org.apache.commons.io.input">org.apache.commons.io.input</a></td>
  87. <td class="colLast">
  88. <div class="block">
  89. This package provides implementations of input classes, such as
  90. <code>InputStream</code> and <code>Reader</code>.</div>
  91. </td>
  92. </tr>
  93. </tbody>
  94. </table>
  95. </li>
  96. <li class="blockList">
  97. <ul class="blockList">
  98. <li class="blockList"><a name="org.apache.commons.io.input">
  99. <!-- -->
  100. </a>
  101. <h3>Uses of <a href="../../../../../../org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a> in <a href="../../../../../../org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></h3>
  102. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  103. <caption><span>Methods in <a href="../../../../../../org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a> that return <a href="../../../../../../org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></span><span class="tabEnd">&nbsp;</span></caption>
  104. <tr>
  105. <th class="colFirst" scope="col">Modifier and Type</th>
  106. <th class="colLast" scope="col">Method and Description</th>
  107. </tr>
  108. <tbody>
  109. <tr class="altColor">
  110. <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></code></td>
  111. <td class="colLast"><span class="typeNameLabel">Tailer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/io/input/Tailer.html#create-java.io.File-java.nio.charset.Charset-org.apache.commons.io.input.TailerListener-long-boolean-boolean-int-">create</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
  112. <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,
  113. <a href="../../../../../../org/apache/commons/io/input/TailerListener.html" title="interface in org.apache.commons.io.input">TailerListener</a>&nbsp;listener,
  114. long&nbsp;delayMillis,
  115. boolean&nbsp;end,
  116. boolean&nbsp;reOpen,
  117. int&nbsp;bufSize)</code>
  118. <div class="block">Creates and starts a Tailer for the given file.</div>
  119. </td>
  120. </tr>
  121. <tr class="rowColor">
  122. <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></code></td>
  123. <td class="colLast"><span class="typeNameLabel">Tailer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/io/input/Tailer.html#create-java.io.File-org.apache.commons.io.input.TailerListener-">create</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
  124. <a href="../../../../../../org/apache/commons/io/input/TailerListener.html" title="interface in org.apache.commons.io.input">TailerListener</a>&nbsp;listener)</code>
  125. <div class="block">Creates and starts a Tailer for the given file, starting at the beginning of the file
  126. with the default delay of 1.0s</div>
  127. </td>
  128. </tr>
  129. <tr class="altColor">
  130. <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></code></td>
  131. <td class="colLast"><span class="typeNameLabel">Tailer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/io/input/Tailer.html#create-java.io.File-org.apache.commons.io.input.TailerListener-long-">create</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
  132. <a href="../../../../../../org/apache/commons/io/input/TailerListener.html" title="interface in org.apache.commons.io.input">TailerListener</a>&nbsp;listener,
  133. long&nbsp;delayMillis)</code>
  134. <div class="block">Creates and starts a Tailer for the given file, starting at the beginning of the file</div>
  135. </td>
  136. </tr>
  137. <tr class="rowColor">
  138. <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></code></td>
  139. <td class="colLast"><span class="typeNameLabel">Tailer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/io/input/Tailer.html#create-java.io.File-org.apache.commons.io.input.TailerListener-long-boolean-">create</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
  140. <a href="../../../../../../org/apache/commons/io/input/TailerListener.html" title="interface in org.apache.commons.io.input">TailerListener</a>&nbsp;listener,
  141. long&nbsp;delayMillis,
  142. boolean&nbsp;end)</code>
  143. <div class="block">Creates and starts a Tailer for the given file with default buffer size.</div>
  144. </td>
  145. </tr>
  146. <tr class="altColor">
  147. <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></code></td>
  148. <td class="colLast"><span class="typeNameLabel">Tailer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/io/input/Tailer.html#create-java.io.File-org.apache.commons.io.input.TailerListener-long-boolean-boolean-">create</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
  149. <a href="../../../../../../org/apache/commons/io/input/TailerListener.html" title="interface in org.apache.commons.io.input">TailerListener</a>&nbsp;listener,
  150. long&nbsp;delayMillis,
  151. boolean&nbsp;end,
  152. boolean&nbsp;reOpen)</code>
  153. <div class="block">Creates and starts a Tailer for the given file with default buffer size.</div>
  154. </td>
  155. </tr>
  156. <tr class="rowColor">
  157. <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></code></td>
  158. <td class="colLast"><span class="typeNameLabel">Tailer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/io/input/Tailer.html#create-java.io.File-org.apache.commons.io.input.TailerListener-long-boolean-boolean-int-">create</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
  159. <a href="../../../../../../org/apache/commons/io/input/TailerListener.html" title="interface in org.apache.commons.io.input">TailerListener</a>&nbsp;listener,
  160. long&nbsp;delayMillis,
  161. boolean&nbsp;end,
  162. boolean&nbsp;reOpen,
  163. int&nbsp;bufSize)</code>
  164. <div class="block">Creates and starts a Tailer for the given file.</div>
  165. </td>
  166. </tr>
  167. <tr class="altColor">
  168. <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></code></td>
  169. <td class="colLast"><span class="typeNameLabel">Tailer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/io/input/Tailer.html#create-java.io.File-org.apache.commons.io.input.TailerListener-long-boolean-int-">create</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
  170. <a href="../../../../../../org/apache/commons/io/input/TailerListener.html" title="interface in org.apache.commons.io.input">TailerListener</a>&nbsp;listener,
  171. long&nbsp;delayMillis,
  172. boolean&nbsp;end,
  173. int&nbsp;bufSize)</code>
  174. <div class="block">Creates and starts a Tailer for the given file.</div>
  175. </td>
  176. </tr>
  177. </tbody>
  178. </table>
  179. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  180. <caption><span>Methods in <a href="../../../../../../org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a> with parameters of type <a href="../../../../../../org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></span><span class="tabEnd">&nbsp;</span></caption>
  181. <tr>
  182. <th class="colFirst" scope="col">Modifier and Type</th>
  183. <th class="colLast" scope="col">Method and Description</th>
  184. </tr>
  185. <tbody>
  186. <tr class="altColor">
  187. <td class="colFirst"><code>void</code></td>
  188. <td class="colLast"><span class="typeNameLabel">TailerListenerAdapter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/io/input/TailerListenerAdapter.html#init-org.apache.commons.io.input.Tailer-">init</a></span>(<a href="../../../../../../org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a>&nbsp;tailer)</code>
  189. <div class="block">The tailer will call this method during construction,
  190. giving the listener a method of stopping the tailer.</div>
  191. </td>
  192. </tr>
  193. <tr class="rowColor">
  194. <td class="colFirst"><code>void</code></td>
  195. <td class="colLast"><span class="typeNameLabel">TailerListener.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/io/input/TailerListener.html#init-org.apache.commons.io.input.Tailer-">init</a></span>(<a href="../../../../../../org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a>&nbsp;tailer)</code>
  196. <div class="block">The tailer will call this method during construction,
  197. giving the listener a method of stopping the tailer.</div>
  198. </td>
  199. </tr>
  200. </tbody>
  201. </table>
  202. </li>
  203. </ul>
  204. </li>
  205. </ul>
  206. </div>
  207. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  208. <div class="bottomNav"><a name="navbar.bottom">
  209. <!-- -->
  210. </a>
  211. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  212. <a name="navbar.bottom.firstrow">
  213. <!-- -->
  214. </a>
  215. <ul class="navList" title="Navigation">
  216. <li><a href="../../../../../../overview-summary.html">Overview</a></li>
  217. <li><a href="../package-summary.html">Package</a></li>
  218. <li><a href="../../../../../../org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Class</a></li>
  219. <li class="navBarCell1Rev">Use</li>
  220. <li><a href="../package-tree.html">Tree</a></li>
  221. <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
  222. <li><a href="../../../../../../index-all.html">Index</a></li>
  223. <li><a href="../../../../../../help-doc.html">Help</a></li>
  224. </ul>
  225. </div>
  226. <div class="subNav">
  227. <ul class="navList">
  228. <li>Prev</li>
  229. <li>Next</li>
  230. </ul>
  231. <ul class="navList">
  232. <li><a href="../../../../../../index.html?org/apache/commons/io/input/class-use/Tailer.html" target="_top">Frames</a></li>
  233. <li><a href="Tailer.html" target="_top">No&nbsp;Frames</a></li>
  234. </ul>
  235. <ul class="navList" id="allclasses_navbar_bottom">
  236. <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  237. </ul>
  238. <div>
  239. <script type="text/javascript"><!--
  240. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  241. if(window==top) {
  242. allClassesLink.style.display = "block";
  243. }
  244. else {
  245. allClassesLink.style.display = "none";
  246. }
  247. //-->
  248. </script>
  249. </div>
  250. <a name="skip.navbar.bottom">
  251. <!-- -->
  252. </a></div>
  253. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  254. <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>
  255. </body>
  256. </html>