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.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
|
Copyright © 2018 lodsve. All rights reserved.