File tree Expand file tree Collapse file tree
src/java/org/apache/commons/io Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010< br >
1111 < a name ="doc.Description "> </ a >
1212< div align ="center "> < a href ="#doc.Intro "> [Introduction]</ a >
13- < a href ="#doc.FilenameFilters "> [FilenameFilters]</ a > < a
14- href ="#doc.IOUtils "> [IO Utilities]</ a > < a href ="#doc.FileUtil "> [File
13+ < a href ="#doc.IOUtils "> [IO Utilities]</ a > < a href ="#doc.FileUtil "> [File
1514Utilities]</ a > < a href ="#doc.Endian "> [Endian Utilities]</ a > </ div >
1615 < a name ="doc.Intro "> </ a >
1716< h2 > Introduction</ h2 >
1817
1918< p > The < code > org.apache.commons.io</ code > package contains utility code for
20- file- and stream-based IO operation. There are three main types of class:
19+ file- and stream-based IO operation.
2120 </ p >
22- < a name ="doc.FilenameFilters "> </ a >
23- < h2 > FilenameFilters</ h2 >
24-
25- < p > This package defines an interface (IOFileFilter) that combines both
26- {@link java.io.FileFilter} and {@link java.io.FilenameFilter}. Besides
27- that the package offers a series of ready-to-use implementations of the
28- IOFileFilter interface including implementation that allow you to combine
29- other such filters.</ p >
30- < p > These filter can be used to list files or in {@link java.awt.FileDialog},
31- for example.</ p >
3221
3322
3423 < a name ="doc.IOUtils "> </ a >
You can’t perform that action at this time.
0 commit comments