BaseParse.setMinFrameSize
void setMinFrameSize(uint minSize)Subclass can use this function to tell the base class that it needs to be given buffers of at least min_size bytes.
Parameters
minSize | Minimum size in bytes of the data that this base class should give to subclass. |