/// <summary> /// Reads the status of the last odb close /// </summary> private void ReadLastOdbCloseStatus() { //TODO: we are reading lastOdbClose, but not using them, is that needed? _fsi.SetReadPosition(StorageEngineConstant.DatabaseHeaderLastCloseStatusPosition); _fsi.ReadBoolean(); // last odb status }