I am trying to create a curtom content provider wo access ZipENtries in a ZipFile - All I need is an override. ParcelFileDescriptor openFile(android.net.Uri uri, java.lang.String mode) returning a ParcelFileDescriptor from a zip entry - The priblem is that ParcelFileDescriptor is completely tied to FileInputStreams or Sockets - I do not want to unpack the zip fiel and leave files pon the system - any bright ideas on how to make a ParcelFileDescriptor from an InputStream or a ZipEntry
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

