]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/strmsock.tex
wxLog::FlushActive added
[wxWidgets.git] / docs / latex / wx / strmsock.tex
CommitLineData
631f1bfe
JS
1% -----------------------------------------------------------------------------
2% wxSocketInputStream
3% -----------------------------------------------------------------------------
89c684ef 4\section{\class{wxSocketInputStream}}\label{wxsocketinputstream}
631f1bfe
JS
5
6\wxheading{Derived from}
7
8\helpref{wxInputStream}{wxinputStream}
9
954b8ae6
JS
10\wxheading{Include files}
11
12<wx/sckstrm.h>
13
631f1bfe
JS
14\wxheading{See also}
15
16\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxSocketBase}{wxsocketbase}
17
18\latexignore{\rtfignore{\wxheading{Members}}}
19
20\membersection{wxSocketInputStream::wxSocketInputStream}
21
22\func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}}
23
24Initializes a new read-only socket stream using the specified initialized
25socket connection.
26
27% -----------------------------------------------------------------------------
28% wxSocketOutputStream
29% -----------------------------------------------------------------------------
89c684ef 30\section{\class{wxSocketOutputStream}}\label{wxsocketoutputstream}
631f1bfe
JS
31
32\wxheading{Derived from}
33
34\helpref{wxOutputStream}{wxoutputStream}
35
954b8ae6
JS
36\wxheading{Include files}
37
38<wx/sckstrm.h>
39
631f1bfe
JS
40\wxheading{See also}
41
42\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxSocketBase}{wxsocketbase}
43
44\latexignore{\rtfignore{\wxheading{Members}}}
45
46\membersection{wxSocketOutputStream::wxSocketOutputStream}
47
48\func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}}
49
50Initializes a new write-only socket stream using the specified initialized
51socket connection.
52