Return whether the input to this decoder is maximal.
Synopsis
Declared in <bdlde_quotedprintabledecoder.h>
bool
isMaximal() const;
Description
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.
Return Value
true if the input is maximal, and false otherwise (always false for Quoted‐Printable decoders)
Created with MrDocs