All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----org.jos.fs.FSBranchInfo
If the free space calculation is very costly, FSBranchInfo can be subclassed and getFreeSpace() replaced (that's why getFreeSpace() is not final, unlike the other methods).
public static final int FREESPACE_UNKNOWN
public FSBranchInfo(int casePolicy,
long freeSpace)
public final int getCasePolicy()
public long getFreeSpace()
All Packages Class Hierarchy This Package Previous Next Index