CMS 3D CMS Logo

Classes | Defines

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/GeneratorInterface/ReggeGribovPartonMCInterface/src/LzmaFile.h File Reference

#include "Types.h"
#include "7zFile.h"
#include "LzmaDec.h"
#include <string>
#include <queue>
#include "Alloc.h"
#include <sstream>
#include <iostream>

Go to the source code of this file.

Classes

struct  LzmaFile

Defines

#define IN_BUF_SIZE   (1 << 16)
#define OUT_BUF_SIZE   (1 << 16)

Define Documentation

#define IN_BUF_SIZE   (1 << 16)

Definition at line 24 of file LzmaFile.h.

Referenced by LzmaFile::DecodeAll(), and LzmaFile::DecodeBuffer().

#define OUT_BUF_SIZE   (1 << 16)

Definition at line 25 of file LzmaFile.h.

Referenced by LzmaFile::DecodeAll(), and LzmaFile::DecodeBuffer().