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

Method defineClass

test/DefineClass.java:61–63  ·  view source on GitHub ↗
(String name, byte[] bytes)

Source from the content-addressed store, hash-verified

59 }
60
61 public Class defineClass(String name, byte[] bytes) {
62 return defineClass(name, bytes, 0, bytes.length);
63 }
64 }
65
66 public static class Hello {

Callers 1

loadClassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected