[android-developers] directly loading dynamically created classes (in dex format)
Hi friends,
I have an application which dynamically creates classes at runtime (in
the dex format). Is it possible to load these dex bytes directly
without saving them to a dex file, and then zipping it (many such
classes are created). An equivalent of
ClassLoader.createClass(className, classDexBytes) is what I'd like.
I.e. a DexClassLoader that doesn't have to reference a physical file,
but can be passed byte arrays instead.
Thank you very much for your help,
Tomasz
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home