|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <sys/types.h>#include <cstdio>#include <unistd.h>#include <sstream>#include <iomanip>#include <iostream>#include "PPTStreamBuf.h"#include "BESDebug.h"
Go to the source code of this file.
Variables | |
| const char * | eod_marker = "0000000d" |
| const size_t | eod_marker_len = 8 |
| const char* eod_marker = "0000000d" |
Definition at line 49 of file PPTStreamBuf.cc.
Referenced by PPTStreamBuf::finish().
| const size_t eod_marker_len = 8 |
Definition at line 50 of file PPTStreamBuf.cc.
Referenced by PPTStreamBuf::finish().