public interface DownloadListener extends TransferCompletedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onBytesReceived(byte[] bytes)
Invoked every time response's chunk are received.
|
onRequestResponseCompleted, onThrowablevoid onBytesReceived(byte[] bytes)
throws IOException
bytes - the array with received data bytes.IOException - if an I/O exception occurred while writing to the file.Copyright © 2022. All rights reserved.