Uses of Interface
com.github.tobato.fastdfs.domain.proto.storage.DownloadCallback
Packages that use DownloadCallback
Package
Description
-
Uses of DownloadCallback in com.github.tobato.fastdfs.domain.proto.storage
Classes in com.github.tobato.fastdfs.domain.proto.storage that implement DownloadCallbackModifier and TypeClassDescriptionclass下载为byte流classWeb环境下文件下载回调方法,默认按4K循环读取,防止下载时内存溢出class文件下载回调方法Constructors in com.github.tobato.fastdfs.domain.proto.storage with parameters of type DownloadCallbackModifierConstructorDescriptionStorageDownloadCommand(String groupName, String path, long fileOffset, long downloadBytes, DownloadCallback<T> callback) 下载部分文件StorageDownloadCommand(String groupName, String path, DownloadCallback<T> callback) 下载文件 -
Uses of DownloadCallback in com.github.tobato.fastdfs.domain.proto.storage.internal
Constructors in com.github.tobato.fastdfs.domain.proto.storage.internal with parameters of type DownloadCallback -
Uses of DownloadCallback in com.github.tobato.fastdfs.service
Methods in com.github.tobato.fastdfs.service with parameters of type DownloadCallbackModifier and TypeMethodDescription<T> TDefaultGenerateStorageClient.downloadFile(String groupName, String path, long fileOffset, long fileSize, DownloadCallback<T> callback) 下载文件片段<T> TDefaultGenerateStorageClient.downloadFile(String groupName, String path, DownloadCallback<T> callback) 下载整个文件<T> TGenerateStorageClient.downloadFile(String groupName, String path, long fileOffset, long fileSize, DownloadCallback<T> callback) 下载文件片段<T> TGenerateStorageClient.downloadFile(String groupName, String path, DownloadCallback<T> callback) 下载整个文件