#include <fdiostream.h>
Inheritance diagram for libdap::fdostream:
Public Member Functions | |
fdostream (int _fd, bool _close=false) | |
Protected Attributes | |
fdoutbuf | buf |
Definition at line 77 of file fdiostream.h.
libdap::fdostream::fdostream | ( | int | _fd, | |
bool | _close = false | |||
) | [inline] |
Make a new fdostream and initialize it to use a specific file descriptor. If the file descriptor does not reference an open file, the first attempt to write data will fail.
_fd | The file descriptor of an open file, socket, et cetera. | |
_close | If true, close the file when the output stream buffer is deleted. Default: false. |
Definition at line 87 of file fdiostream.h.
fdoutbuf libdap::fdostream::buf [protected] |
Definition at line 79 of file fdiostream.h.