public interface GeneratedClassLoader
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
defineClass(String name,
byte[] data)
Define a new Java class.
|
void |
linkClass(Class<?> cl)
Link the given class.
|
Class<?> defineClass(String name, byte[] data)
name - fully qualified class namedata - class byte codevoid linkClass(Class<?> cl)
cl - Class instance returned from the previous call to
defineClass(String, byte[])ClassLoaderCopyright © 2015–2017 The veraPDF Consortium. All rights reserved.