-\membersection{wxOutputStream::Write}
-
-\func{wxOutputStream\&}{Write}{\param{const void *}{buffer}, \param{size_t}{ size}}
-
-Writes the specified amount of bytes using the data of \it{buffer}.
-\it{WARNING!} The buffer absolutely needs to have at least the specified size.
-
-This function returns a reference on the current object, so the user can test
-any states of the stream right away.
-
-\func{wxOutputStream\&}{Write}{\param{wxInputStream\&}{ stream_in}}
-
-Reads data from the specified input stream and stores them
-in the current stream. The data is read until an error is raised
-by one of the two streams.
-
-% ------------------
-% Position functions
-% ------------------