vinceglb / FileKit

Pick and save Files, Medias and Folder for Kotlin Multiplatform / KMP and Compose Multiplatform / CMP
https://vinceglb.github.io/FileKit/
MIT License
465 stars 16 forks source link

Add a `getStream` method to PlatformFile which allows reading files a few chunks at a time instead of putting the whole file in memory at once #59

Closed santiwanti closed 5 days ago

santiwanti commented 2 months ago

Possible implementation for https://github.com/vinceglb/FileKit/issues/54.

Implementations:

Notes: No implementation for JS/Wasm

kagg886 commented 1 month ago

cool! Due to my device limitations, I cannot make sure that the IOS code which I programming right. This is the first reason why I am not contribute this PR. thks again!