Class ChunkingParallelDecompiler<R>

  • Type Parameters:
    R - The result type

    public class ChunkingParallelDecompiler<R>
    extends java.lang.Object
    A class that simplifies some the concurrent datastructure setup required for decompiling functions. This class is meant to be used when you wish to decompile functions in groups (or chunks) rather than decompiling all functions at once.
    • Method Detail

      • decompileFunctions

        public java.util.List<R> decompileFunctions​(java.util.List<Function> functions)
                                             throws java.lang.InterruptedException,
                                                    java.lang.Exception
        Throws:
        java.lang.InterruptedException
        java.lang.Exception
      • dispose

        public void dispose()