.\" This is a wxWidgets manpage page generated from the XML docs .TH wxSocketOutputStream 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxSocketOutputStream \- Socket output stream class .SH DESCRIPTION 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. .SH "PARENTS" wxOutputStream .SH "INCLUDE FILES" wx/sckstrm.h .SH MEMBERS .SS wxSocketOutputStream (wxSocketBase& s) Creates a new write-only socket stream using the specified initialized socket connection. .SH "SEE ALSO" wxOutputStream 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.