@@ -27,63 +27,63 @@ limitations under the License.
2727 Apache Commons IO is a library of utilities to assist with developing IO functionality.
2828 </p >
2929 <p >
30- There are six main areas included :
30+ Main areas include :
3131 </p >
3232 <ul >
3333 <li >
34- <a href =" apidocs/index.html? org/apache/commons/io/package-summary.html" >io</a >
34+ <a href =" apidocs/org/apache/commons/io/package-summary.html" >io</a >
3535 - This package defines utility classes for working with streams, readers, writers and files.
3636 </li >
3737 <li >
38- <a href =" apidocs/index.html? org/apache/commons/io/build/package-summary.html" >build</a >
38+ <a href =" apidocs/org/apache/commons/io/build/package-summary.html" >build</a >
3939 - This package provides classes to implement IO builders.
4040 </li >
4141 <li >
42- <a href =" apidocs/index.html? org/apache/commons/io/charset/package-summary.html" >charset</a >
42+ <a href =" apidocs/org/apache/commons/io/charset/package-summary.html" >charset</a >
4343 - This package provides classes to work with code from <code >java.nio.charset</code >.
4444 </li >
4545 <li >
46- <a href =" apidocs/index.html? org/apache/commons/io/comparator/package-summary.html" >comparator</a >
46+ <a href =" apidocs/org/apache/commons/io/comparator/package-summary.html" >comparator</a >
4747 - This package provides various Comparator implementations for Files and Paths.
4848 </li >
4949 <li >
50- <a href =" apidocs/index.html? org/apache/commons/io/file/package-summary.html" >file</a >
50+ <a href =" apidocs/org/apache/commons/io/file/package-summary.html" >file</a >
5151 - This package provides extensions in the realm of java.nio.file.
5252 </li >
5353 <li >
54- <a href =" apidocs/index.html? org/apache/commons/io/file/attribute/package-summary.html" >file.attribute</a >
54+ <a href =" apidocs/org/apache/commons/io/file/attribute/package-summary.html" >file.attribute</a >
5555 - This package provides help using <code >java.nio.file.attribute</code > types.
5656 </li >
5757 <li >
58- <a href =" apidocs/index.html? org/apache/commons/io/file/spi/package-summary.html" >file SPI</a >
58+ <a href =" apidocs/org/apache/commons/io/file/spi/package-summary.html" >file SPI</a >
5959 - This package provides extensions in the realm of <code >java.nio.file.spi</code >.
6060 </li >
6161 <li >
62- <a href =" apidocs/index.html? org/apache/commons/io/filefilter/package-summary.html" >filefilter</a >
62+ <a href =" apidocs/org/apache/commons/io/filefilter/package-summary.html" >filefilter</a >
6363 - This package defines an interface (IOFileFilter) that combines both FileFilter and FilenameFilter.
6464 </li >
6565 <li >
66- <a href =" apidocs/index.html? org/apache/commons/io/function/package-summary.html" >function</a >
66+ <a href =" apidocs/org/apache/commons/io/function/package-summary.html" >function</a >
6767 - This package defines IO-only related functional interfaces for lambda expressions and method references.
6868 </li >
6969 <li >
70- <a href =" apidocs/index.html? org/apache/commons/io/input/package-summary.html" >input</a >
70+ <a href =" apidocs/org/apache/commons/io/input/package-summary.html" >input</a >
7171 - This package provides implementations of input classes, such as InputStream and Reader.
7272 </li >
7373 <li >
74- <a href =" apidocs/index.html? org/apache/commons/io/input/buffer/package-summary.html" >input.buffer</a >
74+ <a href =" apidocs/org/apache/commons/io/input/buffer/package-summary.html" >input.buffer</a >
7575 - This package provides implementations of buffered input classes, such as CircularBufferInputStream and PeekableInputStream.
7676 </li >
7777 <li >
78- <a href =" apidocs/index.html? org/apache/commons/io/monitor/package-summary.html" >monitor</a >
78+ <a href =" apidocs/org/apache/commons/io/monitor/package-summary.html" >monitor</a >
7979 - This package provides a component for monitoring file system events (directory and file create, update and delete events).
8080 </li >
8181 <li >
82- <a href =" apidocs/index.html? org/apache/commons/io/output/package-summary.html" >output</a >
82+ <a href =" apidocs/org/apache/commons/io/output/package-summary.html" >output</a >
8383 - This package provides implementations of output classes, such as OutputStream and Writer.
8484 </li >
8585 <li >
86- <a href =" apidocs/index.html? org/apache/commons/io/serialization/package-summary.html" >serialization</a >
86+ <a href =" apidocs/org/apache/commons/io/serialization/package-summary.html" >serialization</a >
8787 - This package provides a framework for controlling the deserialization of classes.
8888 </li >
8989 </ul >
0 commit comments