#include <FileBundle.h>
Inherits dtn::api::Bundle.

Public Member Functions | |
| FileBundle (dtn::data::EID destination, string filename) | |
| virtual | ~FileBundle () |
This class could be used to send whole files through the bundle protocol.
Definition at line 22 of file FileBundle.h.
| dtn::api::FileBundle::FileBundle | ( | dtn::data::EID | destination, | |
| string | filename | |||
| ) |
Constructor need a destination and a file stream.
Definition at line 18 of file FileBundle.cpp.
References dtn::api::Bundle::_b, ibrcommon::FileBLOB::create(), and dtn::data::Bundle::push_back().

| dtn::api::FileBundle::~FileBundle | ( | ) | [virtual] |
Destruktor.
Definition at line 28 of file FileBundle.cpp.
1.7.1