HomeSort by relevance Sort by last modified time
    Searched refs:ByteArrayClassPath (Results 1 - 2 of 2) sorted by null

  /external/javassist/src/main/javassist/
ByteArrayClassPath.java 23 * A <code>ByteArrayClassPath</code> contains bytes that is served as
33 * cp.insertClassPath(new ByteArrayClassPath(classname, b));
38 * <code>ByteArrayClassPath</code> object as the source of the class file.
40 * <p>A <code>ByteArrayClassPath</code> must be instantiated for every
48 public class ByteArrayClassPath implements ClassPath {
53 * Creates a <code>ByteArrayClassPath</code> containing the given
59 public ByteArrayClassPath(String name, byte[] classfile) {
91 return new URL("file:/ByteArrayClassPath/" + cname);
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 41 milliseconds