soot.util
Class BafInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--soot.util.SootInputStream
              |
              +--soot.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.