readInto abstract method

int readInto(
  1. Uint8List buffer,
  2. int offset
)

Reads from the file at offset into the buffer and returns the amount of bytes read.

Safety warning: bufer may be a direct view over native memory that must not be used after this function returns.

Implementation

int readInto(Uint8List buffer, int offset);