Retrieve Blob

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

# RetrieveBlob

[jvm]\
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 | [jvm]<br>constructor(client: IndicoKtorClient) |

## Functions

| Name | Summary |
|---|---|
| close | [jvm]<br>open fun close() |
| execute | [jvm]<br>open fun execute(): Blob<br>Execute retrieve blob from storage call. |
| gzipDecompress | [jvm]<br>open fun gzipDecompress(compressed: [InputStream](https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html)): [String](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html)<br>Decompress GZip InputStream |
| url | [jvm]<br>open fun url(url: [String](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html)): RetrieveBlob<br>Blob storage url |