readFromFileAt abstract method

Future<Readbuffer> readFromFileAt(
  1. int position,
  2. int length
)

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

Returns a Readbuffer containing the read data.

Implementation

Future<Readbuffer> readFromFileAt(int position, int length);