Version: 2.9.4
Public Member Functions
wxSocketOutputStream Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/sckstrm.h>

Inheritance diagram for wxSocketOutputStream:

Detailed Description

このクラスは出力ストリームを実装しており、接続されたソケットへデータを書き込みます。

Note that this stream is purely sequential and it does not support seeking.

Library:  wxNet
Category:  Networking, Streams
参照:
wxSocketBase

Public Member Functions

 wxSocketOutputStream (wxSocketBase &s)
 Creates a new write-only socket stream using the specified initialized socket connection.

List of all members.


Constructor & Destructor Documentation

wxSocketOutputStream::wxSocketOutputStream ( wxSocketBase s)

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines