wxsocketoutputstreamthis 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. derived from include files <wx/sckstrm.h> see also members
wxsocketoutputstream::wxsocketoutputstream
wxsocketoutputstream::wxsocketoutputstreamwxsocketoutputstream(wxsocketbase& s) creates a new write-only socket stream using the specified initialized socket connection.
|