]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/strmsock.tex
Added wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStubs; rearranged/debugged
[wxWidgets.git] / docs / latex / wx / strmsock.tex
CommitLineData
631f1bfe
JS
1% -----------------------------------------------------------------------------
2% wxSocketInputStream
3% -----------------------------------------------------------------------------
4\section{\class{wxSocketInputStream}}
5
6\wxheading{Derived from}
7
8\helpref{wxInputStream}{wxinputStream}
9
10\wxheading{See also}
11
12\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxSocketBase}{wxsocketbase}
13
14\latexignore{\rtfignore{\wxheading{Members}}}
15
16\membersection{wxSocketInputStream::wxSocketInputStream}
17
18\func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}}
19
20Initializes a new read-only socket stream using the specified initialized
21socket connection.
22
23% -----------------------------------------------------------------------------
24% wxSocketOutputStream
25% -----------------------------------------------------------------------------
26\section{\class{wxSocketInputStream}}
27
28\wxheading{Derived from}
29
30\helpref{wxOutputStream}{wxoutputStream}
31
32\wxheading{See also}
33
34\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxSocketBase}{wxsocketbase}
35
36\latexignore{\rtfignore{\wxheading{Members}}}
37
38\membersection{wxSocketOutputStream::wxSocketOutputStream}
39
40\func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}}
41
42Initializes a new write-only socket stream using the specified initialized
43socket connection.
44