com.indico.storage
//indico-client-java/com.indico.storage
Package-level declarations
Types
Name | Summary |
---|---|
Blob | [jvm] open class Blob : AutoCloseable |
RetrieveBlob | [jvm] open class RetrieveBlob : AutoCloseable Retrieve a blob after setting the parameters to retrieve the blob use getInputStream to retrieve the content of the blob |
UploadFile | [jvm] class UploadFile(client: IndicoClient) : RestRequest<JSONArray?> |
UploadStream | [jvm] class UploadStream(client: IndicoClient) : RestRequest<JSONArray?> |
Updated about 1 year ago