#include <iomanip>#include <istream>#include <ostream>#include "gzfstream.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 gzfstream.cc.
| #define SMALLBUFSIZE 1 |
Definition at line 56 of file gzfstream.cc.
| #define STASHED_CHARACTERS 16 |
Definition at line 54 of file gzfstream.cc.