OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"
#include <cstring>
#include <cerrno>
#include <sstream>
#include "BESUncompressBZ2.h"
#include "BESInternalError.h"
#include "BESDebug.h"
Go to the source code of this file.
Defines | |
#define | CHUNK 4096 |
Functions | |
void | bz_internal_error (int errcode) |
#define CHUNK 4096 |
Definition at line 50 of file BESUncompressBZ2.cc.
Referenced by BESUncompressBZ2::uncompress().
void bz_internal_error | ( | int | errcode | ) |
Definition at line 53 of file BESUncompressBZ2.cc.