Package aQute.lib.zip
Interface JarIndex.NodeInfo
-
- Enclosing class:
- JarIndex
public static interface JarIndex.NodeInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.io.File>
file()
long
lastModified()
java.io.InputStream
open()
long
size()
-