1#ifndef Cpl_Text_Frame_LineDecoder_h_
2#define Cpl_Text_Frame_LineDecoder_h_
char * m_dataPtr
Pointer to the next unprocessed character in my raw input buffer.
Definition Decoder_.h:86
int m_dataLen
Current number of characters remaining in my raw input buffer.
Definition Decoder_.h:83
This concrete template class provide a basic implementation of the Frame::Decoder interface that uses...
Definition LineDecoder.h:48
bool isEscapeChar() noexcept
See Cpl::Text::Frame::Decoder_.
Definition LineDecoder.h:105
LineDecoder(Cpl::Io::Input *inputSource=0, char convertTabs='\t', bool blocking=true)
Constructor.
Definition LineDecoder.h:66
char m_convertTabs
Remember my tabs option.
Definition LineDecoder.h:54
bool m_illegal
Track if I have encountered an invalid character in the 'middle' of a frame.
Definition LineDecoder.h:51
char m_buffer[BUFSIZE]
Raw input buffer for reading characters in 'chunks' from my Input stream (i.e. minimize the calls to ...
Definition LineDecoder.h:58
bool isEofOfFrame() noexcept
See Cpl::Text::Frame::Decoder_.
Definition LineDecoder.h:102
bool isStartOfFrame() noexcept
See Cpl::Text::Frame::Decoder_.
Definition LineDecoder.h:76
bool isLegalCharacter() noexcept
See Cpl::Text::Frame::Decoder_.
Definition LineDecoder.h:108
This partially concrete class defines an interface a Text "Decoder" that has a Cpl::Io::Input stream ...
Definition StreamDecoder.h:34
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20