Package com.gpudb.filesystem.download
-
Interface Summary Interface Description FileDownloadListener This interface provides callback method for - a. a complete single shot download of multiple files b. a part/segment download of a multi-part download c. one or more complete single part download -
Class Summary Class Description DownloadIoJob This is an internal class and not meant to be used by the end users of thefilesystemAPI.DownloadOptions This class allows the user of theGPUdbFileHandlerclass methods for download like -GPUdbFileHandler.download(String, String, DownloadOptions, FileDownloadListener)andGPUdbFileHandler.download(List, String, DownloadOptions, FileDownloadListener)to specify the download options which could be applied to the current download operation.FileDownloader This is an internal class and not meant to be used by the end users of thefilesystemAPI.MultiPartDownloadInfo This is an internal class and not meant to be used by the end users of the filesystem API.