.\" This is a wxWidgets manpage page generated from the XML docs .TH wxSocketInputStream 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxSocketInputStream \- Socket input stream class .SH DESCRIPTION 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. .SH "PARENTS" wxInputStream .SH "INCLUDE FILES" wx/sckstrm.h .SH MEMBERS .SS wxSocketInputStream (wxSocketBase& s) Creates a new read-only socket stream using the specified initialized socket connection. .SH "SEE ALSO" wxInputStream wxSocketBase .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.