strmsock.tex

来自「wxWidgets 是一个跨平台的 GUI 框架。它给开发人员提供了统一的接口」· 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 froma connected socket. Note that this stream is purely sequentialand 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 initializedsocket connection. % -----------------------------------------------------------------------------% wxSocketOutputStream% -----------------------------------------------------------------------------\section{\class{wxSocketOutputStream}}\label{wxsocketoutputstream}This class implements an output stream which writes data froma connected socket. Note that this stream is purely sequentialand 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 initializedsocket connection.

⌨️ 快捷键说明

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