Class JavaLangSystemSetIn0Native


public class JavaLangSystemSetIn0Native extends NativeMethod
  • Constructor Details

    • JavaLangSystemSetIn0Native

      public JavaLangSystemSetIn0Native(View view, SootMethod method)
  • Method Details

    • simulateImpl

      protected void simulateImpl()
      NOTE: this native method is not documented in JDK API. It should have the side effect: System.in = parameter

      private static native void setIn0(java.io.InputStream);

      Specified by:
      simulateImpl in class NativeMethod