233234235236237238239240
private InputStream is = null; public Job(ModuleData data, Messenger reporter) throws IOException { this.data = new AsynchronousModuleData(data); this.reporter = reporter; }