#include <IOManagerArchive.h>
Inheritance diagram for Sct::Archive::IOManagerArchive:


Public Member Functions | |
| IOManagerArchive () throw () | |
| constructor sets default compression level | |
| 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 | |
| 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. |
|
|
get the gzip compression level
Definition at line 21 of file IOManagerArchive.cpp. References m_compression_level. Referenced by SctArchiving::IOManagerDB::prepareInsertion(), and Sct::Archive::IOManagerArchiveFile::write(). |
|
|
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. |
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 6 of file IOManagerArchive.cpp. |
1.3.5