Reinitialize this stream buffer to use the specified character buffer.
Declared in <bdlsb_fixedmeminstreambuf.h>
virtual
FixedMemInStreamBuf*
setbuf(
char* buffer,
std::streamsize length) override;
Reinitialize this stream buffer to use the specified character buffer having the specified length. Return the pointer providing modifiable access to this stream buffer.
pointer providing modifiable access to this stream buffer
| Name | Description |
|---|---|
| buffer | character buffer to use |
| length | length of buffer |