⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 strmsock.tex

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 TEX
字号:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -