Modifier and Type | Method and Description |
---|---|
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) |
long |
size() |
String |
toString() |
void |
write(OutputStream out) |
public InputStream openInputStream() throws IOException
openInputStream
in interface Resource
IOException
public static ZipFile build(Jar jar, File file) throws ZipException, IOException
ZipException
IOException
public static ZipFile build(Jar jar, File file, Pattern pattern) throws ZipException, IOException
ZipException
IOException
public void write(OutputStream out) throws Exception
public long lastModified()
lastModified
in interface Resource
Copyright © 2015 aQute SARL. All rights reserved.