|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
![]()
org.codehaus.janino.ByteArrayClassLoader
public class ByteArrayClassLoader
This allows for the loading of a set of Java™ classes provided in class file format.
| Constructor Summary | |
|---|---|
ByteArrayClassLoader(<,byte[]> classes)
The given of classes must not be modified afterwards. |
|
ByteArrayClassLoader(<,byte[]> classes,
parent)
|
|
| Method Summary | |
|---|---|
protected |
findClass( name)
Implements . |
| Methods inherited from class java.lang. |
|---|
, , , , , , , , , , , , , , , , , , , , , , , , , , , |
| Methods inherited from class java.lang. |
|---|
, , , , , , , , , , |
| Constructor Detail |
|---|
public ByteArrayClassLoader(<,byte[]> classes)
classes - String className => byte[] datapublic ByteArrayClassLoader(<,byte[]> classes,
parent)
ByteArrayClassLoader(Map)| Method Detail |
|---|
protected findClass( name)
throws
Notice that, although nowhere documented, no more than one thread at a time calls this
method, because is
synchronized.
in class
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||