JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
aQute.lib.zip
JarIndex
NodeInfo
Contents
Description
Method Summary
Method Details
open()
file()
size()
lastModified()
Hide sidebar
Show sidebar
Interface JarIndex.NodeInfo
Enclosing class:
JarIndex
public static interface
JarIndex.NodeInfo
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Optional
<
File
>
file
()
long
lastModified
()
InputStream
open
()
long
size
()
Method Details
open
InputStream
open
() throws
IOException
,
Exception
Throws:
IOException
Exception
file
Optional
<
File
>
file
()
size
long
size
()
lastModified
long
lastModified
()