|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 DownloadCallback 的软件包 | |
---|---|
org.csource.fastdfs |
org.csource.fastdfs 中 DownloadCallback 的使用 |
---|
实现 DownloadCallback 的 org.csource.fastdfs 中的类 | |
---|---|
class |
DownloadStream
Download file by stream (download callback class) |
参数类型为 DownloadCallback 的 org.csource.fastdfs 中的方法 | |
---|---|
int |
StorageClient.download_file(String group_name,
String remote_filename,
DownloadCallback callback)
download file from storage server |
int |
StorageClient.download_file(String group_name,
String remote_filename,
long file_offset,
long download_bytes,
DownloadCallback callback)
download file from storage server |
int |
StorageClient1.download_file1(String file_id,
DownloadCallback callback)
download file from storage server |
int |
StorageClient1.download_file1(String file_id,
long file_offset,
long download_bytes,
DownloadCallback callback)
download file from storage server |
|
||||||||||
上一个 下一个 | 框架 无框架 |