soot.util
Class JavaInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended bysoot.util.SootInputStream
          extended bysoot.util.JavaInputStream

public class JavaInputStream
extends SootInputStream

InputStream for getting data via the Java Parser.


Constructor Summary
JavaInputStream(java.io.InputStream istream)
           
 
Methods inherited from class soot.util.SootInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaInputStream

public JavaInputStream(java.io.InputStream istream)