|
10 | 10 | <br> |
11 | 11 | <a name="doc.Description"></a> |
12 | 12 | <div align="center"> <a href="#doc.Intro">[Introduction]</a> |
13 | | -<a href="#doc.IOUtils">[IO Utilities]</a> <a href="#doc.FileUtil">[File |
| 13 | +<a href="#doc.IOUtils">[IO Utilities]</a> <a href="#doc.FileUtils">[File |
14 | 14 | Utilities]</a> <a href="#doc.Endian">[Endian Utilities]</a> </div> |
15 | 15 | <a name="doc.Intro"></a> |
16 | 16 | <h2>Introduction</h2> |
@@ -77,14 +77,14 @@ <h2>The <a href="IOUtils.html">org.apache.commons.io.IOUtils</a> class</h2> |
77 | 77 | In IOUtils, each kind of copy method has a variant which allows the buffer |
78 | 78 | size to be set. For methods that convert bytes to chars, the encoding |
79 | 79 | method may also be set.</p> |
80 | | - <a name="doc.FileUtil"></a> |
81 | | -<h2>The <a href="FileUtil.html">org.apache.commons.io.FileUtil</a> class</h2> |
| 80 | + <a name="doc.FileUtils"></a> |
| 81 | +<h2>The <a href="FileUtils.html">org.apache.commons.io.FileUtils</a> class</h2> |
82 | 82 |
|
83 | | -<p>The <a href="FileUtil.html">FileUtil</a> class contains methods for |
| 83 | +<p>The <a href="FileUtils.html">FileUtils</a> class contains methods for |
84 | 84 | retrieving different components of a file path (directory name, file base |
85 | 85 | name, file extension), methods for copying Files to other files and directories, |
86 | 86 | and methods for deleting and cleaning directories. For more information, |
87 | | -see the <a href="FileUtil.html">class description</a> </p> |
| 87 | +see the <a href="FileUtils.html">class description</a> </p> |
88 | 88 | <a name="doc.Endian"></a> |
89 | 89 | <h2>The Endian classes</h2> |
90 | 90 |
|
|
0 commit comments