2000-02-10 05:01:21 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%% Name: socket.tex
|
|
|
|
%% Purpose: wxSocket docs
|
|
|
|
%% Author: Guillermo Rodriguez Garcia <guille@iies.es>
|
|
|
|
%% Modified by:
|
|
|
|
%% Created: 1999
|
|
|
|
%% RCS-ID: $Id$
|
|
|
|
%% Copyright: (c) wxWindows team
|
2000-07-15 19:51:35 +00:00
|
|
|
%% License: wxWindows license
|
2000-02-10 05:01:21 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
1999-02-06 13:32:46 +00:00
|
|
|
% -----------------------------------------------------------------------------
|
|
|
|
% wxSocketInputStream
|
|
|
|
% -----------------------------------------------------------------------------
|
1999-02-07 17:11:44 +00:00
|
|
|
\section{\class{wxSocketInputStream}}\label{wxsocketinputstream}
|
1999-02-06 13:32:46 +00:00
|
|
|
|
2000-02-10 05:01:21 +00:00
|
|
|
This class implements an input stream which reads data from
|
|
|
|
a connected socket. Note that this stream is purely sequential
|
|
|
|
and it does not support seeking.
|
|
|
|
|
1999-02-06 13:32:46 +00:00
|
|
|
\wxheading{Derived from}
|
|
|
|
|
2000-02-10 05:01:21 +00:00
|
|
|
\helpref{wxInputStream}{wxinputstream}
|
1999-02-06 13:32:46 +00:00
|
|
|
|
1999-02-15 20:41:29 +00:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/sckstrm.h>
|
|
|
|
|
1999-02-06 13:32:46 +00:00
|
|
|
\wxheading{See also}
|
|
|
|
|
2000-02-10 05:01:21 +00:00
|
|
|
\helpref{wxSocketBase}{wxsocketbase}
|
1999-02-06 13:32:46 +00:00
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
\membersection{wxSocketInputStream::wxSocketInputStream}
|
|
|
|
|
|
|
|
\func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}}
|
|
|
|
|
2000-02-10 05:01:21 +00:00
|
|
|
Creates a new read-only socket stream using the specified initialized
|
|
|
|
socket connection.
|
1999-02-06 13:32:46 +00:00
|
|
|
|
|
|
|
% -----------------------------------------------------------------------------
|
|
|
|
% wxSocketOutputStream
|
|
|
|
% -----------------------------------------------------------------------------
|
1999-02-07 17:11:44 +00:00
|
|
|
\section{\class{wxSocketOutputStream}}\label{wxsocketoutputstream}
|
1999-02-06 13:32:46 +00:00
|
|
|
|
2000-02-10 05:01:21 +00:00
|
|
|
This class implements an output stream which writes data from
|
|
|
|
a connected socket. Note that this stream is purely sequential
|
|
|
|
and it does not support seeking.
|
|
|
|
|
1999-02-06 13:32:46 +00:00
|
|
|
\wxheading{Derived from}
|
|
|
|
|
2000-02-10 05:01:21 +00:00
|
|
|
\helpref{wxOutputStream}{wxoutputstream}
|
1999-02-06 13:32:46 +00:00
|
|
|
|
1999-02-15 20:41:29 +00:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/sckstrm.h>
|
|
|
|
|
1999-02-06 13:32:46 +00:00
|
|
|
\wxheading{See also}
|
|
|
|
|
2000-02-10 05:01:21 +00:00
|
|
|
\helpref{wxSocketBase}{wxsocketbase}
|
1999-02-06 13:32:46 +00:00
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
\membersection{wxSocketOutputStream::wxSocketOutputStream}
|
|
|
|
|
|
|
|
\func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}}
|
|
|
|
|
2000-02-10 05:01:21 +00:00
|
|
|
Creates a new write-only socket stream using the specified initialized
|
1999-02-06 13:32:46 +00:00
|
|
|
socket connection.
|
|
|
|
|