OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <PPTStreamBuf.h>
Public Member Functions | |
void | finish () |
unsigned int | how_many () |
void | open (int fd, unsigned bufsize=1) |
int | overflow (int c) |
PPTStreamBuf (int fd, unsigned bufsize=1) | |
int | sync () |
virtual | ~PPTStreamBuf () |
Definition at line 38 of file PPTStreamBuf.h.
PPTStreamBuf::PPTStreamBuf | ( | int | fd, |
unsigned | bufsize = 1 |
||
) |
Definition at line 52 of file PPTStreamBuf.cc.
References open().
PPTStreamBuf::~PPTStreamBuf | ( | ) | [virtual] |
Definition at line 60 of file PPTStreamBuf.cc.
References sync().
void PPTStreamBuf::finish | ( | ) |
Definition at line 114 of file PPTStreamBuf.cc.
References BESDEBUG, eod_marker, eod_marker_len, and sync().
unsigned int PPTStreamBuf::how_many | ( | ) | [inline] |
Definition at line 54 of file PPTStreamBuf.h.
void PPTStreamBuf::open | ( | int | fd, |
unsigned | bufsize = 1 |
||
) |
Definition at line 70 of file PPTStreamBuf.cc.
Referenced by PPTStreamBuf().
int PPTStreamBuf::overflow | ( | int | c | ) |
Definition at line 102 of file PPTStreamBuf.cc.
References sync().
int PPTStreamBuf::sync | ( | ) |
Definition at line 81 of file PPTStreamBuf.cc.
Referenced by finish(), overflow(), and ~PPTStreamBuf().