X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/631f1bfed5d2df0215035207355d838328237578..066f3611df971be93b2ec46b82c2f05f3ff9a422:/docs/latex/wx/strmsock.tex diff --git a/docs/latex/wx/strmsock.tex b/docs/latex/wx/strmsock.tex index 08a6e8157e..e2bf61f987 100644 --- a/docs/latex/wx/strmsock.tex +++ b/docs/latex/wx/strmsock.tex @@ -1,44 +1,81 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Name: socket.tex +%% Purpose: wxSocket docs +%% Author: Guillermo Rodriguez Garcia +%% Modified by: +%% Created: 1999 +%% RCS-ID: $Id$ +%% Copyright: (c) wxWidgets team +%% License: wxWindows license +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + % ----------------------------------------------------------------------------- % wxSocketInputStream % ----------------------------------------------------------------------------- -\section{\class{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}\\ +\helpref{wxStreamBase}{wxstreambase} + +\wxheading{Include files} + + + +\wxheading{Library} + +\helpref{wxNet}{librarieslist} \wxheading{See also} -\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxSocketBase}{wxsocketbase} +\helpref{wxSocketBase}{wxsocketbase} \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxSocketInputStream::wxSocketInputStream} +\membersection{wxSocketInputStream::wxSocketInputStream}\label{wxsocketinputstreamctor} \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{wxSocketInputStream}} +\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}\\ +\helpref{wxStreamBase}{wxstreambase} + +\wxheading{Include files} + + + +\wxheading{Library} + +\helpref{wxNet}{librarieslist} \wxheading{See also} -\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxSocketBase}{wxsocketbase} +\helpref{wxSocketBase}{wxsocketbase} \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxSocketOutputStream::wxSocketOutputStream} +\membersection{wxSocketOutputStream::wxSocketOutputStream}\label{wxsocketoutputstreamctor} -\func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}} +\func{}{wxSocketOutputStream}{\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.