Method | Description | |
---|---|---|
DataService ( PageService pager ) : System | ||
GetBlock ( LiteDB blockAddress ) : |
Get a data block from a DataPage using address
|
|
Read ( LiteDB blockAddress ) : byte[] |
Read all data from datafile using a pageID as reference. If data is not in DataPage, read from ExtendPage.
|
|
ReadExtendData ( uint extendPageID ) : byte[] |
Read all data from a extended page with all subsequences pages if exits
|
public DataService ( PageService pager ) : System | ||
pager | PageService | |
return | System |
public GetBlock ( LiteDB blockAddress ) : |
||
blockAddress | LiteDB | |
return |
public ReadExtendData ( uint extendPageID ) : byte[] | ||
extendPageID | uint | |
return | byte[] |