24#include <vrs/ForwardDefinitions.h>
25#include <vrs/VrsExport.h>
35namespace FileDetailsCache {
46 const string& cacheFile,
47 const set<StreamId>& streamIds,
48 const map<string, string>& fileTags,
49 const map<StreamId, StreamTags>& streamTags,
50 const vector<IndexRecord::RecordInfo>& recordIndex,
62 const string& cacheFile,
63 set<StreamId>& outStreamIds,
64 map<string, string>& outFileTags,
65 map<StreamId, StreamTags>& outStreamTags,
66 vector<IndexRecord::RecordInfo>& outRecordIndex,
67 bool& outFileHasIndex);
int write(const string &cacheFile, const set< StreamId > &streamIds, const map< string, string > &fileTags, const map< StreamId, StreamTags > &streamTags, const vector< IndexRecord::RecordInfo > &recordIndex, bool fileHasIndex)
Definition FileDetailsCache.cpp:225
int read(const string &cacheFile, set< StreamId > &outStreamIds, map< string, string > &outFileTags, map< StreamId, StreamTags > &outStreamTags, vector< IndexRecord::RecordInfo > &outRecordIndex, bool &outFileHasIndex)
Definition FileDetailsCache.cpp:266
Definition Compressor.cpp:113