This concrete class implements extends the StreamDecoder implementation to be more efficient with res...
Definition BlockEncoder.h:35
BlockEncoder(void *blockBuffer, size_t blockSizeInBytes, Cpl::Io::Output *dstPtr, char startOfFrame, char endOfFrame, char escapeChar, bool appendNewline=true)
Constructor.
size_t m_bufferCount
Number of bytes currently stored in the block buffer.
Definition BlockEncoder.h:76
bool appendToBlock(char src) noexcept
Helper method.
bool endFrame() noexcept
See Cpl::Text::Frame::Encoder_.
bool append(char src) noexcept
See Cpl::Text::Frame::Encoder_.
size_t m_bufferSize
Size, in bytes, of the block buffer.
Definition BlockEncoder.h:73
uint8_t * m_buffer
Point to the client supplied buffer for a block.
Definition BlockEncoder.h:70
bool start() noexcept
See Cpl::Text::Frame::Encoder_.
This concrete class implements the Encoder API where the Output destination is a Cpl::Io::Output stre...
Definition StreamEncoder.h:36