Go to the documentation of this file.
19package org.sleuthkit.autopsy.casemodule;
22import org.sleuthkit.autopsy.ingest.IngestStream;
23import org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback;
24import org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback.DataSourceProcessorResult;
25import org.sleuthkit.datamodel.Content;
35 private final IngestStream ingestStream;
36 private final DataSourceProcessorCallback dspCallback;
48 StreamingAddImageTaskCallback(IngestStream ingestStream, DataSourceProcessorCallback dspCallback) {
49 this.ingestStream = ingestStream;
50 this.dspCallback = dspCallback;
61 public void onCompleted(DataSourceProcessorResult result, List<String> errList, List<Content> newDataSources) {
63 dspCallback.done(result, errList, newDataSources);
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.