public class FoundFile extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
entryName |
protected File |
file |
protected List<InputStream> |
openedInputStreams |
protected ZipEntry |
zipEntry |
protected ZipFile |
zipFile |
| Constructor and Description |
|---|
FoundFile(File file) |
FoundFile(String archivePath,
String entryName) |
FoundFile(ZipFile file,
ZipEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
closeZipFile(List<Exception> errs) |
File |
getFile() |
String |
getFilePath() |
ZipFile |
getZipFile() |
InputStream |
inputStream() |
boolean |
isZipFile() |
void |
silentClose() |
protected File file
protected String entryName
protected ZipFile zipFile
protected ZipEntry zipEntry
protected List<InputStream> openedInputStreams
public FoundFile(File file)
public String getFilePath()
public boolean isZipFile()
public ZipFile getZipFile()
public File getFile()
public InputStream inputStream()
public void silentClose()
public void close()
Copyright © 2020 Soot OSS. All rights reserved.