public interface DownloadCallback
Modifier and Type | Method and Description |
---|---|
int |
recv(long file_size,
byte[] data,
int bytes)
recv file content callback function, may be called more than once when the file downloaded
|
Copyright © 2018 lodsve. All rights reserved.