This Private Namespace partially concrete class implements common/helper method for supporting the En...
Definition Encoder_.h:35
This concrete class implements the Encoder API where the Output destination is a Cpl::Io::Output stre...
Definition StreamEncoder.h:36
bool start() noexcept
See Cpl::Text::Frame::Encoder_.
bool start(char src) noexcept
See Cpl::Text::Frame::Encoder_.
StreamEncoder(Cpl::Io::Output *dstPtr, char startOfFrame, char endOfFrame, char escapeChar, bool appendNewline=true)
Constructor.
void setOutput(Cpl::Io::Output &newOutfd) noexcept
Allow the consumer to change/Set the Output stream handle. Note: No guarantees on what happens if thi...
Cpl::Io::Output * m_dstPtr
Output stream.
Definition StreamEncoder.h:39
bool append(char src) noexcept
See Cpl::Text::Frame::Encoder_.