soot.util
Class JimpleInputStream

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

public class JimpleInputStream
extends SootInputStream

InputStream for getting data via the Jimple Parser.


Constructor Summary
JimpleInputStream(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

JimpleInputStream

public JimpleInputStream(java.io.InputStream istream)