Package | Description |
---|---|
org.scijava.download | |
org.scijava.io.handle | |
org.scijava.task | |
org.scijava.task.event |
Modifier and Type | Method and Description |
---|---|
Task |
Download.task() |
Modifier and Type | Method and Description |
---|---|
static long |
DataHandles.copy(DataHandle<Location> in,
DataHandle<Location> out,
long length,
Task task)
Copies up to
length bytes from the input to the output handle,
reporting the progress to the provided task. |
static long |
DataHandles.copy(DataHandle<Location> in,
DataHandle<Location> out,
long length,
Task task,
int bufferSize)
Copies up to
length bytes from the input to the output handle,
reporting the progress to the provided task. |
static long |
DataHandles.copy(DataHandle<Location> in,
DataHandle<Location> out,
Task task)
Copies all bytes from the input to the output handle, reporting the
progress to the provided task.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTask
Default implementation of
Task . |
Modifier and Type | Method and Description |
---|---|
Task |
TaskService.createTask(String name)
Creates a new, empty
Task . |
Task |
DefaultTaskService.createTask(String name) |
Modifier and Type | Method and Description |
---|---|
Task |
TaskEvent.getTask() |
Constructor and Description |
---|
TaskEvent(Task task) |
Copyright © 2015–2022 SciJava. All rights reserved.