Is there any way get a RandomAccessFile
from a given DocumentFile
?
I know it is possible to get an InputStream via getUri
InputStream inputStream = getContentResolver().openInputStream(DocumentFile.getUri());
But I need a RandomAccessFile
Thanks for your help,
Jens