soot.util
Class BafInputRep

java.lang.Object
  |
  +--soot.util.BafInputRep

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


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

Constructor Detail

BafInputRep

public BafInputRep(Singletons.Global g)
Method Detail

v

public static BafInputRep 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