|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtux.UFile.s_stat
public static class UFile.s_stat
Java version of C struct stat.
Click here for Posix/SUS C API.
Field Summary | |
---|---|
long |
st_atime
|
int |
st_blksize
|
long |
st_blocks
|
long |
st_ctime
|
int |
st_dev
|
long |
st_gid
|
int |
st_ino
|
int |
st_mode
|
long |
st_mtime
|
int |
st_nlink
|
int |
st_rdev
|
long |
st_size
|
long |
st_uid
|
Constructor Summary | |
---|---|
UFile.s_stat()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int st_dev
public int st_ino
public int st_mode
public int st_nlink
public long st_uid
public long st_gid
public int st_rdev
public long st_size
public long st_atime
public long st_mtime
public long st_ctime
public int st_blksize
public long st_blocks
Constructor Detail |
---|
public UFile.s_stat()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |