The members of statvfs are typically all unsigned long in size. However
java_statvfs() loads the members of FuseStatfsSetter as integers (ints) and
the fields "bsize", "blocks", "blocksFree", "blocksAvail", "files" and
"filesFree" are also integers. This is an issue for me as the software I'm
working on is likely to mount large volumes with a small block size.
Nobody/Anonymous
None
None
Public
|
Date: 2009-10-20 18:07 "int" in Java is 32-bits, which is usually the same size as "unsigned long" |