How to read a file with offset in fyne?

Viewed 93

I have a large file with data. I can't store all the data in memory. How can I can read it with offset? The reader that fyne's storage.Reader function spits out doesn't have the Seek method.

0 Answers
Related