soot.util
Class BafInputStream

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

public class BafInputStream
extends SootInputStream

InputStream for getting data via the Baf Parser.


Constructor Summary
BafInputStream(java.io.InputStream istream)
          Constructs a BafInputStream from the given stream.
 
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

BafInputStream

public BafInputStream(java.io.InputStream istream)
Constructs a BafInputStream from the given stream.