protected class ByteArrayClassLoader.ClassDefinitionAction extends Object implements PrivilegedAction<Class<?>>
Modifier | Constructor and Description |
---|---|
protected |
ClassDefinitionAction(String name,
byte[] binaryRepresentation)
Creates a new class definition action.
|
protected ClassDefinitionAction(String name, byte[] binaryRepresentation)
name
- The binary name of the class to define.binaryRepresentation
- The binary representation of the class to be loaded.Copyright © 2014–2017. All rights reserved.