public class ClassLoaderVisitor extends Object
| Constructor and Description |
|---|
ClassLoaderVisitor() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
defineClass(ClassLoader loader,
String name,
byte[] b,
int off,
int len,
ProtectionDomain protectionDomain) |
public static Class<?> defineClass(ClassLoader loader, String name, byte[] b, int off, int len, ProtectionDomain protectionDomain) throws ClassFormatError
ClassFormatErrorCopyright © 2020. All rights reserved.