strmsock.tex

来自「Wxpython Implemented on Windows CE, Sou」· TEX 代码 · 共 72 行

TEX
72
字号
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Name:        socket.tex
%% Purpose:     wxSocket docs
%% Author:      Guillermo Rodriguez Garcia <guille@iies.es>
%% Modified by:
%% Created:     1999
%% RCS-ID:      $Id: strmsock.tex,v 1.10 2005/02/22 15:09:54 ABX Exp $
%% Copyright:   (c) wxWidgets team
%% License:     wxWindows license
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% -----------------------------------------------------------------------------
% wxSocketInputStream
% -----------------------------------------------------------------------------
\section{\class{wxSocketInputStream}}\label{wxsocketinputstream}

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.

\wxheading{Derived from}

\helpref{wxInputStream}{wxinputstream}

\wxheading{Include files}

<wx/sckstrm.h>

\wxheading{See also}

\helpref{wxSocketBase}{wxsocketbase}

\latexignore{\rtfignore{\wxheading{Members}}}

\membersection{wxSocketInputStream::wxSocketInputStream}\label{wxsocketinputstreamctor}

\func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}}

Creates a new read-only socket stream using the specified initialized
socket connection. 

% -----------------------------------------------------------------------------
% wxSocketOutputStream
% -----------------------------------------------------------------------------
\section{\class{wxSocketOutputStream}}\label{wxsocketoutputstream}

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.

\wxheading{Derived from}

\helpref{wxOutputStream}{wxoutputstream}

\wxheading{Include files}

<wx/sckstrm.h>

\wxheading{See also}

\helpref{wxSocketBase}{wxsocketbase}

\latexignore{\rtfignore{\wxheading{Members}}}

\membersection{wxSocketOutputStream::wxSocketOutputStream}\label{wxsocketoutputstreamctor}

\func{}{wxSocketOutputStream}{\param{wxSocketBase\&}{ s}}

Creates a new write-only socket stream using the specified initialized
socket connection.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?