#include <iomanip>
#include <istream>
#include <ostream>
#include "zfstream.h"
#include <cstring>
#include <cstdio>
Go to the source code of this file.
Macros | |
#define | BIGBUFSIZE (256 * 1024 + STASHED_CHARACTERS) |
#define | SMALLBUFSIZE 1 |
#define | STASHED_CHARACTERS 16 |
#define BIGBUFSIZE (256 * 1024 + STASHED_CHARACTERS) |
Definition at line 55 of file zfstream.cc.
#define SMALLBUFSIZE 1 |
Definition at line 56 of file zfstream.cc.
#define STASHED_CHARACTERS 16 |
Definition at line 54 of file zfstream.cc.