gsdsdk / com.gsd.software.sdk.netconnector.files.filepatch / FileContent
interface FileContent
Created by Maksim Shumko on 5/31/2021
Name | Summary |
---|---|
getName | abstract fun getName(): String |
getSize | abstract fun getSize(): Long |
getStream | abstract fun getStream(): InputStream |
Name | Summary |
---|---|
PathFile | class PathFile : FileContent Created by Maksim Shumko on 5/31/2021 |
UriFile | class UriFile : FileContent Created by Maksim Shumko on 5/31/2021 |