#include <wx/sckstrm.h>

This class implements an output stream which writes data from a connected socket.
Note that this stream is purely sequential and it does not support seeking.
Public Member Functions | |
| wxSocketOutputStream (wxSocketBase &s) | |
| Creates a new write-only socket stream using the specified initialized socket connection. | |
| wxSocketOutputStream::wxSocketOutputStream | ( | wxSocketBase & | s | ) |
Creates a new write-only socket stream using the specified initialized socket connection.
|
[ top ] |