Stay organized with collections
Save and categorize content based on your preferences.
dalvik.system
Interfaces
Classes
ApplicationRuntime |
Provides APIs to retrieve the information about the application loaded in the current runtime.
|
BaseDexClassLoader |
Base class for common functionality between various dex-based
ClassLoader implementations.
|
DelegateLastClassLoader |
A ClassLoader implementation that implements a delegate last lookup policy.
|
DexClassLoader |
A class loader that loads classes from .jar and .apk files
containing a classes.dex entry.
|
DexFile |
Loads DEX files.
|
DexFile.OptimizationInfo |
Encapsulates information about the optimizations performed on a dex file.
|
InMemoryDexClassLoader |
A ClassLoader implementation that loads classes from a
buffer containing a DEX file.
|
PathClassLoader |
Provides a simple ClassLoader implementation that operates on a list
of files and directories in the local file system, but does not attempt to
load classes from the network.
|
ZipPathValidator |
Enables validation of zip file entry paths to prevent exploitation of the path traversal
vulnerability, e.g. zip path entries containing ".." or "/".
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# dalvik.system\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\ndalvik.system\n=============\n\nInterfaces\n----------\n\n|---------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|\n| [ZipPathValidator.Callback](/reference/dalvik/system/ZipPathValidator.Callback) | Interface that defines the core validation mechanism when accessing zip file entry paths. |\n\nClasses\n-------\n\n|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ApplicationRuntime](/reference/dalvik/system/ApplicationRuntime) | Provides APIs to retrieve the information about the application loaded in the current runtime. |\n| [BaseDexClassLoader](/reference/dalvik/system/BaseDexClassLoader) | Base class for common functionality between various dex-based [ClassLoader](/reference/java/lang/ClassLoader) implementations. |\n| [DelegateLastClassLoader](/reference/dalvik/system/DelegateLastClassLoader) | A `ClassLoader` implementation that implements a **delegate last** lookup policy. |\n| [DexClassLoader](/reference/dalvik/system/DexClassLoader) | A class loader that loads classes from `.jar` and `.apk` files containing a `classes.dex` entry. |\n| [DexFile](/reference/dalvik/system/DexFile) | Loads DEX files. |\n| [DexFile.OptimizationInfo](/reference/dalvik/system/DexFile.OptimizationInfo) | Encapsulates information about the optimizations performed on a dex file. |\n| [InMemoryDexClassLoader](/reference/dalvik/system/InMemoryDexClassLoader) | A [ClassLoader](/reference/java/lang/ClassLoader) implementation that loads classes from a buffer containing a DEX file. |\n| [PathClassLoader](/reference/dalvik/system/PathClassLoader) | Provides a simple [ClassLoader](/reference/java/lang/ClassLoader) implementation that operates on a list of files and directories in the local file system, but does not attempt to load classes from the network. |\n| [ZipPathValidator](/reference/dalvik/system/ZipPathValidator) | Enables validation of zip file entry paths to prevent exploitation of the path traversal vulnerability, e.g. zip path entries containing \"..\" or \"/\". |\n\n-\n\n Interfaces\n ----------\n\n - [ZipPathValidator.Callback](/reference/dalvik/system/ZipPathValidator.Callback)\n-\n\n Classes\n -------\n\n - [ApplicationRuntime](/reference/dalvik/system/ApplicationRuntime)\n - [BaseDexClassLoader](/reference/dalvik/system/BaseDexClassLoader)\n - [DelegateLastClassLoader](/reference/dalvik/system/DelegateLastClassLoader)\n - [DexClassLoader](/reference/dalvik/system/DexClassLoader)\n - [DexFile](/reference/dalvik/system/DexFile)\n - [DexFile.OptimizationInfo](/reference/dalvik/system/DexFile.OptimizationInfo)\n - [InMemoryDexClassLoader](/reference/dalvik/system/InMemoryDexClassLoader)\n - [PathClassLoader](/reference/dalvik/system/PathClassLoader)\n - [ZipPathValidator](/reference/dalvik/system/ZipPathValidator)"]]