contents up previous next

wxsocketoutputstream

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.

derived from

wxoutputstream

include files

<wx/sckstrm.h>

see also

wxsocketbase

members

wxsocketoutputstream::wxsocketoutputstream


wxsocketoutputstream::wxsocketoutputstream

wxsocketoutputstream(wxsocketbase& s)

creates a new write-only socket stream using the specified initialized socket connection.