readFromFile abstract method
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);
Reads a block of data of the given length from the current position.
Returns a Readbuffer containing the read data.
Future<Readbuffer> readFromFile(int length);