|
Class Summary |
| FlexXFile |
This subclass of XFile overwrites some methods which otherwise will fail if:
- The protocol used is a NFS URL and the path specified is mounted from another server
OR
- The path contains some escape codes and special characters that must be preserved. |
| FlexXRandomAccessFile |
This subclass of XRandomAccessFile overwrites the constructors which otherwise will fail if:
- The protocol used is a NFS URL and the path specified is mounted from another server
OR
- The path contains some escape codes and special characters that must be preserved. |
| XFileAccessorFactory |
XFileAccessor verifies that a file can be reached. |
| XFileCopy |
XFileCopy provides three methods for copying files. |
| XFileDelete |
XFileDelete has the capability to delete files and directories both local and remote. |
| XFileMove |
XFileMove contain two methods for moving files in a local or remote file system. |
| XFilenameFilter |
|