#include <zlib.h>
#include <cstring>
#include <cerrno>
#include <sstream>
#include "BESUncompressGZ.h"
#include "BESInternalError.h"
#include "BESDebug.h"
Include dependency graph for BESUncompressGZ.cc:
Go to the source code of this file.
Defines | |
#define | CHUNK 4096 |
#define CHUNK 4096 |
Definition at line 45 of file BESUncompressGZ.cc.