package-use.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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 Package org.apache.commons.io (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 Package org.apache.commons.io (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>Class</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/package-use.html" target="_top">Frames</a></li>
  51. <li><a href="package-use.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. <h1 title="Uses of Package org.apache.commons.io" class="title">Uses of Package<br>org.apache.commons.io</h1>
  74. </div>
  75. <div class="contentContainer">
  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/package-summary.html">org.apache.commons.io</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">org.apache.commons.io</a></td>
  87. <td class="colLast">
  88. <div class="block">
  89. This package defines utility classes for working with streams, readers,
  90. writers and files.</div>
  91. </td>
  92. </tr>
  93. <tr class="rowColor">
  94. <td class="colFirst"><a href="#org.apache.commons.io.comparator">org.apache.commons.io.comparator</a></td>
  95. <td class="colLast">
  96. <div class="block">This package provides various <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util"><code>Comparator</code></a> implementations
  97. for <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>s.</div>
  98. </td>
  99. </tr>
  100. <tr class="altColor">
  101. <td class="colFirst"><a href="#org.apache.commons.io.filefilter">org.apache.commons.io.filefilter</a></td>
  102. <td class="colLast">
  103. <div class="block">This package defines an interface (IOFileFilter) that combines both
  104. <a href="http://docs.oracle.com/javase/7/docs/api/java/io/FileFilter.html?is-external=true" title="class or interface in java.io"><code>FileFilter</code></a> and <a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilenameFilter.html?is-external=true" title="class or interface in java.io"><code>FilenameFilter</code></a>.</div>
  105. </td>
  106. </tr>
  107. <tr class="rowColor">
  108. <td class="colFirst"><a href="#org.apache.commons.io.input">org.apache.commons.io.input</a></td>
  109. <td class="colLast">
  110. <div class="block">
  111. This package provides implementations of input classes, such as
  112. <code>InputStream</code> and <code>Reader</code>.</div>
  113. </td>
  114. </tr>
  115. <tr class="altColor">
  116. <td class="colFirst"><a href="#org.apache.commons.io.monitor">org.apache.commons.io.monitor</a></td>
  117. <td class="colLast">
  118. <div class="block">
  119. This package provides a component for monitoring file system events
  120. (directory and file create, update and delete events).</div>
  121. </td>
  122. </tr>
  123. </tbody>
  124. </table>
  125. </li>
  126. <li class="blockList"><a name="org.apache.commons.io">
  127. <!-- -->
  128. </a>
  129. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  130. <caption><span>Classes in <a href="../../../../org/apache/commons/io/package-summary.html">org.apache.commons.io</a> used by <a href="../../../../org/apache/commons/io/package-summary.html">org.apache.commons.io</a></span><span class="tabEnd">&nbsp;</span></caption>
  131. <tr>
  132. <th class="colOne" scope="col">Class and Description</th>
  133. </tr>
  134. <tbody>
  135. <tr class="altColor">
  136. <td class="colOne"><a href="../../../../org/apache/commons/io/class-use/ByteOrderMark.html#org.apache.commons.io">ByteOrderMark</a>
  137. <div class="block">Byte Order Mark (BOM) representation - see <a href="../../../../org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input"><code>BOMInputStream</code></a>.</div>
  138. </td>
  139. </tr>
  140. <tr class="rowColor">
  141. <td class="colOne"><a href="../../../../org/apache/commons/io/class-use/DirectoryWalker.CancelException.html#org.apache.commons.io">DirectoryWalker.CancelException</a>
  142. <div class="block">CancelException is thrown in DirectoryWalker to cancel the current
  143. processing.</div>
  144. </td>
  145. </tr>
  146. <tr class="altColor">
  147. <td class="colOne"><a href="../../../../org/apache/commons/io/class-use/FileCleaningTracker.html#org.apache.commons.io">FileCleaningTracker</a>
  148. <div class="block">Keeps track of files awaiting deletion, and deletes them when an associated
  149. marker object is reclaimed by the garbage collector.</div>
  150. </td>
  151. </tr>
  152. <tr class="rowColor">
  153. <td class="colOne"><a href="../../../../org/apache/commons/io/class-use/FileDeleteStrategy.html#org.apache.commons.io">FileDeleteStrategy</a>
  154. <div class="block">Strategy for deleting files.</div>
  155. </td>
  156. </tr>
  157. <tr class="altColor">
  158. <td class="colOne"><a href="../../../../org/apache/commons/io/class-use/IOCase.html#org.apache.commons.io">IOCase</a>
  159. <div class="block">Enumeration of IO case sensitivity.</div>
  160. </td>
  161. </tr>
  162. <tr class="rowColor">
  163. <td class="colOne"><a href="../../../../org/apache/commons/io/class-use/IOExceptionWithCause.html#org.apache.commons.io">IOExceptionWithCause</a>
  164. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
  165. <div class="block"><span class="deprecationComment">(since 2.5) use <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> instead</span></div>
  166. </div>
  167. </td>
  168. </tr>
  169. <tr class="altColor">
  170. <td class="colOne"><a href="../../../../org/apache/commons/io/class-use/LineIterator.html#org.apache.commons.io">LineIterator</a>
  171. <div class="block">An Iterator over the lines in a <code>Reader</code>.</div>
  172. </td>
  173. </tr>
  174. </tbody>
  175. </table>
  176. </li>
  177. <li class="blockList"><a name="org.apache.commons.io.comparator">
  178. <!-- -->
  179. </a>
  180. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  181. <caption><span>Classes in <a href="../../../../org/apache/commons/io/package-summary.html">org.apache.commons.io</a> used by <a href="../../../../org/apache/commons/io/comparator/package-summary.html">org.apache.commons.io.comparator</a></span><span class="tabEnd">&nbsp;</span></caption>
  182. <tr>
  183. <th class="colOne" scope="col">Class and Description</th>
  184. </tr>
  185. <tbody>
  186. <tr class="altColor">
  187. <td class="colOne"><a href="../../../../org/apache/commons/io/class-use/IOCase.html#org.apache.commons.io.comparator">IOCase</a>
  188. <div class="block">Enumeration of IO case sensitivity.</div>
  189. </td>
  190. </tr>
  191. </tbody>
  192. </table>
  193. </li>
  194. <li class="blockList"><a name="org.apache.commons.io.filefilter">
  195. <!-- -->
  196. </a>
  197. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  198. <caption><span>Classes in <a href="../../../../org/apache/commons/io/package-summary.html">org.apache.commons.io</a> used by <a href="../../../../org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></span><span class="tabEnd">&nbsp;</span></caption>
  199. <tr>
  200. <th class="colOne" scope="col">Class and Description</th>
  201. </tr>
  202. <tbody>
  203. <tr class="altColor">
  204. <td class="colOne"><a href="../../../../org/apache/commons/io/class-use/IOCase.html#org.apache.commons.io.filefilter">IOCase</a>
  205. <div class="block">Enumeration of IO case sensitivity.</div>
  206. </td>
  207. </tr>
  208. </tbody>
  209. </table>
  210. </li>
  211. <li class="blockList"><a name="org.apache.commons.io.input">
  212. <!-- -->
  213. </a>
  214. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  215. <caption><span>Classes in <a href="../../../../org/apache/commons/io/package-summary.html">org.apache.commons.io</a> used by <a href="../../../../org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></span><span class="tabEnd">&nbsp;</span></caption>
  216. <tr>
  217. <th class="colOne" scope="col">Class and Description</th>
  218. </tr>
  219. <tbody>
  220. <tr class="altColor">
  221. <td class="colOne"><a href="../../../../org/apache/commons/io/class-use/ByteOrderMark.html#org.apache.commons.io.input">ByteOrderMark</a>
  222. <div class="block">Byte Order Mark (BOM) representation - see <a href="../../../../org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input"><code>BOMInputStream</code></a>.</div>
  223. </td>
  224. </tr>
  225. </tbody>
  226. </table>
  227. </li>
  228. <li class="blockList"><a name="org.apache.commons.io.monitor">
  229. <!-- -->
  230. </a>
  231. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  232. <caption><span>Classes in <a href="../../../../org/apache/commons/io/package-summary.html">org.apache.commons.io</a> used by <a href="../../../../org/apache/commons/io/monitor/package-summary.html">org.apache.commons.io.monitor</a></span><span class="tabEnd">&nbsp;</span></caption>
  233. <tr>
  234. <th class="colOne" scope="col">Class and Description</th>
  235. </tr>
  236. <tbody>
  237. <tr class="altColor">
  238. <td class="colOne"><a href="../../../../org/apache/commons/io/class-use/IOCase.html#org.apache.commons.io.monitor">IOCase</a>
  239. <div class="block">Enumeration of IO case sensitivity.</div>
  240. </td>
  241. </tr>
  242. </tbody>
  243. </table>
  244. </li>
  245. </ul>
  246. </div>
  247. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  248. <div class="bottomNav"><a name="navbar.bottom">
  249. <!-- -->
  250. </a>
  251. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  252. <a name="navbar.bottom.firstrow">
  253. <!-- -->
  254. </a>
  255. <ul class="navList" title="Navigation">
  256. <li><a href="../../../../overview-summary.html">Overview</a></li>
  257. <li><a href="package-summary.html">Package</a></li>
  258. <li>Class</li>
  259. <li class="navBarCell1Rev">Use</li>
  260. <li><a href="package-tree.html">Tree</a></li>
  261. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  262. <li><a href="../../../../index-all.html">Index</a></li>
  263. <li><a href="../../../../help-doc.html">Help</a></li>
  264. </ul>
  265. </div>
  266. <div class="subNav">
  267. <ul class="navList">
  268. <li>Prev</li>
  269. <li>Next</li>
  270. </ul>
  271. <ul class="navList">
  272. <li><a href="../../../../index.html?org/apache/commons/io/package-use.html" target="_top">Frames</a></li>
  273. <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li>
  274. </ul>
  275. <ul class="navList" id="allclasses_navbar_bottom">
  276. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  277. </ul>
  278. <div>
  279. <script type="text/javascript"><!--
  280. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  281. if(window==top) {
  282. allClassesLink.style.display = "block";
  283. }
  284. else {
  285. allClassesLink.style.display = "none";
  286. }
  287. //-->
  288. </script>
  289. </div>
  290. <a name="skip.navbar.bottom">
  291. <!-- -->
  292. </a></div>
  293. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  294. <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>
  295. </body>
  296. </html>