+Constructor. It initializes the stream buffer with the data of the specified
+stream buffer. The new stream buffer has the same attributes, size, position
+and they share the same buffer. This will cause problems if the stream to
+which the stream buffer belong is destroyed and the newly cloned stream
+buffer continues to be used, trying to call functions in the (destroyed)
+stream. It is advised to use this feature only in very local area of the
+program.
+
+\wxheading{See also}
+
+\helpref{wxStreamBuffer:SetBufferIO}{wxstreambuffersetbufferio}
+
+\membersection{wxStreamBuffer::\destruct{wxStreamBuffer}}
+
+\func{}{wxStreamBuffer}{\destruct{wxStreamBuffer}}
+
+Destructor. It finalizes all IO calls and frees all internal buffers if
+necessary.