gsdsdk / com.gsd.software.sdk.fileservice.repository.download / DownloadLocal

DownloadLocal

class DownloadLocal :DownloadDataSource

Created by jmielczarek on 14/09/2020

Constructors

Name Summary
<init> DownloadLocal(baseDirectory:File)
Created by jmielczarek on 14/09/2020

Functions

Name Summary
getFilePath fun getFilePath(fileId:String, fileName:String, directoryName:String):String?
getOrCreateDirectoryPath fun getOrCreateDirectoryPath(directoryName:String):String

Inherited Functions

Name Summary
downloadFile open fun downloadFile(fileId:String, resultObserver: (RepositoryResult<String>) ->Unit, progressObserver: (progress:Long, size:Long) ->Unit, cancelObserver: (CancelLoadCallback) ->Unit, directoryName:String= DOWNLOAD_DIRECTORY):Unit
open fun downloadFile(fileId:String, directoryPath:String, resultObserver: (RepositoryResult<String>) ->Unit, progressObserver: (progress:Long, size:Long) ->Unit, cancelObserver: (CancelLoadCallback) ->Unit):Unit