We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A RecordReader allows to raw data as basic types (numbers, strings, etc.) from an Input buffer and put it in Record properties:
RecordReader
readByteBits(propertyName, bitLimit, nameForRemainingBits)
readNibbles(nameForFirstBits, nameForLastBits)
readByte(propertyName)
readSignedInt(propertyName)