GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
gzfstream.cc File Reference
#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
 

Macro Definition Documentation

◆ BIGBUFSIZE

#define BIGBUFSIZE   (256 * 1024 + STASHED_CHARACTERS)

Definition at line 55 of file gzfstream.cc.

◆ SMALLBUFSIZE

#define SMALLBUFSIZE   1

Definition at line 56 of file gzfstream.cc.

◆ STASHED_CHARACTERS

#define STASHED_CHARACTERS   16

Definition at line 54 of file gzfstream.cc.