com.indico.storage

//indico-client-java/com.indico.storage

# Package-level declarations

## Types

| Name         | Summary                                                                                                                                                                                                                                                 |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Blob         | \[jvm]<br>open class Blob : [AutoCloseable](https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html)                                                                                                                                     |
| RetrieveBlob | \[jvm]<br>open class RetrieveBlob : [AutoCloseable](https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html)<br>Retrieve a blob after setting the parameters to retrieve the blob use getInputStream to retrieve the content of the blob |
| UploadFile   | \[jvm]<br>class UploadFile(client: IndicoClient) : RestRequest\<JSONArray?>                                                                                                                                                                             |
| UploadStream | \[jvm]<br>class UploadStream(client: IndicoClient) : RestRequest\<JSONArray?>                                                                                                                                                                           |