soot.util
Class ClassInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--soot.util.SootInputStream
              |
              +--soot.util.ClassInputStream

public class ClassInputStream
extends SootInputStream

InputStream for getting data directly from a classfile (via Coffi).


Constructor Summary
ClassInputStream(java.io.InputStream istream)
          Constructs a ClassInputStream 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

ClassInputStream

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