631f1bfed5
docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
45 lines
1.3 KiB
TeX
45 lines
1.3 KiB
TeX
% -----------------------------------------------------------------------------
|
|
% wxSocketInputStream
|
|
% -----------------------------------------------------------------------------
|
|
\section{\class{wxSocketInputStream}}
|
|
|
|
\wxheading{Derived from}
|
|
|
|
\helpref{wxInputStream}{wxinputStream}
|
|
|
|
\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
|
|
% -----------------------------------------------------------------------------
|
|
\section{\class{wxSocketInputStream}}
|
|
|
|
\wxheading{Derived from}
|
|
|
|
\helpref{wxOutputStream}{wxoutputStream}
|
|
|
|
\wxheading{See also}
|
|
|
|
\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxSocketBase}{wxsocketbase}
|
|
|
|
\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.
|
|
|