]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/strmsock.tex
Patch for stream.cpp for non-flushable stream,
[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{Include files}
11
12 <wx/sckstrm.h>
13
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
24 Initializes a new read-only socket stream using the specified initialized
25 socket connection.
26
27 % -----------------------------------------------------------------------------
28 % wxSocketOutputStream
29 % -----------------------------------------------------------------------------
30 \section{\class{wxSocketOutputStream}}\label{wxsocketoutputstream}
31
32 \wxheading{Derived from}
33
34 \helpref{wxOutputStream}{wxoutputStream}
35
36 \wxheading{Include files}
37
38 <wx/sckstrm.h>
39
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
50 Initializes a new write-only socket stream using the specified initialized
51 socket connection.
52