Uses of Class
com.gpudb.filesystem.download.DownloadOptions
-
Packages that use DownloadOptions Package Description com.gpudb.filesystem com.gpudb.filesystem.download -
-
Uses of DownloadOptions in com.gpudb.filesystem
Methods in com.gpudb.filesystem with parameters of type DownloadOptions Modifier and Type Method Description voidGPUdbFileHandler. download(String fileName, String localDirName, DownloadOptions downloadOptions, FileDownloadListener callback)Downloads a KiFS file with the given path to a given local directory.voidGPUdbFileHandler. download(List<String> fileNames, String localDirName, DownloadOptions downloadOptions, FileDownloadListener callback)Downloads KiFS files with the given paths to a given local directory.voidGPUdbFileHandler. downloadDir(String remoteDirName, String localDirName, DownloadOptions downloadOptions, FileDownloadListener callback)Downloads all files in a given KiFS directory to a given local directory. -
Uses of DownloadOptions in com.gpudb.filesystem.download
Methods in com.gpudb.filesystem.download that return DownloadOptions Modifier and Type Method Description static DownloadOptionsDownloadOptions. defaultOptions()
-