public interface ClassFileInput extends java.io.Closeable, java.lang.Iterable<ClassFileEntry>
When using instances of ClassFileInput make sure that you invoke Closeable.close()
after you are done using it.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ClassFileEntry> |
allEntries() |
java.nio.file.Path |
getRootPath()
Base path of this input.
|
@NonNull java.nio.file.Path getRootPath()
@NonNull java.util.List<ClassFileEntry> allEntries()