2000-02-10 00:01:21 -05:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%% Name: socket.tex
|
|
|
|
%% Purpose: wxSocket docs
|
|
|
|
%% Author: Guillermo Rodriguez Garcia <guille@iies.es>
|
|
|
|
%% Modified by:
|
|
|
|
%% Created: 1999
|
|
|
|
%% RCS-ID: $Id$
|
2004-05-04 04:27:20 -04:00
|
|
|
%% Copyright: (c) wxWidgets team
|
2005-02-22 10:09:56 -05:00
|
|
|
%% License: wxWindows license
|
2000-02-10 00:01:21 -05:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
1999-02-06 08:32:46 -05:00
|
|
|
% -----------------------------------------------------------------------------
|
|
|
|
% wxSocketInputStream
|
|
|
|
% -----------------------------------------------------------------------------
|
1999-02-07 12:11:44 -05:00
|
|
|
\section{\class{wxSocketInputStream}}\label{wxsocketinputstream}
|
1999-02-06 08:32:46 -05:00
|
|
|
|
2000-02-10 00:01:21 -05: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 08:32:46 -05:00
|
|
|
\wxheading{Derived from}
|
|
|
|
|
2000-02-10 00:01:21 -05:00
|
|
|
\helpref{wxInputStream}{wxinputstream}
|
1999-02-06 08:32:46 -05:00
|
|
|
|
1999-02-15 15:41:29 -05:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/sckstrm.h>
|
|
|
|
|
1999-02-06 08:32:46 -05:00
|
|
|
\wxheading{See also}
|
|
|
|
|
2000-02-10 00:01:21 -05:00
|
|
|
\helpref{wxSocketBase}{wxsocketbase}
|
1999-02-06 08:32:46 -05:00
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
2004-09-24 06:57:56 -04:00
|
|
|
\membersection{wxSocketInputStream::wxSocketInputStream}\label{wxsocketinputstreamctor}
|
1999-02-06 08:32:46 -05:00
|
|
|
|
|
|
|
\func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}}
|
|
|
|
|
2000-02-10 00:01:21 -05:00
|
|
|
Creates a new read-only socket stream using the specified initialized
|
|
|
|
socket connection.
|
1999-02-06 08:32:46 -05:00
|
|
|
|
|
|
|
% -----------------------------------------------------------------------------
|
|
|
|
% wxSocketOutputStream
|
|
|
|
% -----------------------------------------------------------------------------
|
1999-02-07 12:11:44 -05:00
|
|
|
\section{\class{wxSocketOutputStream}}\label{wxsocketoutputstream}
|
1999-02-06 08:32:46 -05:00
|
|
|
|
2000-02-10 00:01:21 -05: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 08:32:46 -05:00
|
|
|
\wxheading{Derived from}
|
|
|
|
|
2000-02-10 00:01:21 -05:00
|
|
|
\helpref{wxOutputStream}{wxoutputstream}
|
1999-02-06 08:32:46 -05:00
|
|
|
|
1999-02-15 15:41:29 -05:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/sckstrm.h>
|
|
|
|
|
1999-02-06 08:32:46 -05:00
|
|
|
\wxheading{See also}
|
|
|
|
|
2000-02-10 00:01:21 -05:00
|
|
|
\helpref{wxSocketBase}{wxsocketbase}
|
1999-02-06 08:32:46 -05:00
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
2004-09-24 06:57:56 -04:00
|
|
|
\membersection{wxSocketOutputStream::wxSocketOutputStream}\label{wxsocketoutputstreamctor}
|
1999-02-06 08:32:46 -05:00
|
|
|
|
2005-02-06 13:25:54 -05:00
|
|
|
\func{}{wxSocketOutputStream}{\param{wxSocketBase\&}{ s}}
|
1999-02-06 08:32:46 -05:00
|
|
|
|
2000-02-10 00:01:21 -05:00
|
|
|
Creates a new write-only socket stream using the specified initialized
|
1999-02-06 08:32:46 -05:00
|
|
|
socket connection.
|
|
|
|
|