|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DownloadCallback
Download file callback interface
Method Summary | |
---|---|
int |
recv(long file_size,
byte[] data,
int bytes)
recv file content callback function, may be called more than once when the file downloaded |
Method Detail |
---|
int recv(long file_size, byte[] data, int bytes)
file_size
- file sizedata
- data buffbytes
- data bytes
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |