RecordReader.fromFramedBytes constructor
Wraps framed bytes ([4B len][payload]) without further copying,
optionally positioned at payloadOffset within the payload.
Implementation
RecordReader.fromFramedBytes(super.framed, [super.payloadOffset]) : super.fromFramedBytes();