aQute.lib.osgi
public class ZipResource extends Object implements Resource
| Method Summary | |
|---|---|
| static ZipFile | build(Jar jar, File file) |
| static ZipFile | build(Jar jar, File file, Pattern pattern) |
| String | getExtra() |
| long | lastModified() |
| InputStream | openInputStream() |
| void | setExtra(String extra) |
| String | toString() |
| void | write(OutputStream out) |