1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 %% Purpose: wxSocket docs
4 %% Author: Guillermo Rodriguez Garcia <guille@iies.es>
8 %% Copyright: (c) wxWidgets team
9 %% License: wxWindows license
10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
12 % -----------------------------------------------------------------------------
14 % -----------------------------------------------------------------------------
15 \section{\class{wxSocketInputStream
}}\label{wxsocketinputstream
}
17 This class implements an input stream which reads data from
18 a connected socket. Note that this stream is purely sequential
19 and it does not support seeking.
21 \wxheading{Derived from
}
23 \helpref{wxInputStream
}{wxinputstream
}
25 \wxheading{Include files
}
31 \helpref{wxNet
}{librarieslist
}
35 \helpref{wxSocketBase
}{wxsocketbase
}
37 \latexignore{\rtfignore{\wxheading{Members
}}}
39 \membersection{wxSocketInputStream::wxSocketInputStream
}\label{wxsocketinputstreamctor
}
41 \func{}{wxSocketInputStream
}{\param{wxSocketBase\&
}{ s
}}
43 Creates a new read-only socket stream using the specified initialized
46 % -----------------------------------------------------------------------------
47 % wxSocketOutputStream
48 % -----------------------------------------------------------------------------
49 \section{\class{wxSocketOutputStream
}}\label{wxsocketoutputstream
}
51 This class implements an output stream which writes data from
52 a connected socket. Note that this stream is purely sequential
53 and it does not support seeking.
55 \wxheading{Derived from
}
57 \helpref{wxOutputStream
}{wxoutputstream
}
59 \wxheading{Include files
}
65 \helpref{wxNet
}{librarieslist
}
69 \helpref{wxSocketBase
}{wxsocketbase
}
71 \latexignore{\rtfignore{\wxheading{Members
}}}
73 \membersection{wxSocketOutputStream::wxSocketOutputStream
}\label{wxsocketoutputstreamctor
}
75 \func{}{wxSocketOutputStream
}{\param{wxSocketBase\&
}{ s
}}
77 Creates a new write-only socket stream using the specified initialized