Uses of Class
com.github.junrar.unpack.vm.VMPreparedProgram
-
Packages that use VMPreparedProgram Package Description com.github.junrar.unpack com.github.junrar.unpack.vm -
-
Uses of VMPreparedProgram in com.github.junrar.unpack
Fields in com.github.junrar.unpack declared as VMPreparedProgram Modifier and Type Field Description private VMPreparedProgramUnpackFilter. PrgMethods in com.github.junrar.unpack that return VMPreparedProgram Modifier and Type Method Description VMPreparedProgramUnpackFilter. getPrg()Methods in com.github.junrar.unpack with parameters of type VMPreparedProgram Modifier and Type Method Description private 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 VMPreparedProgram Modifier and Type Method Description voidRarVM. execute(VMPreparedProgram prg)private voidRarVM. optimize(VMPreparedProgram prg)voidRarVM. prepare(byte[] code, int codeSize, VMPreparedProgram prg)
-