Searched defs:getClassBytes (Results 1 – 2 of 2) sorted by relevance
11 protected abstract byte[] getClassBytes(String className) throws ClassNotFoundException; in getClassBytes() method in ClassNodeProvider
128 private static byte[] getClassBytes(String className, JarFile jarFile) in getClassBytes() method in JarInstrumentor