All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dalvik.system.BaseDexClassLoader Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

The newest version!
package dalvik.system;
public class BaseDexClassLoader
  extends java.lang.ClassLoader
{
public  BaseDexClassLoader(java.lang.String dexPath, java.io.File optimizedDirectory, java.lang.String libraryPath, 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.util.Enumeration findResources(java.lang.String name) { throw new RuntimeException("Stub!"); }
public  java.lang.String findLibrary(java.lang.String name) { throw new RuntimeException("Stub!"); }
protected synchronized  java.lang.Package getPackage(java.lang.String name) { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy