| 程序包 | 说明 |
|---|---|
| org.csource.fastdfs | |
| org.csource.fastdfs.test |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DownloadStream
Download file by stream (download callback class)
|
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DownloadFileWriter
DowloadCallback test
|
static class |
TestLoad.DownloadFileDiscard
discard file content callback class when download file
|
Copyright © 2017. All rights reserved.