haveReadData method

bool haveReadData()

Is there data available to read? */

Implementation

bool haveReadData() {
  return readPos < length;
}