MyUtilityExtensionFileForEachBlock extension

on

Methods

forEachBlock(int blockSize, void action(Uint8List buffer)) Future<void>

Available on File, provided by the MyUtilityExtensionFileForEachBlock extension

Reads file as byte blocks, where each block has the size blockSize. The last block may be smaller than blockSize.