|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtux.UFile.s_statvfs
public static class UFile.s_statvfs
Java version of C struct statvfs.
Click here for Posix/SUS C API.
Field Summary | |
---|---|
long |
f_bavail
|
long |
f_bfree
|
long |
f_blocks
|
long |
f_bsize
|
long |
f_favail
|
long |
f_ffree
|
long |
f_files
|
long |
f_flag
|
long |
f_frsize
|
long |
f_fsid
|
long |
f_namemax
|
Constructor Summary | |
---|---|
UFile.s_statvfs()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long f_bsize
public long f_frsize
public long f_blocks
public long f_bfree
public long f_bavail
public long f_files
public long f_ffree
public long f_favail
public long f_fsid
public long f_flag
public long f_namemax
Constructor Detail |
---|
public UFile.s_statvfs()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |