1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 %% Purpose: wxSocket docs
4 %% Author: Guillermo Rodriguez Garcia <guille@iies.es>
8 %% Copyright: (c) wxWidgets team
9 %% License: wxWindows license
10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
12 % -----------------------------------------------------------------------------
14 % -----------------------------------------------------------------------------
15 \section{\class{wxSocketInputStream
}}\label{wxsocketinputstream
}
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.
21 \wxheading{Derived from
}
23 \helpref{wxInputStream
}{wxinputstream
}\\
24 \helpref{wxStreamBase
}{wxstreambase
}
26 \wxheading{Include files
}
32 \helpref{wxNet
}{librarieslist
}
36 \helpref{wxSocketBase
}{wxsocketbase
}
38 \latexignore{\rtfignore{\wxheading{Members
}}}
40 \membersection{wxSocketInputStream::wxSocketInputStream
}\label{wxsocketinputstreamctor
}
42 \func{}{wxSocketInputStream
}{\param{wxSocketBase\&
}{ s
}}
44 Creates a new read-only socket stream using the specified initialized
47 % -----------------------------------------------------------------------------
48 % wxSocketOutputStream
49 % -----------------------------------------------------------------------------
50 \section{\class{wxSocketOutputStream
}}\label{wxsocketoutputstream
}
52 This class implements an output stream which writes data from
53 a connected socket. Note that this stream is purely sequential
54 and it does not support seeking.
56 \wxheading{Derived from
}
58 \helpref{wxOutputStream
}{wxoutputstream
}\\
59 \helpref{wxStreamBase
}{wxstreambase
}
61 \wxheading{Include files
}
67 \helpref{wxNet
}{librarieslist
}
71 \helpref{wxSocketBase
}{wxsocketbase
}
73 \latexignore{\rtfignore{\wxheading{Members
}}}
75 \membersection{wxSocketOutputStream::wxSocketOutputStream
}\label{wxsocketoutputstreamctor
}
77 \func{}{wxSocketOutputStream
}{\param{wxSocketBase\&
}{ s
}}
79 Creates a new write-only socket stream using the specified initialized