![]() |
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
![]() |
#include <FXIOStream.h>
Inheritance diagram for FXEX::FXIOStream::
Public Methods | |
FXIOStream (const FXObject *cont=NULL) | |
FXbool | open (FXIOHandle *handle, FXStreamDirection save_or_load) |
FXbool | close () |
virtual | ~FXIOStream () |
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.
|
Create a socket stream based on a specific socket.
|
|
dtor.
|
|
open a socket stream - socket will be opened if not already opened.
|
|
close a socket stream.
|