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, spliteratorInputStream getBytecode(String className) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionClass<?> loadClass(String className) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2005–2020 The Apache Software Foundation. All rights reserved.