readFromFileAtMax abstract method

Future<Readbuffer> readFromFileAtMax(
  1. int position,
  2. int maxLength
)

Reads a block of data of the given length from a specific position.

Returns a Readbuffer containing the read data.

Implementation

Future<Readbuffer> readFromFileAtMax(int position, int maxLength);