#include <externaltypehandler.hh>
Inheritance diagram for ExternalTypeHandler:
The helper program must accept input data via standard input, and write to standard output.
Definition at line 46 of file externaltypehandler.hh.
|
Constructor: given a program name and arguments. data to decode is passed through given command with arguments: program name should be in decmd[0]. (PATH environment variable will be searched for program to run)
Definition at line 161 of file externaltypehandler.cc. |
|
simpler version of ExternalTypeHandler(char *decmd[]); takes a program name with no arguments.
Definition at line 185 of file externaltypehandler.cc. |
|
Destructor. Frees internally allocated memory. Definition at line 199 of file externaltypehandler.cc. |
|
Call the external program to decode the data.
Reimplemented from TypeHandler. Definition at line 243 of file externaltypehandler.cc. |
|
Call external program to encode data.
Reimplemented from TypeHandler. Definition at line 247 of file externaltypehandler.cc. |