Class JavapDisassemblerWrapper


  • public class JavapDisassemblerWrapper
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String otherArgs  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.io.File bytesToFile​(byte[] bytes)  
      java.lang.String decompile​(byte[] bytecode, java.lang.String[] options)  
      private java.lang.String readStringFromFile​(java.lang.String filePath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • otherArgs

        private final java.lang.String otherArgs
    • Constructor Detail

      • JavapDisassemblerWrapper

        public JavapDisassemblerWrapper​(java.lang.String otherArgs)
    • Method Detail

      • decompile

        public java.lang.String decompile​(byte[] bytecode,
                                          java.lang.String[] options)
      • bytesToFile

        private java.io.File bytesToFile​(byte[] bytes)
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • readStringFromFile

        private java.lang.String readStringFromFile​(java.lang.String filePath)
                                             throws java.io.IOException
        Throws:
        java.io.IOException