Add streamReader::readSome

Issue #176 closed
Paolo Brandoli repo owner created an issue

Add the internal method streamReader::readSome, which acts like streamReader::read but returns the number of read bytes instead of throwing when the number of available bytes is more than zero and less than the requested amount.

Comments (4)

  1. Log in to comment