Abstraction of the transformation sink module. More...
#include <transform-base.hpp>
Additional Inherited Members | |
Public Member Functions inherited from ndn::security::transform::Downstream | |
virtual | ~Downstream ()=default |
size_t | write (const uint8_t *buf, size_t size) |
Accept input data and perform transformation. More... | |
void | end () |
Close the input interface of a module. More... | |
bool | isEnd () const |
Check if the input interface of a module is closed. More... | |
void | setIndex (size_t index) |
Set the module index. More... | |
size_t | getIndex () const |
Get the module index. More... | |
Protected Member Functions inherited from ndn::security::transform::Downstream | |
Downstream () | |
Abstraction of the transformation sink module.
This module does not have next module and can only accept input data
Definition at line 278 of file transform-base.hpp.