WPILibC++  trunk
Public Member Functions | List of all members
IOStreamFactory Class Referenceabstract

#include <IOStreamFactory.h>

Inheritance diagram for IOStreamFactory:
Inheritance graph
[legend]

Public Member Functions

virtual IOStreamcreateStream ()=0
 

Detailed Description

A factory that will create the same IOStream. A stream returned by this factory should be closed before calling createStream again

Author
Mitchell

Definition at line 19 of file IOStreamFactory.h.

Member Function Documentation

virtual IOStream* IOStreamFactory::createStream ( )
pure virtual
Returns
create a new stream
Exceptions
IOException

Implemented in SocketStreamFactory.


The documentation for this class was generated from the following file: