I've got code that makes extensive of memory mapping. I'm wishing that
I could make a bundle that contained a large data resource that could
be memory mapped.

One path I see involves a copying process: expect to get a URL to it
by getEntry() on a bundle, and then copy it into a file path from
getDataFile(); once copied, it would persist. My question: is there
any way to avoid the copy? Is there anything in the manifest that
would cause the framework to plop the data someplace reachable with a
File?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to