updateProgress abstract method
Manually updates progress of a write operation. If not called, progress is determined automatically based on total size and size written.
Implementation
void updateProgress(double fraction);
Manually updates progress of a write operation. If not called, progress is determined automatically based on total size and size written.
void updateProgress(double fraction);