| Interface | Description |
|---|---|
| NfsFile<N extends Nfs<?>,F extends NfsFile<N,F>> |
This interface is the NFS client equivalent of
java.io.File. |
| NfsFileFilter |
This interface is the NFS client equivalent of
java.io.FileFilter. |
| NfsFilenameFilter |
This interface is the NFS client equivalent of
java.io.FilenameFilter. |
| Class | Description |
|---|---|
| LinkTracker<N extends Nfs<?>,F extends NfsFile<N,F>> |
This class tracks the process of resolving a symbolic link all the way to a
concrete file.
|
| Nfs3File |
Nfs3 specialization of NfsFile.
|
| NfsFileBase<N extends Nfs<F>,F extends NfsFile<N,F>> |
Basic implementation of NfsFile.
|
| NfsFileInputStream |
The NFS equivalent of
java.io.FileInputStream. |
| NfsFileOutputStream |
The NFS equivalent of
java.io.FileOutputStream. |