Contents Up Previous Next

wxSocketOutputStream

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

継承元

wxOutputStream

インクルードファイル

<wx/sckstrm.h>

参照

wxSocketBase

Members

wxSocketOutputStream::wxSocketOutputStream


wxSocketOutputStream::wxSocketOutputStream

wxSocketOutputStream(wxSocketBase& s)

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