tags:

views:

33

answers:

0

How do I access ContentResolver content as a file? There's simple way to open underlying file-based content as an InputStream, but it's not possible to seek on InputStream. There's RandomAccessFile, but either File or file name is needed to create instances.

Content I'm trying to read is mapped to file (email attachment).