public class ZipInputStreamCodeBase extends AbstractScannableCodeBase
ICodeBase.Discovered| Constructor and Description |
|---|
ZipInputStreamCodeBase(ICodeBaseLocator codeBaseLocator,
File file)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This method should be called when done using the code base.
|
String |
getPathName()
Get the filesystem pathname of this codebase.
|
ICodeBaseIterator |
iterator()
Get an iterator over the resources in the this code base.
|
ICodeBaseEntry |
lookupResource(String resourceName)
Look up a resource in this code base.
|
String |
toString() |
addLastModifiedTime, addResourceNameTranslation, containsSourceFiles, getCodeBaseLocator, getHowDiscovered, getLastModifiedTime, isApplicationCodeBase, setApplicationCodeBase, setHowDiscovered, setLastModifiedTime, translateResourceNamepublic ZipInputStreamCodeBase(ICodeBaseLocator codeBaseLocator, File file) throws IOException
codeBaseLocator - the codebase locator for this codebasefile - the File containing the zip file (may be a temp file if the
codebase was copied from a nested zipfile in another codebase)IOExceptionpublic ICodeBaseEntry lookupResource(String resourceName)
ICodeBaseresourceName - name of the resource to look uppublic ICodeBaseIterator iterator()
IScannableCodeBasepublic String getPathName()
ICodeBasepublic void close()
ICodeBaseCopyright © 2003–2015. All rights reserved.