wxSocketInputStream Class Reference
[NetworkingStreams]

#include <wx/sckstrm.h>

Inheritance diagram for wxSocketInputStream:

wxInputStream wxStreamBase

List of all members.


Detailed Description

This 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.

Library:  wxNet

Category:  Networking, Streams

See also:
wxSocketBase

Public Member Functions

 wxSocketInputStream (wxSocketBase &s)

Constructor & Destructor Documentation

wxSocketInputStream::wxSocketInputStream ( wxSocketBase s  ) 

Creates a new read-only socket stream using the specified initialized socket connection.



wxWidgets logo

[ top ]