public interface GeneratedClassLoader
Modifier and Type | Method and Description |
---|---|
void |
registerClass(String name,
byte[] classFile)
Createsa class from the supplied byte array and registers it for later use.
|
void registerClass(String name, byte[] classFile)
name
- The name of the class to registerclassFile
- The class file as a byte arrayCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.