utd_util/uts_io_compression.cpp File Reference

#include <set>
#include <string>
#include <boost/filesystem.hpp>
#include "uth_intf.h"
#include "uth_system.h"
#include "uth_io_compression.h"
#include "miniz.h"
#include "uth_log.h"
Include dependency graph for uts_io_compression.cpp:

Defines

#define MINIZ_NO_ZLIB_COMPATIBLE_NAMES

Functions

void utr_io_remove_file (const std::string &filename)
void utr_io_remove_tmp_files ()
int utr_io_decompress_file (const char *Work_dir, const char *Filename, char *Decompressed_filename)
 This functions tries to find compressed file and decompress it, in given directory.
int utr_io_compress_file (const char *Work_dir, const char *Filename)
 This functions tires to find given file and compress it, saving compressed file under the same name, but with ".zip" postfix (e.g. "field0.dmp" will become "field0.dmp.zip").

Variables

std::set< std::string > utv_io_tmp_files

Define Documentation

#define MINIZ_NO_ZLIB_COMPATIBLE_NAMES

Function Documentation

void utr_io_remove_file ( const std::string &  filename  ) 

Here is the caller graph for this function:

void utr_io_remove_tmp_files (  ) 

Here is the call graph for this function:


Variable Documentation

std::set<std::string> utv_io_tmp_files
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1