A simple RouterInputOutput implementation that writes output to a file (overridding the file). More...
#include <DebugRouter.h>
Inherits MPMA::RouterOutput.
Public Member Functions | |
| RouterOutputFile (const Filename &fileName, bool textMode=true) | |
| ctor  | |
| void | Output (const uint8 *data, nuint dataLen) | 
| Implement this to recieve data that should be outputted.  | |
A simple RouterInputOutput implementation that writes output to a file (overridding the file).
 1.7.1