.\" This is a wxWidgets manpage page generated from the XML docs .TH wxMemoryInputStream 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxMemoryInputStream \- Memory input stream class .SH DESCRIPTION .SH "PARENTS" wxInputStream .SH "INCLUDE FILES" wx/mstream.h .SH MEMBERS .SS wxMemoryInputStream (const char * datasize_t len) Initializes a new read-only memory stream which will use the specified buffer data of length len . The stream does not take ownership of the buffer, i.e. the buffer will not be deleted in its destructor. .SS wxMemoryInputStream (const wxMemoryOutputStream& stream) Creates a new read-only memory stream, initializing it with the data from the given output stream stream . .SS ~wxMemoryInputStream () Destructor. .SS wxStreamBuffer * GetInputStreamBuffer () Returns the pointer to the stream object used as an internal buffer for that stream. .SH "SEE ALSO" wxInputStream wxStreamBuffer wxMemoryOutputStream .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.