Reinitialize this stream buffer to use the specified read‐only character buffer having the specified length.

Synopsis

Declared in <bdlsb_fixedmeminstreambuf.h>

FixedMemInStreamBuf*
pubsetbuf(
    char const* buffer,
    std::streamsize length);

Return Value

address of this modifiable stream buffer

Parameters

Name

Description

buffer

read‐only character buffer to use

length

length of buffer

Created with MrDocs