MCPcopy Create free account
hub / github.com/chaoyangnz/gava / defineClass

Method defineClass

example/src/java/lang/ClassLoader.java:558–563  ·  view source on GitHub ↗

Converts an array of bytes into an instance of class Class . Before the Class can be used it must be resolved. This method is deprecated in favor of the version that takes a binary name as its first argument, and is more secure. @param b The bytes that

(byte[] b, int off, int len)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

preDefineClassMethod · 0.95
defineClass1Method · 0.95
postDefineClassMethod · 0.95
defineClass2Method · 0.95
getMethod · 0.80

Tested by

no test coverage detected