Package org.deepsymmetry.cratedigger.rpc
Class FAttr
- java.lang.Object
-
- org.deepsymmetry.cratedigger.rpc.FAttr
-
- All Implemented Interfaces:
org.acplt.oncrpc.XdrAble
public class FAttr extends Object implements org.acplt.oncrpc.XdrAble
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidxdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr)voidxdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr)
-
-
-
Field Detail
-
type
public int type
-
mode
public int mode
-
nlink
public int nlink
-
uid
public int uid
-
gid
public int gid
-
size
public int size
-
blocksize
public int blocksize
-
rdev
public int rdev
-
blocks
public int blocks
-
fsid
public int fsid
-
fileid
public int fileid
-
atime
public TimeVal atime
-
mtime
public TimeVal mtime
-
ctime
public TimeVal ctime
-
-
Constructor Detail
-
FAttr
public FAttr()
-
FAttr
public FAttr(org.acplt.oncrpc.XdrDecodingStream xdr) throws org.acplt.oncrpc.OncRpcException, IOException- Throws:
org.acplt.oncrpc.OncRpcExceptionIOException
-
-
Method Detail
-
xdrEncode
public void xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr) throws org.acplt.oncrpc.OncRpcException, IOException- Specified by:
xdrEncodein interfaceorg.acplt.oncrpc.XdrAble- Throws:
org.acplt.oncrpc.OncRpcExceptionIOException
-
xdrDecode
public void xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr) throws org.acplt.oncrpc.OncRpcException, IOException- Specified by:
xdrDecodein interfaceorg.acplt.oncrpc.XdrAble- Throws:
org.acplt.oncrpc.OncRpcExceptionIOException
-
-