$szTitle = "wxsocketoutputstream"; include "./_header.inc"; ?>
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
include files
<wx/sckstrm.h>
see also
members
wxsocketoutputstream::wxsocketoutputstream
wxsocketoutputstream(wxsocketbase& s)
creates a new write-only socket stream using the specified initialized socket connection.
include "./_footer.inc"; ?>