Package binaryFileStorage
Class BinaryStoreStatusFuncs
java.lang.Object
binaryFileStorage.BinaryStoreStatusFuncs
Set of functions used at restarts to determine the status of the binary store.
- Author:
 - dg50
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfindLastData(File aFile) Get the last data in a file.getStoreStatus(boolean getDetail)  
- 
Constructor Details
- 
BinaryStoreStatusFuncs
 
 - 
 - 
Method Details
- 
getStoreStatus
 - 
findLastData
Get the last data in a file. Hopefully this comes from the footer, but it might have to look at all data if the footer is absent or the index file missing.- Parameters:
 aFile-- Returns:
 
 
 -