#include <gzstream.h>
- Author
- mdejong
Definition at line 51 of file gzstream.h.
gzstreambuf::gzstreambuf |
( |
| ) |
|
|
inline |
Definition at line 72 of file gzstream.h.
static const int bufferSize
gzstreambuf::~gzstreambuf |
( |
| ) |
|
|
inline |
int gzstreambuf::flush_buffer |
( |
| ) |
|
|
inlineprivate |
Definition at line 62 of file gzstream.h.
65 int w = pptr() - pbase();
66 if ( gzwrite(
file, pbase(), w) != w)
int gzstreambuf::is_open |
( |
| ) |
const |
|
inline |
gzstreambuf* gzstreambuf::open |
( |
const char * |
name, |
|
|
int |
open_mode |
|
) |
| |
|
inline |
Definition at line 82 of file gzstream.h.
87 if ((
mode & std::ios::ate) || (
mode & std::ios::app)
91 char* fmodeptr = fmode;
92 if (
mode & std::ios::in)
94 else if (
mode & std::ios::out)
then echo Enter input within $TIMEOUT_S seconds echo n User name
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
virtual int gzstreambuf::underflow |
( |
| ) |
|
|
inlinevirtual |
Definition at line 118 of file gzstream.h.
119 if ( gptr() && ( gptr() < egptr()))
120 return *
reinterpret_cast<unsigned char *
>( gptr());
125 int n_putback = gptr() - eback();
128 memcpy(
buffer + (4 - n_putback), gptr() - n_putback, n_putback);
135 setg(
buffer + (4 - n_putback),
140 return *
reinterpret_cast<unsigned char *
>( gptr());
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
static const int bufferSize
virtual int gzstreambuf::overflow |
( |
int |
c = EOF | ) |
|
|
inlinevirtual |
Definition at line 143 of file gzstream.h.
$WORKDIR ev_configure_dqsimulator txt echo process $DQ_SIMULATOR $i $SOURCE_HOST[$index] csh c(setenv ROOTSYS $ROOTSYS &&source $JPP_DIR/setenv.csh $JPP_DIR &&($DQ_SIMULATOR\-u\$NAME\$\-H\$SERVER\$\-M\$LOGGER\$\-d $DEBUG</dev/null > &/dev/null &))'
virtual int gzstreambuf::sync |
( |
| ) |
|
|
inlinevirtual |
Definition at line 155 of file gzstream.h.
159 if ( pptr() && pptr() > pbase()) {
const int gzstreambuf::bufferSize = 47+256 |
|
staticprivate |
The documentation for this class was generated from the following file: