wxsocketinputstreamthis class implements an input stream which reads 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
wxsocketinputstream::wxsocketinputstream
wxsocketinputstream::wxsocketinputstreamwxsocketinputstream(wxsocketbase& s) creates a new read-only socket stream using the specified initialized socket connection.
|