Hi,
Arduino libraries that handle files usually have a File class derived from Stream.
Here are a few examples:
- SD
- ESP32 FS
- ESP8266 FS
- Arduino Audio Tools
- RasPi Bridge
- SdFat
I think WiFiStorageFile should implement the Stream interface too.
Best regards,
Benoit