1.5.0
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()
andreadBytes
inReader
to only read up to the number of bytes available in the current Bytes or Text data item. Reader::getDataType()
is nowconst
.