d984207cc3
Corrected stream corruption for Umgetch()/SeekI() conflict, Docs for streams, Changed interpreteation og non-standard height in wxCombo, Other minor changes, Removed library name setting for Debian again. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
53 lines
1.4 KiB
TeX
53 lines
1.4 KiB
TeX
% -----------------------------------------------------------------------------
|
|
% wxSocketInputStream
|
|
% -----------------------------------------------------------------------------
|
|
\section{\class{wxSocketInputStream}}\label{wxsocketinputstream}
|
|
|
|
\wxheading{Derived from}
|
|
|
|
\helpref{wxInputStream}{wxinputStream}
|
|
|
|
\wxheading{Include files}
|
|
|
|
<wx/sckstrm.h>
|
|
|
|
\wxheading{See also}
|
|
|
|
\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxSocketBase}{wxsocketbase}
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
\membersection{wxSocketInputStream::wxSocketInputStream}
|
|
|
|
\func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}}
|
|
|
|
Initializes a new read-only socket stream using the specified initialized
|
|
socket connection.
|
|
|
|
% -----------------------------------------------------------------------------
|
|
% wxSocketOutputStream
|
|
% -----------------------------------------------------------------------------
|
|
\section{\class{wxSocketOutputStream}}\label{wxsocketoutputstream}
|
|
|
|
\wxheading{Derived from}
|
|
|
|
\helpref{wxOutputStream}{wxoutputStream}
|
|
|
|
\wxheading{Include files}
|
|
|
|
<wx/sckstrm.h>
|
|
|
|
\wxheading{See also}
|
|
|
|
\helpref{wxStreamBuffer}{wxstreambuffer}, \helpref{wxSocketBase}{wxsocketbase}
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
\membersection{wxSocketOutputStream::wxSocketOutputStream}
|
|
|
|
\func{}{wxSocketInputStream}{\param{wxSocketBase\&}{ s}}
|
|
|
|
Initializes a new write-only socket stream using the specified initialized
|
|
socket connection.
|
|
|