MCPcopy Create free account
hub / github.com/ReadyTalk/avian / defineClass

Method defineClass

test/LazyLoading.java:80–82  ·  view source on GitHub ↗
(String name, byte[] bytes)

Source from the content-addressed store, hash-verified

78 }
79
80 private Class defineClass(String name, byte[] bytes) {
81 return defineClass(name, bytes, 0, bytes.length);
82 }
83 }
84
85 public static class Test {

Callers 1

findClassMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected