gsdsdk / com.gsd.software.sdk.netconnector.tiny / DefaultFileOperations
class DefaultFileOperations :
FileOperations
Created by Konrad Rutkowski on 3/12/21
Name | Summary |
---|---|
<init> | DefaultFileOperations() Created by Konrad Rutkowski on 3/12/21 |
Name | Summary |
---|---|
loadFileContent | fun loadFileContent(filePath: String ): String |
saveFile | fun saveFile(path: String , inputStream: InputStream ): Boolean |
unzip | fun unzip(zipFilePath: String , targetLocation: String ): Boolean |