Package org.webappos.fs
Class IFileSystem.AllocationInfo
- java.lang.Object
-
- org.webappos.fs.IFileSystem.AllocationInfo
-
- Enclosing interface:
- IFileSystem
public static class IFileSystem.AllocationInfo extends java.lang.Object
Stores space usage info. Used byIFileSystem.getAllocationInfo()
.
-
-
Field Summary
Fields Modifier and Type Field Description long
totalSpace
long
usedSpace
-
Constructor Summary
Constructors Constructor Description AllocationInfo()
-