Skip to content

1.5.0

Compare
Choose a tag to compare
@ssilverman ssilverman released this 05 Dec 05:59
· 22 commits to master since this release

Added

  • Reader::bytesAvailable() function that returns the number of bytes available in the current Bytes or Text data item.

Changed

  • Changed the behaviour of readByte() and readBytes in Reader to only read up to the number of bytes available in the current Bytes or Text data item.
  • Reader::getDataType() is now const.