| Package | Description |
|---|---|
| org.csource.fastdfs |
| Modifier and Type | Class and Description |
|---|---|
class |
DownloadStream
Download file by stream (download callback class)
|
| Modifier and Type | Method and Description |
|---|---|
int |
StorageClient.downloadFile(String group_name,
String remote_filename,
DownloadCallback callback)
download file from storage server
|
int |
StorageClient.downloadFile(String group_name,
String remote_filename,
long file_offset,
long download_bytes,
DownloadCallback callback)
download file from storage server
|
int |
StorageClient1.downloadFile1(String file_id,
DownloadCallback callback)
download file from storage server
|
int |
StorageClient1.downloadFile1(String file_id,
long file_offset,
long download_bytes,
DownloadCallback callback)
download file from storage server
|
Copyright © 2019. All rights reserved.