Class DecompilationController.ClassOverwriter

    • Constructor Summary

      Constructors 
      Constructor Description
      ClassOverwriter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void overwriteClass​(DecompilerWrapper selectedDecompiler, java.lang.String name, java.lang.String buffer, byte[] binBuffer, boolean isBinary)  
      • Methods inherited from class java.lang.Object

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

      • ClassOverwriter

        ClassOverwriter()
    • Method Detail

      • overwriteClass

        void overwriteClass​(DecompilerWrapper selectedDecompiler,
                            java.lang.String name,
                            java.lang.String buffer,
                            byte[] binBuffer,
                            boolean isBinary)