NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/objects/GBenchFeedbackRequest.hpp>
#include <util/compress/zlib.hpp>
#include <util/compress/stream.hpp>
#include <connect/ncbi_conn_stream.hpp>
#include <objects/general/Date.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
static void | s_Decompress (const vector< char > &data, string &str) |
static void | s_Compress (CNcbiIstream &istr, vector< char > &data) |
|
static |
Definition at line 83 of file GBenchFeedbackRequest.cpp.
References buf, CT_POS_TYPE, data, ICompression::eLevel_Best, CZipCompression::fWriteGZipFormat, and proc.
Referenced by CGBenchFeedbackRequest::EncodeApp_log(), CGBenchFeedbackRequest::EncodeDesc(), and CGBenchFeedbackRequest::EncodeSys_config().
Definition at line 68 of file GBenchFeedbackRequest.cpp.
References buf, data, CZipCompression::fCheckFileHeader, proc, and str().
Referenced by CGBenchFeedbackRequest::DecodeApp_log(), CGBenchFeedbackRequest::DecodeDesc(), and CGBenchFeedbackRequest::DecodeSys_config().