OutOfData constructor

OutOfData(
  1. int position,
  2. int readLength,
  3. int bytesLength
)

Implementation

OutOfData(this.position, this.readLength, this.bytesLength);