Exemple #1
0
 public ValueRecords(string filename)
 {
     TextFilename = GetFilePaths(filename, out string indexFilePath);
     _indices     = new IndexKeys <K>(indexFilePath);
     _fs          = new FileStream(TextFilename, FileMode.OpenOrCreate);
 }