|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.redhat.et.libguestfs.Stat
public class Stat
Stat structure.
GuestFS
Field Summary | |
---|---|
long |
atime
|
long |
blksize
|
long |
blocks
|
long |
ctime
|
long |
dev
|
long |
gid
|
long |
ino
|
long |
mode
|
long |
mtime
|
long |
nlink
|
long |
rdev
|
long |
size
|
long |
uid
|
Constructor Summary | |
---|---|
Stat()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long dev
public long ino
public long mode
public long nlink
public long uid
public long gid
public long rdev
public long size
public long blksize
public long blocks
public long atime
public long mtime
public long ctime
Constructor Detail |
---|
public Stat()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |