Searched refs:getClassBytes (Results 1 – 3 of 3) sorted by relevance
57 protected byte[] getClassBytes(String className) throws ClassNotFoundException { in instrumentJar()58 return JarInstrumentor.getClassBytes(className, jarFile); in instrumentJar()86 byte[] classBytes = getClassBytes(className, jarFile); in instrumentJar()128 private static byte[] getClassBytes(String className, JarFile jarFile) in getClassBytes() method in JarInstrumentor
11 protected abstract byte[] getClassBytes(String className) throws ClassNotFoundException; in getClassBytes() method in ClassNodeProvider23 byte[] byteCode = getClassBytes(internalClassName); in createClassNode()
51 protected byte[] getClassBytes(String internalClassName) throws ClassNotFoundException { in SandboxClassLoader()