#include <datagramOutputFile.h>
Inheritance diagram for DatagramOutputFile:
Public Member Functions | |
INLINE | DatagramOutputFile () |
INLINE bool | open (Filename filename) |
bool | write_header (const string &header) |
virtual bool | put_datagram (const Datagram &data) |
virtual bool | is_error () |
INLINE void | close () |
Private Attributes | |
bool | _wrote_first_datagram |
bool | _error |
ofstream | _out |
|
|
|
Referenced by BamFile::close(). |
|
Implements DatagramSink. Definition at line 67 of file datagramOutputFile.cxx. |
|
Referenced by BamFile::open_write(). |
|
Implements DatagramSink. Definition at line 45 of file datagramOutputFile.cxx. References _out, _wrote_first_datagram, Datagram::add_uint32(), data, Datagram::get_data(), and Datagram::get_length(). |
|
Definition at line 31 of file datagramOutputFile.cxx. References _out, and _wrote_first_datagram. Referenced by BamFile::open_write(). |
|
Definition at line 47 of file datagramOutputFile.h. Referenced by is_error(). |
|
Definition at line 48 of file datagramOutputFile.h. Referenced by is_error(), put_datagram(), and write_header(). |
|
Definition at line 46 of file datagramOutputFile.h. Referenced by put_datagram(), and write_header(). |