]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/strmsock.tex
Added wxGenericValidator & doc
[wxWidgets.git] / docs / latex / wx / strmsock.tex
1 % -----------------------------------------------------------------------------
2 % wxSocketInputStream
3 % -----------------------------------------------------------------------------
4 \section{\class{wxSocketInputStream}}\label{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
20 Initializes a new read-only socket stream using the specified initialized
21 socket connection.
22
23 % -----------------------------------------------------------------------------
24 % wxSocketOutputStream
25 % -----------------------------------------------------------------------------
26 \section{\class{wxSocketOutputStream}}\label{wxsocketoutputstream}
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
42 Initializes a new write-only socket stream using the specified initialized
43 socket connection.
44