X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..02a3b39120a618998dc690e95c3983606ea97745:/docs/latex/wx/strmsock.tex diff --git a/docs/latex/wx/strmsock.tex b/docs/latex/wx/strmsock.tex index b482964b18..d7179d0cbb 100644 --- a/docs/latex/wx/strmsock.tex +++ b/docs/latex/wx/strmsock.tex @@ -1,11 +1,26 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Name: socket.tex +%% Purpose: wxSocket docs +%% Author: Guillermo Rodriguez Garcia +%% Modified by: +%% Created: 1999 +%% RCS-ID: $Id$ +%% Copyright: (c) wxWindows 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} +\helpref{wxInputStream}{wxinputstream} \wxheading{Include files} @@ -13,7 +28,7 @@ \wxheading{See also} -\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxSocketBase}{wxsocketbase} +\helpref{wxSocketBase}{wxsocketbase} \latexignore{\rtfignore{\wxheading{Members}}} @@ -21,17 +36,21 @@ \func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}} -Initializes a new read-only socket stream using the specified initialized -socket connection. +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} +\helpref{wxOutputStream}{wxoutputstream} \wxheading{Include files} @@ -39,7 +58,7 @@ socket connection. \wxheading{See also} -\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxSocketBase}{wxsocketbase} +\helpref{wxSocketBase}{wxsocketbase} \latexignore{\rtfignore{\wxheading{Members}}} @@ -47,6 +66,6 @@ socket connection. \func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}} -Initializes a new write-only socket stream using the specified initialized +Creates a new write-only socket stream using the specified initialized socket connection.