public class ZipSource extends AbstractSource
Modifier and Type | Field and Description |
---|---|
private ZipEntry |
_zipEntry |
private ZipFile |
_zipFile |
Constructor and Description |
---|
ZipSource(String location)
Instanciate a ZipSource
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Releases resources associated with this ZipSource.
|
boolean |
exists() |
InputStream |
getInputStream() |
checkInfos, getContentLength, getInfos, getLastModified, getMimeType, getScheme, getURI, getValidity, refresh, setContentLength, setLastModified, setScheme, setSystemId
public boolean exists()
public InputStream getInputStream() throws IOException
getInputStream
in interface Source
getInputStream
in class AbstractSource
IOException
public void close()