com.indico.storage
Project: indico-client-java
Java package: com.indico.storage
Package-level type declarations
| Name | Summary |
|---|---|
| Blob | open class Blob : AutoCloseable |
| RetrieveBlob | open class RetrieveBlob : AutoCloseableRetrieve a blob after setting the parameters to retrieve the blob use getInputStream to retrieve the content of the blob |
| UploadFile | class UploadFile(client: IndicoClient) : RestRequest<JSONArray?> |
| UploadStream | class UploadStream(client: IndicoClient) : RestRequest<JSONArray?> |
Updated 17 days ago
