#include <IOManagerArchive.h>
Inheritance diagram for Sct::Archive::IOManagerArchive:
Public Member Functions | |
IOManagerArchive () throw () | |
constructor sets default compression level | |
virtual | ~IOManagerArchive () |
void | setCompressionLevel (int level) |
set the gzip compression level in the range 0->9 | |
int | getCompressionLevel () const |
get the gzip compression level | |
virtual std::string | status () const =0 |
return status string | |
Protected Attributes | |
int | m_compression_level |
gzip compression level 1->9 | |
Static Protected Attributes | |
static int | s_default_compression_level |
default gzip level 1->9; |
Definition at line 9 of file IOManagerArchive.h.
|
constructor sets default compression level
Definition at line 8 of file IOManagerArchive.cpp. References s_default_compression_level, and setCompressionLevel(). Here is the call graph for this function: ![]() |
|
get the gzip compression level
Definition at line 21 of file IOManagerArchive.cpp. References m_compression_level. |
|
set the gzip compression level in the range 0->9
Definition at line 14 of file IOManagerArchive.cpp. References Sct::Archive::IOManagerStreamerVersioned::getMutex(), and m_compression_level. Referenced by IOManagerArchive(). Here is the call graph for this function: ![]() |
|
return status string
Implemented in SctArchiving::IOManagerDB, and Sct::Archive::IOManagerArchiveFile. |
|
gzip compression level 1->9
Definition at line 21 of file IOManagerArchive.h. Referenced by getCompressionLevel(), and setCompressionLevel(). |
|
default gzip level 1->9;
Definition at line 22 of file IOManagerArchive.h. Referenced by IOManagerArchive(). |