See Also: DexFile Members
Manipulates DEX files. The class is similar in principle to Java.Util.Zip.ZipFile. It is used primarily by class loaders.
Note we don't directly open and read the DEX file here. They're memory-mapped read-only by the VM.
[Android Documentation]