public final class AbortableInputStream extends FilterInputStream implements Abortable
| 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.