Return the address of this stream's external memory buffer.
Declared in <bslx_byteinstream.h>
char const*
data() const;
Return the address of the contiguous, non-modifiable external memory buffer of this stream. The behavior of accessing elements outside the range [ data() .. data() + (length() - 1) ] is undefined.
address of the external buffer