Newer
Older
/*
* CZLIB.h
*
* Created on: Oct 17, 2016
* Author: wfg
*/
#ifndef CZLIB_H_
#define CZLIB_H_
#include <zlib.h>
namespace adios
{
class CZLIB : public CTransform
{
public:
/**
* @param variable
*/
CZLIB( const unsigned int compressionLevel, CVariable& variable );
~CZLIB( );