1 #ifndef CondFormats_MultiFileBlob_h
2 #define CondFormats_MultiFileBlob_h
13 typedef std::pair<unsigned char const*, unsigned char const*>
Range;
50 std::vector<unsigned char>
blob;
51 typedef std::map<std::string, unsigned long long>
Positions;
void write(const std::string &name, std::ostream &os) const
write to ostream
std::pair< unsigned char const *, unsigned char const * > Range
std::vector< unsigned char > blob
void finalized(bool compress)
void read(const std::string &name, std::istream &is)
read from real file give it name name
unsigned long long fullSize() const
unsigned long long size(const std::string &name) const
bool isCompressed() const
std::map< std::string, unsigned long long > Positions
#define COND_SERIALIZABLE
Range rawBlob(const std::string &name) const