libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
#include <fdiostream.h>
Public Member Functions | |
fdistream (int fd, bool close=false) | |
Protected Attributes | |
fdinbuf | buf |
This specialization of istream builds a fdinbuf instance and binds it to an istream. Thus it is possible to build an istream from an open file, using its open file descriptor, and read from it using C++ stream I/O methods.
Definition at line 124 of file fdiostream.h.
|
inline |
Definition at line 129 of file fdiostream.h.
|
protected |
Definition at line 126 of file fdiostream.h.