Package | Description |
---|---|
java.lang |
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedClassVersionError |
Modifier and Type | Method and Description |
---|---|
protected Class |
ClassLoader.defineClass(byte[] data,
int offset,
int length)
Deprecated.
Replaced by defineClass(String, byte[], int, int)
|
protected Class |
ClassLoader.defineClass(String classname,
byte[] data,
int offset,
int length)
If no ProtectionDomain is specified, the default domain is used.
|
protected Class |
ClassLoader.defineClass(String classname,
byte[] data,
int offset,
int length,
ProtectionDomain pd)
Turns a bag of bytecodes into a Class and register it in the namespace of this ClassLoader.
|