| Package | Description |
|---|---|
| java.lang |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
ClassLoader.defineClass(byte[] b,
int off,
int len)
Deprecated.
Replaced by
defineClass(String, byte[], int, int) |
protected Class<?> |
ClassLoader.defineClass(String name,
byte[] b,
int off,
int len)
Converts an array of bytes into an instance of class Class.
|
Copyright © 2013 API Design. All Rights Reserved.