Go to the documentation of this file.
19package org.sleuthkit.autopsy.casemodule;
22import org.sleuthkit.autopsy.ingest.IngestJob;
23import org.sleuthkit.autopsy.ingest.IngestStream;
24import org.sleuthkit.autopsy.ingest.IngestStreamClosedException;
32 private boolean isClosed =
false;
33 private boolean isStopped =
false;
36 public void addFiles(List<Long> fileObjectIds)
throws IngestStreamClosedException {
42 throw new UnsupportedOperationException(
"DefaultIngestStream has no associated IngestJob");
46 public synchronized boolean isClosed() {
51 public synchronized void close() {
56 public synchronized void stop() {
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.