public class ZipSourceFileDataSource extends Object implements SourceFileDataSource
| Constructor and Description |
|---|
ZipSourceFileDataSource(ZipFile zipFile,
String entryName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullFileName()
Get the full filename of the source file.
|
long |
getLastModified() |
InputStream |
open()
Open an InputStream on the source file.
|
public InputStream open() throws IOException
SourceFileDataSourceopen in interface SourceFileDataSourceIOExceptionpublic String getFullFileName()
SourceFileDataSourcegetFullFileName in interface SourceFileDataSourcepublic long getLastModified()
getLastModified in interface SourceFileDataSourceCopyright © 2003–2015. All rights reserved.