Reinitialize this stream buffer to use the specified read-only character buffer having the specified length.
Declared in <bdlsb_fixedmeminstreambuf.h>
FixedMemInStreamBuf*
pubsetbuf(
char const* buffer,
std::streamsize length);
address of this modifiable stream buffer
| Name | Description |
|---|---|
| buffer | read-only character buffer to use |
| length | length of buffer |