This class defines an interface for 'receiving' (decode) a frame.
Definition Decoder.h:68
virtual bool scan(size_t maxSizeOfFrame, char *frame, size_t &frameSize, bool &isEof) noexcept=0
This method is similar to the above scan() method, except that it does NOT block till a 'frame' has f...
virtual bool scan(size_t maxSizeOfFrame, char *frame, size_t &frameSize) noexcept=0
This method reads from an Input source (which is defined/provided by the concrete implementation) unt...
virtual bool oobRead(void *buffer, int numBytes, int &bytesRead) noexcept=0
This method allows 'out-of-band' reading of the input source.