1999-02-06 13:32:46 +00:00
|
|
|
% -----------------------------------------------------------------------------
|
|
|
|
% wxSocketInputStream
|
|
|
|
% -----------------------------------------------------------------------------
|
1999-02-07 17:11:44 +00:00
|
|
|
\section{\class{wxSocketInputStream}}\label{wxsocketinputstream}
|
1999-02-06 13:32:46 +00:00
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
\helpref{wxInputStream}{wxinputStream}
|
|
|
|
|
1999-02-15 20:41:29 +00:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/sckstrm.h>
|
|
|
|
|
1999-02-06 13:32:46 +00:00
|
|
|
\wxheading{See also}
|
|
|
|
|
|
|
|
\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxSocketBase}{wxsocketbase}
|
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
\membersection{wxSocketInputStream::wxSocketInputStream}
|
|
|
|
|
|
|
|
\func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}}
|
|
|
|
|
|
|
|
Initializes a new read-only socket stream using the specified initialized
|
|
|
|
socket connection.
|
|
|
|
|
|
|
|
% -----------------------------------------------------------------------------
|
|
|
|
% wxSocketOutputStream
|
|
|
|
% -----------------------------------------------------------------------------
|
1999-02-07 17:11:44 +00:00
|
|
|
\section{\class{wxSocketOutputStream}}\label{wxsocketoutputstream}
|
1999-02-06 13:32:46 +00:00
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
\helpref{wxOutputStream}{wxoutputStream}
|
|
|
|
|
1999-02-15 20:41:29 +00:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/sckstrm.h>
|
|
|
|
|
1999-02-06 13:32:46 +00:00
|
|
|
\wxheading{See also}
|
|
|
|
|
1999-12-06 16:16:14 +00:00
|
|
|
\helpref{wxStreamBuffer}{wxstreambuffer}, \helpref{wxSocketBase}{wxsocketbase}
|
1999-02-06 13:32:46 +00:00
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
\membersection{wxSocketOutputStream::wxSocketOutputStream}
|
|
|
|
|
|
|
|
\func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}}
|
|
|
|
|
|
|
|
Initializes a new write-only socket stream using the specified initialized
|
|
|
|
socket connection.
|
|
|
|
|