com.sun.nfs
Class Nfs2
This class contains the methods specific to
NFS version 2.
- Brent Callaghan
- Ricardo Labiaga
Nfs2(Rpc rpc, byte[] fh, String name, com.sun.nfs.Fattr2 attr)- Construct a new NFS version 2 object (file or directory)
|
Nfs2
public Nfs2(Rpc rpc,
byte[] fh,
String name,
com.sun.nfs.Fattr2 attr) Construct a new NFS version 2 object (file or directory)
rpc - Rpc object for the serverfh - File handle for the objectname - Name of the file/dirattr - File attributes for the object
lookupSec
public String lookupSec()
throws IOException