Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members

FXEX::FXIOStream Class Reference

IO Stream's are used to read FXStream data from files, sockets, serial ports, etc. More...

#include <FXIOStream.h>

Inheritance diagram for FXEX::FXIOStream::

FXStream List of all members.

Public Methods

 FXIOStream (const FXObject *cont=NULL)
FXbool open (FXIOHandle *handle, FXStreamDirection save_or_load)
FXbool close ()
virtual ~FXIOStream ()

Detailed Description

IO Stream's are used to read FXStream data from files, sockets, serial ports, etc.

eg you can serialise a FOX object to a socket, which is then se-serialised at the other end.

Definition at line 36 of file FXIOStream.h.


Constructor & Destructor Documentation

FXEX::FXIOStream::FXIOStream const FXObject * cont = NULL
 

Create a socket stream based on a specific socket.

virtual FXEX::FXIOStream::~FXIOStream [virtual]
 

dtor.


Member Function Documentation

FXbool FXEX::FXIOStream::open FXIOHandle * handle,
FXStreamDirection save_or_load
 

open a socket stream - socket will be opened if not already opened.

FXbool FXEX::FXIOStream::close
 

close a socket stream.