public interface Archive extends Iterable<Archive.Entry>
Modifier and Type | Interface and Description |
---|---|
static interface |
Archive.Entry |
Modifier and Type | Method and Description |
---|---|
InputStream |
getBytecode(String className) |
Class<?> |
loadClass(String className) |
forEach, iterator, spliterator
InputStream getBytecode(String className) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Class<?> loadClass(String className) throws ClassNotFoundException
ClassNotFoundException
Copyright © 2005–2015. All rights reserved.