public class ZipFilePart extends PathPart
| Modifier and Type | Class and Description |
|---|---|
static class |
ZipFilePart.ZipEntryInputStreamWrapper
Wrapper class for the input stream of a ZipFile entry.
|
| Constructor and Description |
|---|
ZipFilePart(File file) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPackage(String name) |
boolean |
selectCompilationUnit(String canonicalName) |
createClassPath, createSourcePath, fileSuffix, getAge, getCompilationUnit, getInputStream, getProgram, setProgrampublic ZipFilePart(File file) throws IOException
IOExceptionpublic boolean hasPackage(String name)
hasPackage in class PathPartpublic boolean selectCompilationUnit(String canonicalName) throws IOException
selectCompilationUnit in class PathPartIOExceptionCopyright © 2020 Soot OSS. All rights reserved.