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.
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.