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
IOException
ClassNotFoundException
Class<?> loadClass(String className) throws ClassNotFoundException
ClassNotFoundException
Copyright © 2005-2012. All Rights Reserved.