readInto abstract method
Reads from the file at offset into the buffer and returns the amount
of bytes read.
Safety warning: buffer may be a direct view over native memory that
must not be used after this function returns.
Implementation
int readInto(Uint8List buffer, int offset);