Uses of Class
com.github.junrar.unpack.vm.VMPreparedProgram
Packages that use VMPreparedProgram
-
Uses of VMPreparedProgram in com.github.junrar.unpack
Fields in com.github.junrar.unpack declared as VMPreparedProgramMethods in com.github.junrar.unpack that return VMPreparedProgramMethods in com.github.junrar.unpack with parameters of type VMPreparedProgramModifier and TypeMethodDescriptionprivate voidUnpack.ExecuteCode(VMPreparedProgram Prg) voidUnpackFilter.setPrg(VMPreparedProgram prg) -
Uses of VMPreparedProgram in com.github.junrar.unpack.vm
Methods in com.github.junrar.unpack.vm with parameters of type VMPreparedProgramModifier and TypeMethodDescriptionvoidRarVM.execute(VMPreparedProgram prg) private voidRarVM.optimize(VMPreparedProgram prg) voidRarVM.prepare(byte[] code, int codeSize, VMPreparedProgram prg)