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

Method defineClass

test/Subroutine.java:342–344  ·  view source on GitHub ↗
(String name, byte[] bytes)

Source from the content-addressed store, hash-verified

340 }
341
342 public Class defineClass(String name, byte[] bytes) {
343 return super.defineClass(name, bytes, 0, bytes.length);
344 }
345 }
346}

Callers 1

makeTestClassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected