BloombergLP::balxml::Decoder_UTF8Context::addCharacters

Process the specified character data while decoding.

Synopsis

Declared in <balxml_decoder.h>

virtual
int
addCharacters(
    char const* chars,
    std::size_t length,
    Decoder* decoder) override;

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
charscharacter data to process
lengthnumber of characters in chars
decoderdecoder driving the parse