Contents Up Previous Next

wxSocketInputStream

このクラスは入力ストリームを実装しており、接続されたソケットからデータを読み込みます。Note that this stream is purely sequential and it does not support seeking.

継承元

wxInputStream

インクルードファイル

<wx/sckstrm.h>

参照

wxSocketBase

Members

wxSocketInputStream::wxSocketInputStream


wxSocketInputStream::wxSocketInputStream

wxSocketInputStream(wxSocketBase& s)

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