com.indico.storage

Project: indico-client-java
Java package: com.indico.storage

Package-level type declarations

NameSummary
Blobopen class Blob : AutoCloseable
RetrieveBlobopen class RetrieveBlob : AutoCloseableRetrieve a blob after setting the parameters to retrieve the blob use getInputStream to retrieve the content of the blob
UploadFileclass UploadFile(client: IndicoClient) : RestRequest<JSONArray?>
UploadStreamclass UploadStream(client: IndicoClient) : RestRequest<JSONArray?>