BloombergLP::bdlbb::OutBlobStreamBuf::xsgetn

Return 0 unconditionally.

Synopsis

Declared in <bdlbb_blobstreambuf.h>

virtual
std::streamsize
xsgetn(
    char_type* destination,
    std::streamsize numChars) override;

Return Value

0

Parameters

NameDescription
destinationbuffer that would receive characters (ignored)
numCharsnumber of characters that would be read (ignored)