]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/strmsock.tex
corrected sizer code example which wrongly used wxBORDER
[wxWidgets.git] / docs / latex / wx / strmsock.tex
1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 %% Name: socket.tex
3 %% Purpose: wxSocket docs
4 %% Author: Guillermo Rodriguez Garcia <guille@iies.es>
5 %% Modified by:
6 %% Created: 1999
7 %% RCS-ID: $Id$
8 %% Copyright: (c) wxWidgets team
9 %% License: wxWindows license
10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12 % -----------------------------------------------------------------------------
13 % wxSocketInputStream
14 % -----------------------------------------------------------------------------
15 \section{\class{wxSocketInputStream}}\label{wxsocketinputstream}
16
17 This class implements an input stream which reads data from
18 a connected socket. Note that this stream is purely sequential
19 and it does not support seeking.
20
21 \wxheading{Derived from}
22
23 \helpref{wxInputStream}{wxinputstream}
24
25 \wxheading{Include files}
26
27 <wx/sckstrm.h>
28
29 \wxheading{Library}
30
31 \helpref{wxNet}{librarieslist}
32
33 \wxheading{See also}
34
35 \helpref{wxSocketBase}{wxsocketbase}
36
37 \latexignore{\rtfignore{\wxheading{Members}}}
38
39 \membersection{wxSocketInputStream::wxSocketInputStream}\label{wxsocketinputstreamctor}
40
41 \func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}}
42
43 Creates a new read-only socket stream using the specified initialized
44 socket connection.
45
46 % -----------------------------------------------------------------------------
47 % wxSocketOutputStream
48 % -----------------------------------------------------------------------------
49 \section{\class{wxSocketOutputStream}}\label{wxsocketoutputstream}
50
51 This class implements an output stream which writes data from
52 a connected socket. Note that this stream is purely sequential
53 and it does not support seeking.
54
55 \wxheading{Derived from}
56
57 \helpref{wxOutputStream}{wxoutputstream}
58
59 \wxheading{Include files}
60
61 <wx/sckstrm.h>
62
63 \wxheading{Library}
64
65 \helpref{wxNet}{librarieslist}
66
67 \wxheading{See also}
68
69 \helpref{wxSocketBase}{wxsocketbase}
70
71 \latexignore{\rtfignore{\wxheading{Members}}}
72
73 \membersection{wxSocketOutputStream::wxSocketOutputStream}\label{wxsocketoutputstreamctor}
74
75 \func{}{wxSocketOutputStream}{\param{wxSocketBase\&}{ s}}
76
77 Creates a new write-only socket stream using the specified initialized
78 socket connection.
79