Now you can download a copy of these docs so you can use them offline! Download now
#include <IOStreamFactory.h>
Public Member Functions | |
virtual IOStream * | createStream ()=0 |
A factory that will create the same IOStream. A stream returned by this factory should be closed before calling createStream again
Definition at line 19 of file IOStreamFactory.h.
|
pure virtual |