| 325 | } |
| 326 | |
| 327 | TBlob TBlob::FromFileContentSingleThreaded(const TString& path) { |
| 328 | TFile file(path, RdOnly); |
| 329 | return ConstructFromFileContent<TSimpleCounter>(file, 0, file.GetLength()); |
| 330 | } |
| 331 | |
| 332 | TBlob TBlob::FromFileContent(const TString& path) { |
| 333 | TFile file(path, RdOnly); |