soot.util
Class JavaInputRep

java.lang.Object
  extended bysoot.util.JavaInputRep
All Implemented Interfaces:
soot.util.SootInputRepresentation

public class JavaInputRep
extends java.lang.Object
implements soot.util.SootInputRepresentation


Constructor Summary
JavaInputRep(soot.Singletons.Global g)
           
 
Method Summary
 java.io.InputStream createInputStream(java.io.InputStream is)
           
 java.lang.String getFileExtension()
           
static JavaInputRep v()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaInputRep

public JavaInputRep(soot.Singletons.Global g)
Method Detail

v

public static JavaInputRep v()

createInputStream

public java.io.InputStream createInputStream(java.io.InputStream is)
Specified by:
createInputStream in interface soot.util.SootInputRepresentation

getFileExtension

public java.lang.String getFileExtension()
Specified by:
getFileExtension in interface soot.util.SootInputRepresentation