Return true if the input to this decoder is maximal (i.e., the input contains an end‐of‐input sentinel, signaling that no further input should be expected). Always returns false for Quoted‐Printable decoders since the encoding scheme does not specify an end‐of‐input sentinel.
Synopsis
Declared in <bdlde_quotedprintabledecoder.h>
bool
isMaximal() const;
Created with MrDocs