Storage

Undocumented in source.

Members

Functions

Lookup
string Lookup(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
SetValue
void SetValue(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
getFileContent
byte[] getFileContent(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
getSnapData
string getSnapData()
Undocumented in source. Be warned that the author may not have intended to support it.
load
bool load(string snapPath, string entryPath, string hsPath, Snapshot* snap, HardState hs, Entry[] entries)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(HardState hs, Entry[] entries)
Undocumented in source. Be warned that the author may not have intended to support it.
saveFileContent
void saveFileContent(string filename, byte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
saveSnap
void saveSnap(Snapshot shot)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From DataStorage

saveSnap
void saveSnap(Snapshot shot)
Undocumented in source.
getSnapData
string getSnapData()
Undocumented in source.
save
void save(HardState hs, Entry[] entries)
Undocumented in source.

Meta