I need help to access a file using the RandomAccessFile library but the file that I have to access is into a USB stick, I can open the file normally using the ExternalStorage , this work fine if I use their functions, but How can I use the ExternalStorage library access with RandomAccessFile library ?
Thank you for your answer, but the problem is that I need to read the file in the USB stick without copy it using the RandomAccessFile ... But it´s not possible...
If you only need to read the file I don't see why you can't copy it - but without copying it is not possible to randomly access a file in external storage.