com.sun.nfs
Class Fattr

java.lang.Object
  extended by com.sun.nfs.Fattr

public abstract class Fattr
extends java.lang.Object

NFS file attributes This is essentially a container class that holds the attributes, but it also has methods to encode and decode the attributes in an Xdr buffer. Note that the time at which the attributes were retrieved is automatically updated and the cache time varies according to the frequency of file modification. There are two subclasses: Fattr2 for NFS v2 attributes and Fattr3 for v3.

Author:
Brent Callaghan
See Also:
Nfs, Fattr2, Fattr3

Constructor Summary
Fattr()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fattr

public Fattr()