#include <OutputObject.h>
Inheritance diagram for OutputObject::
Public Methods | |
virtual void | open ()=0 |
Open this object's output stream. | |
virtual void | close ()=0 |
Close this object's output stream. | |
virtual void | write (vpf_packet &packet)=0 |
|
Write the provided vpf_packet to the output stream.
Reimplemented in NetOutput. |