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, setSystemIdpublic boolean exists()
public InputStream getInputStream() throws IOException
getInputStream in interface SourcegetInputStream in class AbstractSourceIOExceptionpublic void close()