git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			72 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			72 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | |
| %% Name:        socket.tex
 | |
| %% Purpose:     wxSocket docs
 | |
| %% Author:      Guillermo Rodriguez Garcia <guille@iies.es>
 | |
| %% 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}
 | |
| 
 | |
| \wxheading{Include files}
 | |
| 
 | |
| <wx/sckstrm.h>
 | |
| 
 | |
| \wxheading{See also}
 | |
| 
 | |
| \helpref{wxSocketBase}{wxsocketbase}
 | |
| 
 | |
| \latexignore{\rtfignore{\wxheading{Members}}}
 | |
| 
 | |
| \membersection{wxSocketInputStream::wxSocketInputStream}
 | |
| 
 | |
| \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}
 | |
| 
 | |
| \func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}}
 | |
| 
 | |
| Creates a new write-only socket stream using the specified initialized
 | |
| socket connection.
 | |
| 
 |