public final class AbortableInputStream extends FilterInputStream implements Abortable
in| Constructor and Description |
|---|
AbortableInputStream(InputStream delegate,
Abortable abortable) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Aborts the execution of the task.
|
available, close, mark, markSupported, read, read, read, reset, skippublic AbortableInputStream(InputStream delegate, Abortable abortable)
Copyright © 2018. All rights reserved.