535455565758596061
private CJVMTIBinReader br; public ImageImpl(File base) throws IOException { this.file = base; br = new CJVMTIBinReader(file); runtimes.add(new JavaRuntimeImpl(br.getModel(), file)); spaces.add(this); processes.add(this); }