FARGOS/VISTA Object Management Environment Core
..
|
#include <sys/types.h>
#include <netinet/in.h>
#include <unistd.h>
#include <fcntl.h>
#include <time.h>
#include <zlib.h>
#include <OMEtype.h>
#include <utils/logging/logging_api.hpp>
Macros | |
#define | THIS_COMPONENT io |
Functions | |
OMEstring * | OMEcompressString (const OMEstring &data) |
Compress a string. More... | |
OMEstring * | OMEuncompressString (const OMEstring &data) |
Uncompress a previously compressed string. More... | |
OMEstring * | OMEgzipString (const OMEstring &data) |
Compress a string into RFC 1952 format. More... | |
OMEstring * | OMEgunzipString (const OMEstring &data) |
Uncompress a string in RFC 1592 format. More... | |
#define THIS_COMPONENT io |
![]() | Generated: Fri Jul 31 2020 18:19:15
Support Information |