|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.biffle.cliff.pearl.StorageInfo
Provides details on a storage device within the Pearl device. In the current Pearl device implementations, getFileCount() and getHighestFID() always return zero. This information must be accessed in other ways.
| Constructor Summary | |
protected |
StorageInfo(int fileCount,
int highFID,
long totalSpace,
long availableSpace)
|
| Method Summary | |
long |
getAvailableSpace()
Returns the available space on the storage device, in bytes. |
int |
getFileCount()
Returns the number of files available on the storage device. |
int |
getHighestFID()
Returns the highest FID currently in use on the storage device. |
long |
getTotalSpace()
Returns the total space on the storage device, in bytes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected StorageInfo(int fileCount,
int highFID,
long totalSpace,
long availableSpace)
| Method Detail |
public int getFileCount()
public int getHighestFID()
public long getTotalSpace()
public long getAvailableSpace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||