Class Summary |
AndFileFilter |
A file filter that accpets files that are accepted by two file filters. |
ASCIIInputStream |
Takes a reader and converts it to an input stream which reads in ASCII characters. |
ExistsFileFilter |
A file filter which will only accept files that exist which are also accepted by another filter. |
FileFilters |
A colleaction of useful file filters. |
FilesFileFilter |
A file filter which will only accept files which are also accepted by another filter. |
NotFileFilter |
A file filter that accepts files that aren't accepted by a specified file filter and vice versa. |
OrFileFilter |
A file filter that accpets files that are accepted by two file filters. |
PatternBasedFileFilter |
A FileFilter that filters files that match a list of patterns. |
UnixFilePermissions |
Defines the permissions for a Unix file. |
UnixFileSupport |
Provides a means for getting and setting UNIX file permissions for a file. |