#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include "config.h"
#include <sstream>
#include "BESUncompressBZ2.h"
#include "BESContainerStorageException.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 51 of file BESUncompressBZ2.cc.
Referenced by BESUncompressGZ::uncompress(), and BESUncompressBZ2::uncompress().
void bz_internal_error | ( | int | errcode | ) |
Definition at line 54 of file BESUncompressBZ2.cc.