#include <WordParser.h>
Inheritance diagram for ht::example::WordParser:

Public Member Functions | |
| virtual void | process (const ByteBuffer &buf) |
| virtual void | stop () |
| void ht::example::WordParser::process | ( | const ByteBuffer & | buf | ) | [virtual] |
Do something with a block of data
Implements ht::example::BlockReader.
| void ht::example::WordParser::stop | ( | ) | [virtual] |
Do nothing
Reimplemented from ht::graph::NodeBase.
1.5.2