dalvik.system.DexClassLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag
that was used to checkout the source from the Git repos was android-2.1_r2.
package dalvik.system;
public class DexClassLoader
extends java.lang.ClassLoader
{
public DexClassLoader(java.lang.String dexPath, java.lang.String dexOutputDir, java.lang.String libPath, java.lang.ClassLoader parent) { throw new RuntimeException("Stub!"); }
protected java.lang.Class> findClass(java.lang.String name) throws java.lang.ClassNotFoundException { throw new RuntimeException("Stub!"); }
protected java.net.URL findResource(java.lang.String name) { throw new RuntimeException("Stub!"); }
protected java.lang.String findLibrary(java.lang.String libname) { throw new RuntimeException("Stub!"); }
protected java.lang.Package getPackage(java.lang.String name) { throw new RuntimeException("Stub!"); }
}