|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface DownloadCallback
Download file callback interface
| 方法摘要 | |
|---|---|
int |
recv(long file_size,
byte[] data,
int bytes)
recv file content callback function, may be called more than once when the file downloaded |
| 方法详细信息 |
|---|
int recv(long file_size,
byte[] data,
int bytes)
file_size - file sizedata - data buffbytes - data bytes
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||