readFromFile abstract method

Future<Readbuffer> readFromFile(
  1. int length
)

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

Returns a Readbuffer containing the read data.

Implementation

Future<Readbuffer> readFromFile(int length);