Retrieve Blob
//indico-client-java/com.indico.storage/RetrieveBlob
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
Constructors
RetrieveBlob | [jvm] constructor(client: IndicoKtorClient) |
Functions
Name | Summary |
---|---|
close | [jvm] open fun close() |
execute | [jvm] open fun execute(): Blob Execute retrieve blob from storage call. |
gzipDecompress | [jvm] open fun gzipDecompress(compressed: InputStream): String Decompress GZip InputStream |
url | [jvm] open fun url(url: String): RetrieveBlob Blob storage url |
Updated 12 months ago