Closeable, AutoCloseable, Abortablepublic final class AbortableInputStream extends FilterInputStream implements Abortable
| Constructor | Description |
|---|---|
AbortableInputStream(InputStream delegate,
Abortable abortable) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
abort() |
Aborts the execution of the task.
|
available, close, mark, markSupported, read, read, read, reset, skipreadAllBytes, readNBytes, transferTopublic AbortableInputStream(InputStream delegate, Abortable abortable)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.