Provides exception-throwing fallback strategy. Objects of this class should only be allocated using S...
Definition: decoder_exception_fallback.h:17
virtual DecoderFallbackBufferPtr CreateFallbackBuffer() override
Creates fallback buffer.
Definition: decoder_exception_fallback.h:24
virtual int get_MaxCharCount() const override
Gets maximal count of characters the instance can return.
Definition: decoder_exception_fallback.h:21
Provides fallback API to handle decoding error. Objects of this class should only be allocated using ...
Definition: decoder_fallback.h:14