Retrieves a pointer to the streams buffer.
strstreambuf* rdbuf() const;
To manipulate a stream for random access or sychronization it is necessary to retrieve a pointer to the streams buffer. The function rdbuf() allows you to retrieve this pointer.
Returns a pointer to strstreambuf.