Retrieve Blob
open class RetrieveBlob : [AutoCloseable](https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html)
Retrieve a blob after setting the parameters to retrieve the blob use getInputStream to retrieve the content of the blob
Constructors
| RetrieveBlob | constructor(client: IndicoKtorClient) |
Functions
| Name | Summary |
|---|---|
| close | open fun close() |
| execute | open fun execute(): BlobExecute retrieve blob from storage call. |
| gzipDecompress | open fun gzipDecompress(compressed: InputStream): StringDecompress GZip InputStream |
| url | open fun url(url: String): RetrieveBlobBlob storage url |
Updated 6 days ago
