public interface Archive extends Iterable<String>
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBytecode(String className) |
Class<?> |
loadClass(String className) |
InputStream getBytecode(String className) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionClass<?> loadClass(String className) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2005-2012. All Rights Reserved.