This private partially concrete class implements the basic/common logic for a frame decoder.
Definition Decoder_.h:33
This partially concrete class defines an interface a Text "Decoder" that has a Cpl::Io::Input stream ...
Definition StreamDecoder.h:34
bool read(void *buffer, int numBytes, int &bytesRead)
See Cpl::Text::Frame::Decoder_.
void setInput(Cpl::Io::Input &newInFd) noexcept
This method allows the Application/consumer to change/Set the Input Stream handle.
Cpl::Io::Input *volatile m_srcPtr
Input stream.
Definition StreamDecoder.h:64
bool m_blocking
Block semantics.
Definition StreamDecoder.h:67
StreamDecoder(char rawInputBuffer[], size_t sizeOfRawInputBuffer, Cpl::Io::Input *inputSource=0, bool blocking=true)
Constructor.