Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
smaz.cpp File Reference
#include <string>
#include <sstream>
#include <string.h>
#include <fc/exception/exception.hpp>
Include dependency graph for smaz.cpp:

Go to the source code of this file.

Namespaces

namespace  fc
 namespace sysio::chain
 

Typedefs

typedef const char * fc::const_char_ptr
 

Functions

uint32_t fc::smaz_compress (const char *in, int inlen, char *out, int outlen)
 
void fc::smaz_decompress (const char *in, uint32_t inlen, std::stringstream &ss)
 
std::string fc::smaz_compress (const std::string &in)
 
std::string fc::smaz_decompress (const std::string &compressed)