I tried seeking file from both raw and assets folders. No one worked. In this question similar problem is solved by copying file to external storage, but with file as large as 700 MB one would like not to duplicate it on a mobile device. What is common way working with files this big on android?
Asked
Active
Viewed 24 times
0
-
Depends on what the file contents are? Is it binary? ASCII? Show us what you have tried. – t0mm13b Jan 04 '17 at 18:27
-
2Download the file. Then work with it using ordinary I/O, as a file. – CommonsWare Jan 04 '17 at 18:27
-
File is binary. Tried the Assets.Open( ... Access.Random), but stream is the same as with raw folder, can't be seeked. Didn't try much more. – hoacin Jan 04 '17 at 18:37