| Package | Description |
|---|---|
| com.amazonaws.event |
| Modifier and Type | Method and Description |
|---|---|
static ProgressListenerCallbackExecutor |
ProgressListenerCallbackExecutor.wrapListener(ProgressListener listener)
Returns a new ProgressListenerCallbackExecutor instance that wraps the
specified ProgressListener if it is not null, otherwise directly returns
null.
|
| Constructor and Description |
|---|
ProgressReportingInputStream(InputStream in,
ProgressListenerCallbackExecutor listenerCallbackExecutor)
Creates a new progress reporting input stream that simply wraps the
specified input stream and uses the specified listener callback executor
to asynchronously notify the listener about the number of bytes
transferred.
|
Copyright © 2016. All rights reserved.