#include "Alignment/Geners/interface/IOException.hh"
#include <cassert>
#include <cstring>
#include <fstream>
#include <sstream>
#include "Alignment/Geners/interface/CompressedIO.hh"
#include "Alignment/Geners/interface/Reference.hh"
#include "Alignment/Geners/interface/stringArchiveIO.hh"
Go to the source code of this file.
Namespaces | |
gs | |
Functions | |
StringArchive * | gs::loadStringArchiveFromArchive (AbsArchive &arch, const unsigned long long id) |
StringArchive * | gs::readCompressedStringArchive (const char *filename) |
StringArchive * | gs::readCompressedStringArchiveExt (const char *filename, const char *suffix) |
StringArchive * | gs::readStringArchive (const char *filename) |
static bool | suffix_matches (const char *filename, const char *suffix) |
bool | gs::writeCompressedStringArchive (const StringArchive &ar, const char *filename, const unsigned inCompressionMode, const int compressionLevel, const unsigned minSizeToCompress, const unsigned bufSize) |
bool | gs::writeCompressedStringArchiveExt (const StringArchive &ar, const char *filename, const char *suffix) |
bool | gs::writeStringArchive (const StringArchive &ar, const char *filename) |
|
static |
Definition at line 12 of file stringArchiveIO.cc.
References mps_fire::i.
Referenced by gs::readCompressedStringArchiveExt(), and gs::writeCompressedStringArchiveExt().