Class DecompilationController.ClassOverwriter
- java.lang.Object
-
- org.jrd.frontend.frame.main.decompilerview.DecompilationController.ClassOverwriter
-
- Enclosing class:
- DecompilationController
class DecompilationController.ClassOverwriter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private LatestPaths
lastLoaded
-
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)
-
-
-
Field Detail
-
lastLoaded
private LatestPaths lastLoaded
-
-
Method Detail
-
overwriteClass
void overwriteClass(DecompilerWrapper selectedDecompiler, java.lang.String name, java.lang.String buffer, byte[] binBuffer, boolean isBinary)
-
-