|
Class Summary |
| WebNfsBufferedInputStream |
This subclass of XFileInputStream 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. |
| WebNfsBufferedOutputStream |
This subclass of XFileOutputStream 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. |
| WebNfsBufferedReader |
This subclass of XFileReader 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. |
| WebNfsBufferedWriter |
This subclass of XFileWriter 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. |
| WebNfsCopy |
WebNfsCopy uses WebNFS to copy files from one filesystem to another
This Class assumes that all paths will be preceded by nfs:// if on another
filesystem. |
| WebNfsDelete |
WebNfsDelete uses WebNFS to delete files from the filesystem
This Class assumes that all paths will be preceded by nfs:// if on another
filesystem. |
| WebNfsFile |
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. |
| WebNfsMove |
WebNfsMove uses WebNFS to copy files from one filesystem to another; then it
deletes the original file. |