soot
Class SourceLocator.FoundFile

java.lang.Object
  extended by soot.SourceLocator.FoundFile
Enclosing class:
SourceLocator

public static class SourceLocator.FoundFile
extends Object


Field Summary
 ZipEntry entry
           
 File file
           
 ZipFile zipFile
           
 
Method Summary
 InputStream inputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

public File file

zipFile

public ZipFile zipFile

entry

public ZipEntry entry
Method Detail

inputStream

public InputStream inputStream()